Thomas Bruederli
2012-10-02 5f7ef9345fbf744d66226081a90fa55a617b011a
Fix login form size on IE7
1 files modified
8 ■■■■ changed files
skins/larry/ie7hacks.css 8 ●●●● patch | view | raw | blame | history
skins/larry/ie7hacks.css
@@ -29,7 +29,7 @@
.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 @@
.pagenav a.button,
.pagenav a.button span.inner,
#messagepreviewheader .iconlink,
.previewheader .iconlink,
#uploadform a.iconlink {
    display: inline;
}
@@ -58,6 +58,10 @@
    right: -2px;
}
#login-form .box-inner form {
    margin: 0;
}
#login-form #message div {
    float: left;
    display: block;