summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-01-12 16:28:20 +0300
committerAndrew Dolgov <[email protected]>2010-01-12 16:28:20 +0300
commit7483f8924cd66bf640e2b6f39418757610789dc0 (patch)
treeb924a4d48fbf82a474bb8e235278588a98607402 /tt-rss.css
parent2ae691263fa17a8b2996cb2315cf152597b108ab (diff)
help pic position fix for Safari
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css12
1 files changed, 3 insertions, 9 deletions
diff --git a/tt-rss.css b/tt-rss.css
index a79af4895..e9b14f043 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -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 {