summaryrefslogtreecommitdiff
path: root/skins/default/common.css
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2006-12-17 21:28:37 +0000
committerthomascube <thomas@roundcube.net>2006-12-17 21:28:37 +0000
commita7d5c6480cdef191b04e71005ffea0e35b84ac24 (patch)
tree2417f87ab39eb74765da109af8fb62bb730b9090 /skins/default/common.css
parent5b0687dfcabb7258902f070057fc8a41ba27a776 (diff)
Added patch for resizeable preview pane
Diffstat (limited to 'skins/default/common.css')
-rwxr-xr-xskins/default/common.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/skins/default/common.css b/skins/default/common.css
index 27ddfae6d..86c3a9c03 100755
--- a/skins/default/common.css
+++ b/skins/default/common.css
@@ -213,6 +213,25 @@ a.button-logout
border: 1px solid #CCCCCC;
}
+.splitter
+{
+ position: absolute;
+ padding: 2px;
+ background: url(images/dimple.png) center no-repeat;
+}
+
+.splitter-h
+{
+ cursor: n-resize;
+ background-position: center 2px;
+}
+
+.splitter-v
+{
+ cursor: e-resize;
+ background-position: 1px center;
+}
+
/***** common table settings ******/