[vhffs-dev] [1179] Adjusted contextual menu height to avoid overflow.

[ Thread Index | Date Index | More vhffs.org/vhffs-dev Archives ]


Revision: 1179
Author:   beuss
Date:     2008-03-30 20:02:06 +0200 (Sun, 30 Mar 2008)

Log Message:
-----------
Adjusted contextual menu height to avoid overflow.

Modified Paths:
--------------
    trunk/vhffs-themes/vhffs/main.css


Modified: trunk/vhffs-themes/vhffs/main.css
===================================================================
--- trunk/vhffs-themes/vhffs/main.css	2008-03-30 17:45:43 UTC (rev 1178)
+++ trunk/vhffs-themes/vhffs/main.css	2008-03-30 18:02:06 UTC (rev 1179)
@@ -181,12 +181,12 @@
 #contextual_menu {
     position:fixed;
     width:650px;
-    height:2em;
     top:50px;
     left:50%;
     margin-left:-325px;
     z-index:2;
     text-align:center;
+    padding-bottom: 0.1em;
     background:url('images/tab.png') no-repeat right bottom;
 }
 
@@ -596,7 +596,7 @@
     width:575px;
     margin-left:auto;
     margin-right:auto;
-    padding-top:5em;
+    padding-top:7em;
     padding-left:0px;
     padding-right:0px;
 }


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/