summaryrefslogtreecommitdiff
path: root/skins/larry/ie7hacks.css
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2012-10-02 20:46:21 +0200
committerThomas Bruederli <thomas@roundcube.net>2012-10-02 20:46:21 +0200
commit5f7ef9345fbf744d66226081a90fa55a617b011a (patch)
tree14e96fbde4d42dce618f0d3d58d64d816c8e2cf0 /skins/larry/ie7hacks.css
parent50d0f2d648f2eed84563042d5b83504092fd9807 (diff)
Fix login form size on IE7
Diffstat (limited to 'skins/larry/ie7hacks.css')
-rw-r--r--skins/larry/ie7hacks.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/skins/larry/ie7hacks.css b/skins/larry/ie7hacks.css
index 6bd07e87e..893ffdfef 100644
--- a/skins/larry/ie7hacks.css
+++ b/skins/larry/ie7hacks.css
@@ -29,7 +29,7 @@ a.deletebutton,
.boxfooter .listbutton .inner,
.attachmentslist li a.delete,
.attachmentslist li a.cancelupload,
-#messagepreviewheader .iconlink {
+.previewheader .iconlink {
/* workaround for text-indent which also offsets the background image */
text-indent: 0;
font-size: 0;
@@ -45,7 +45,7 @@ a.deletebutton,
.pagenav a.button,
.pagenav a.button span.inner,
-#messagepreviewheader .iconlink,
+.previewheader .iconlink,
#uploadform a.iconlink {
display: inline;
}
@@ -58,6 +58,10 @@ a.deletebutton,
right: -2px;
}
+#login-form .box-inner form {
+ margin: 0;
+}
+
#login-form #message div {
float: left;
display: block;