diff options
author | thomascube <thomas@roundcube.net> | 2006-12-17 21:28:37 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2006-12-17 21:28:37 +0000 |
commit | a7d5c6480cdef191b04e71005ffea0e35b84ac24 (patch) | |
tree | 2417f87ab39eb74765da109af8fb62bb730b9090 /skins/default/common.css | |
parent | 5b0687dfcabb7258902f070057fc8a41ba27a776 (diff) |
Added patch for resizeable preview pane
Diffstat (limited to 'skins/default/common.css')
-rwxr-xr-x | skins/default/common.css | 19 |
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 ******/ |