summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2012-08-03 11:29:22 +0200
committerAleksander Machniak <alec@alec.pl>2012-08-03 11:29:22 +0200
commit9763581d81af8e3112edc3617a7dc254cdadc3cf (patch)
tree26f6d261070fa38feab549c54ac04ea368f717a0 /skins
parent0ed7034d353cf0f2a3348a74c8562fdbbd1cff67 (diff)
parent1257dd6796b0655545bb7e4e4dd6d776bebd8544 (diff)
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'skins')
-rw-r--r--skins/classic/iehacks.css10
-rw-r--r--skins/classic/mail.css3
2 files changed, 11 insertions, 2 deletions
diff --git a/skins/classic/iehacks.css b/skins/classic/iehacks.css
index d09be3d80..2bd3ce865 100644
--- a/skins/classic/iehacks.css
+++ b/skins/classic/iehacks.css
@@ -150,6 +150,16 @@ body.iframe div.messageheaderbox
height: expression((parseInt(this.parentNode.offsetHeight)-1-parseInt(document.getElementById('compose-headers').offsetHeight))+'px');
}
+#compose-attachments ul li
+{
+ width: 1000px; /* for IE7 */
+}
+
+#compose-attachments li a
+{
+ float: left; /* for IE7 */
+}
+
#messagelist
{
width: inherit;
diff --git a/skins/classic/mail.css b/skins/classic/mail.css
index cf7b69a38..c38d7448c 100644
--- a/skins/classic/mail.css
+++ b/skins/classic/mail.css
@@ -1485,8 +1485,7 @@ input.from_address
text-indent: -5000px;
width: 17px;
height: 16px;
- display: block;
- float: left;
+ display: inline-block;
text-decoration: none;
}