less tight positioning
authorJoey Hess <joey@kitenet.net>
Fri, 18 Jun 2010 22:19:12 +0000 (18:19 -0400)
committerJoey Hess <joey@kitenet.net>
Fri, 18 Jun 2010 22:19:12 +0000 (18:19 -0400)
the descenders in the tabs were cut off before

themes/actiontabs/style.css

index 261e95fa0890e74e10819effda5285a08f3337d5..c5925cedd979ddfadde239ef9685a8ac12ba7909 100644 (file)
@@ -63,13 +63,13 @@ body {
 
 #searchform {
        position: absolute;
-       top: 1em;
+       top: 0.5em;
        right: 2em;
 }
 
 .pageheader .actions {
        position: absolute;
-       bottom: 0;
+       bottom: 5px;
        right: 2em;
        width: 100%;
        text-align: right;