Forgot CSS style for resizable widget code
[squirrelmail.git] / templates / default_advanced / css / advanced.css
index 66ddfd60240c8ddd5178c5ac18380f04c9735dcd..141474ca5c97bd384095a3ff069e05fc7b4a4fb5 100644 (file)
@@ -32,7 +32,7 @@
 #sqm_login  td.orgLogo {
     width: 155px;
     text-align: center;
-    vertical-align: center;
+    vertical-align: middle;
 }
 
 #sqm_login  td.orgLogo  img {
@@ -82,6 +82,7 @@
     padding-bottom: 2px;
 }
 
+
 /* advanced message editing defs */
 #colorSample    {
     width: 50px;
@@ -98,6 +99,7 @@
     font-weight: bold;
 }
 
+
 /* Advanced Tree definitions */
 .dtree {
        font-size:11px;
 .dtree .clip {
     overflow: hidden;
 }
+
+
+/* Resizing handle */
+.resize_handle {
+    height: 9px;
+    overflow: hidden;
+    border-color: #DDDDDD;
+    border-style: solid;
+    border-width: 0px 1px 1px;
+    cursor: s-resize;
+/* FIXME! HOW DO WE BETTER DEFINE IMAGE PATHS HERE? */
+    background: #EEEEEE url(../images/grippie.png) no-repeat center 2px;
+}
+
+