]> git.wh0rd.org - tt-rss.git/commitdiff
help pic position fix for Safari
authorAndrew Dolgov <fox@bah.org.ru>
Tue, 12 Jan 2010 13:28:20 +0000 (16:28 +0300)
committerAndrew Dolgov <fox@bah.org.ru>
Tue, 12 Jan 2010 13:28:20 +0000 (16:28 +0300)
tt-rss.css

index a79af4895fc2ca97cc92b0a9cf672f7c6fb82eed..e9b14f04381e1d6c349776d95198f3d842eb5519 100644 (file)
@@ -1754,12 +1754,9 @@ div.topLinks img {
        margin-left : 5px;
 }
 
-a.helpLinkPic {
-       float : right;
-}
-
 a.helpLinkPic img {
        border-width : 0px;
+       vertical-align : middle;
 }
 
 #fadd_login_container {
@@ -2260,16 +2257,13 @@ button, select {
        background-position : top left;
        background-image : url("images/button.png");
        border : 1px solid #bebebe;
-/*     border-top : 1px solid #f0f0f0;
-       border-left : 1px solid #f0f0f0; */
        font-family : "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
        font-size : 100%;
-/*     line-height : 120%; */
        text-decoration : none;
-/*     font-weight : bold; */
        color : #303030;
        cursor : pointer;
-       padding : 1px 3px 1px 3px;
+       padding : 1px 5px 1px 5px;
+       margin : 0px;
 }
 
 select {