summaryrefslogtreecommitdiff
path: root/skins/larry/styles.css
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2014-03-07 16:11:43 +0100
committerThomas Bruederli <thomas@roundcube.net>2014-03-07 16:11:43 +0100
commitc42fc0fff683f8b27d213750d5b65a74a9ec5506 (patch)
tree4b6511bc0aa3d75cc7573dc332137e26c01b1722 /skins/larry/styles.css
parent817c98ec3b11fefeb055611592de7c898751e087 (diff)
Define default treelist styles (i.e. indentation) globally
Diffstat (limited to 'skins/larry/styles.css')
-rw-r--r--skins/larry/styles.css37
1 files changed, 35 insertions, 2 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css
index 18ba49ae2..992243f71 100644
--- a/skins/larry/styles.css
+++ b/skins/larry/styles.css
@@ -1175,16 +1175,49 @@ ul.treelist li {
position: relative;
}
+ul.treelist li ul {
+ margin: 0;
+ padding: 0;
+}
+
+ul.treelist li ul li:last-child {
+ border-bottom: 0;
+}
+
+ul.treelist li a {
+ display: block;
+ padding-left: 20px;
+ overflow: hidden;
+ text-overflow: ellipsis;
+}
+
+ul.treelist li ul li a {
+ padding-left: 38px;
+}
+
+ul.treelist.iconized li a {
+ padding-left: 36px;
+}
+
+ul.treelist.iconized li ul li a {
+ padding-left: 62px;
+}
+
ul.treelist li div.treetoggle {
position: absolute;
- top: 13px;
- left: 19px;
+ top: 7px;
+ left: 4px;
width: 13px;
height: 13px;
background: url(images/listicons.png) -3px -144px no-repeat;
cursor: pointer;
}
+ul.treelist.iconized li div.treetoggle {
+ top: 13px;
+ left: 19px;
+}
+
ul.treelist li div.treetoggle.expanded {
background-position: -3px -168px;
}