projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0a97e2
)
Fix overflow display if sidebar is made small
author
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 3 Dec 2009 19:35:43 +0000
(12:35 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 3 Dec 2009 19:35:43 +0000
(12:35 -0700)
imp/themes/screen-dimp.css
patch
|
blob
|
history
diff --git
a/imp/themes/screen-dimp.css
b/imp/themes/screen-dimp.css
index
f65e99f
..
dc50ba2
100644
(file)
--- a/
imp/themes/screen-dimp.css
+++ b/
imp/themes/screen-dimp.css
@@
-357,9
+357,6
@@
div.vpRowVert.flagUnseen {
#sidebar span.exp, #ctx_folderopts_expand span.contextImg, #ctx_container_expand span.contextImg, #ctx_folder_expand span.contextImg {
background-image: url("graphics/folders/plus.png");
}
-#normalfolders {
- overflow-x: hidden;
-}
#normalfolders li.unsubFolder {
font-style: italic;
}
@@
-372,6
+369,10
@@
div.vpRowVert.flagUnseen {
cursor: pointer;
}
+#logo, #dimpbarActions, #serviceActions, #foldersSidebar {
+ overflow-x: hidden;
+}
+
#folderopts a {
display: inline !important;
padding-right: 1px;