git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12366
7612ce4b-ef26-0410-bec9-
ea0150e637f0
padding-bottom: 2px;
}
+
/* advanced message editing defs */
#colorSample {
width: 50px;
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;
+}
+
+