projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8bdd7ea
)
Fix no overflow in growlers and keep room for close button.
author
Jan
<jan@horde.org>
Mon, 31 May 2010 16:08:01 +0000
(17:08 +0100)
committer
Jan Schneider
<jan@horde.org>
Mon, 31 May 2010 16:22:33 +0000
(18:22 +0200)
horde/themes/screen.css
patch
|
blob
|
history
diff --git
a/horde/themes/screen.css
b/horde/themes/screen.css
index
3055112
..
b19a322
100644
(file)
--- a/
horde/themes/screen.css
+++ b/
horde/themes/screen.css
@@
-966,12
+966,15
@@
ul.sound-list {
background-position: 3px center;
background-repeat: no-repeat;
color: #fff;
- overflow-x: hidden;
cursor: pointer;
}
#Growler div.GrowlerNoticeHead {
font-weight: bold;
}
+.GrowlerNoticeBody {
+ margin-right: 20px;
+ overflow-x: hidden;
+}
#Growler div.horde-error, #GrowlerLog li.horde-error {
background-image: url("graphics/alerts/error.png");
}