summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rw-r--r--share/www/style/layout.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/share/www/style/layout.css b/share/www/style/layout.css
index 22eb6061..4a8e6d67 100644
--- a/share/www/style/layout.css
+++ b/share/www/style/layout.css
@@ -146,7 +146,7 @@ div.grippie { background: #e9e9e9 url(../image/grippie.gif) 50% 50% no-repeat;
ul.suggest-dropdown { border: 1px solid #999; background-color: #eee;
padding: 0; margin: 0; list-style: none; opacity: .85;
- -webkit-box-shadow: 2px 2px 10px #333;
+ -moz-box-shadow: 2px 2px 10px #333; -webkit-box-shadow: 2px 2px 10px #333;
}
ul.suggest-dropdown li { padding: 2px 5px; white-space: nowrap; color: #101010;
text-align: left;
@@ -252,7 +252,8 @@ body.fullwidth #wrap { margin-right: 0; }
}
#dialog { background: #333 url(../image/progress.gif) 50% 50% no-repeat;
color: #f4f4f4; overflow: hidden; opacity: .95; max-width: 33em;
- padding: 1em 1em 0; -moz-border-radius: 7px; -webkit-border-radius: 7px;
+ padding: 1em 1em 0; -moz-border-radius: 7px;
+ -moz-box-shadow: 4px 4px 6px #333; -webkit-border-radius: 7px;
-webkit-box-shadow: 4px 4px 6px #333;
}
*html #dialog { width: 33em; }