summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2012-08-30 09:40:45 +0200
committerAleksander Machniak <alec@alec.pl>2012-08-30 09:40:45 +0200
commit8598fcb2af0c768619dc95d19ba696bc954540a3 (patch)
tree4e68f86815315d8ee4aa113b988bc2e535d2172c /skins
parent24fa5d315413fe4042bca175507457e1e660de6f (diff)
Small style improvements - fix rounded corners in message list,
don't show horizontal scroller in contacts list
Diffstat (limited to 'skins')
-rw-r--r--skins/larry/mail.css6
-rw-r--r--skins/larry/styles.css4
2 files changed, 4 insertions, 6 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css
index 4fff24307..61858406b 100644
--- a/skins/larry/mail.css
+++ b/skins/larry/mail.css
@@ -383,11 +383,7 @@ a.iconbutton.threadmode.selected {
/*** message list ***/
#messagelist thead td:first-child {
- border-radius: 4px 0 0 0;
-}
-
-#messagelist thead td:last-child {
- border-radius: 0 4px 0 0;
+ border-radius: 4px 0 0 0; /* for Chrome */
}
#messagelist tr td.attachment,
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 {