Revision: 12366
http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=12366&view=rev
Author: pdontthink
Date: 2007-05-05 19:22:19 -0700 (Sat, 05 May 2007)
Log Message:
-----------
Forgot CSS style for resizable widget code
Modified Paths:
--------------
trunk/squirrelmail/templates/default_advanced/css/advanced.css
Added Paths:
-----------
trunk/squirrelmail/templates/default_advanced/images/grippie.png
Modified: trunk/squirrelmail/templates/default_advanced/css/advanced.css
===================================================================
--- trunk/squirrelmail/templates/default_advanced/css/advanced.css
2007-05-05 18:35:46 UTC (rev 12365)
+++ trunk/squirrelmail/templates/default_advanced/css/advanced.css
2007-05-06 02:22:19 UTC (rev 12366)
@@ -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;
@@ -133,3 +135,18 @@
.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;
+}
+
+
Added: trunk/squirrelmail/templates/default_advanced/images/grippie.png
===================================================================
(Binary files differ)
Property changes on:
trunk/squirrelmail/templates/default_advanced/images/grippie.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
|