summaryrefslogtreecommitdiff
path: root/skins/larry/styles.css
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2011-12-15 20:32:46 +0000
committerthomascube <thomas@roundcube.net>2011-12-15 20:32:46 +0000
commit918bb927381ada0853c6a6ab959f879474dd21fa (patch)
treeab86c60ff430bea23e2afe567d0dc92959e5c5be /skins/larry/styles.css
parentd2d94ac6df0b8c07f0b36da71b1e4b14d6d1e8ab (diff)
Give resizeable splitters to Larry
Diffstat (limited to 'skins/larry/styles.css')
-rw-r--r--skins/larry/styles.css29
1 files changed, 29 insertions, 0 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css
index 3746ee3c2..c1847f2f9 100644
--- a/skins/larry/styles.css
+++ b/skins/larry/styles.css
@@ -271,6 +271,11 @@ a.iconbutton {
background: url(images/buttons.png) -1000px 0 no-repeat;
}
+a.iconbutton.disabled {
+ opacity: 0.4;
+ cursor: default;
+}
+
a.iconbutton.searchoptions {
background-position: -2px -337px;
}
@@ -540,6 +545,7 @@ a.iconbutton.reset {
margin: 0;
text-shadow: 1px 1px 1px #fff;
border-bottom: 1px solid #bbd3da;
+ white-space: nowrap;
}
.uibox .boxtitle,
@@ -1040,6 +1046,29 @@ ul.toolbarmenu li label {
text-shadow: 1px 1px 1px #333;
}
+.splitter {
+ user-select: none;
+ -moz-user-select: none;
+ -khtml-user-select: none;
+ position: absolute;
+ background: url(images/splitter.png) center no-repeat;
+}
+
+.splitter-h {
+ height: 10px;
+ width: 100%;
+ cursor: n-resize;
+ cursor: row-resize;
+ background-position: center 0;
+}
+
+.splitter-v {
+ width: 10px;
+ height: 100%;
+ cursor: e-resize;
+ cursor: col-resize;
+ background-position: 0 center;
+}
#rcmdraglayer {
min-width: 260px;