Forgot CSS style for resizable widget code
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 6 May 2007 02:22:19 +0000 (02:22 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 6 May 2007 02:22:19 +0000 (02:22 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12366 7612ce4b-ef26-0410-bec9-ea0150e637f0

templates/default_advanced/css/advanced.css
templates/default_advanced/images/grippie.png [new file with mode: 0644]

index c8b9b0ae8c5caedaa5305817776a2014faa8f0df..141474ca5c97bd384095a3ff069e05fc7b4a4fb5 100644 (file)
@@ -82,6 +82,7 @@
     padding-bottom: 2px;
 }
 
     padding-bottom: 2px;
 }
 
+
 /* advanced message editing defs */
 #colorSample    {
     width: 50px;
 /* advanced message editing defs */
 #colorSample    {
     width: 50px;
@@ -98,6 +99,7 @@
     font-weight: bold;
 }
 
     font-weight: bold;
 }
 
+
 /* Advanced Tree definitions */
 .dtree {
        font-size:11px;
 /* Advanced Tree definitions */
 .dtree {
        font-size:11px;
 .dtree .clip {
     overflow: hidden;
 }
 .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;
+}
+
+
diff --git a/templates/default_advanced/images/grippie.png b/templates/default_advanced/images/grippie.png
new file mode 100644 (file)
index 0000000..6524d41
Binary files /dev/null and b/templates/default_advanced/images/grippie.png differ