The position of this dropdown has always annoyed me
authorMichael M Slusarz <slusarz@curecanti.org>
Fri, 4 Dec 2009 17:50:45 +0000 (10:50 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Fri, 4 Dec 2009 17:53:04 +0000 (10:53 -0700)
imp/themes/screen.css

index d38ae1e..5816fba 100644 (file)
@@ -96,13 +96,12 @@ ul.msgactions, ul.msgactions ul {
     font-size: 100%;
 }
 .msgactions li ul {
+    background: #f4f4f4;
+    border: 1px solid #d4d4d4;
     display: none;
-    position: absolute;
     left: -1px;
-    margin-top: -2px;
     padding: 2px;
-    background: #f4f4f4;
-    border: 1px solid #d4d4d4;
+    position: absolute;
     z-index: 99;
 }
 .bottomborder .msgactions li ul {