diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-12-17 21:28:37 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-12-17 21:28:37 +0000 |
| commit | 69bb5dd8808a57cadde7a419a1abd9edde4e3994 (patch) | |
| tree | 86e0cec0209ff6a8f326621904532bf668edc0d0 /roundcubemail/skins/default/common.css | |
| parent | 6169d2cf1325be45a3054f7ab525aeb6f54e6a5d (diff) | |
Added patch for resizeable preview pane
git-svn-id: https://svn.roundcube.net/trunk@412 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/common.css')
| -rwxr-xr-x | roundcubemail/skins/default/common.css | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/roundcubemail/skins/default/common.css b/roundcubemail/skins/default/common.css index 27ddfae6d..86c3a9c03 100755 --- a/roundcubemail/skins/default/common.css +++ b/roundcubemail/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 ******/ |
