summaryrefslogtreecommitdiff
path: root/skins/larry/styles.css
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2012-08-31 09:55:49 +0200
committerAleksander Machniak <alec@alec.pl>2012-08-31 09:55:49 +0200
commit935e50628bfc7838ef4c53d640a2211c6ee36583 (patch)
tree1dcaa47b5457ac83d10b23afd572d169be458a8f /skins/larry/styles.css
parentb5652641be7ebf4f1b7f115333989d2c971275ea (diff)
parent8598fcb2af0c768619dc95d19ba696bc954540a3 (diff)
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'skins/larry/styles.css')
-rw-r--r--skins/larry/styles.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css
index 0a72c5048..199969810 100644
--- a/skins/larry/styles.css
+++ b/skins/larry/styles.css
@@ -647,6 +647,7 @@ a.iconlink.upload {
.uibox {
border: 1px solid #a3a3a3;
border-radius: 4px;
+ overflow: hidden;
box-shadow: 0 0 2px #999;
-o-box-shadow: 0 0 2px #999;
-webkit-box-shadow: 0 0 2px #999;
@@ -698,7 +699,8 @@ a.iconlink.upload {
left: 0;
width: 100%;
bottom: 0;
- overflow: auto;
+ overflow-x: hidden;
+ overflow-y: auto;
}
.listbox .scroller.withfooter {