diff options
author | thomascube <thomas@roundcube.net> | 2012-04-04 18:08:23 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2012-04-04 18:08:23 +0000 |
commit | 0cd919bc9524fbaae033d261d7883c587691dcdf (patch) | |
tree | ba4e9c14ee3adaba37d4244f1358f41d53d6ec2f /skins/larry/ie7hacks.css | |
parent | ff2d88a7ab6e3c63550c8a48f6ddf93197540ae0 (diff) |
Fix small Larry issues
Diffstat (limited to 'skins/larry/ie7hacks.css')
-rw-r--r-- | skins/larry/ie7hacks.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/skins/larry/ie7hacks.css b/skins/larry/ie7hacks.css index e56e1e349..3ba0a2b0d 100644 --- a/skins/larry/ie7hacks.css +++ b/skins/larry/ie7hacks.css @@ -48,6 +48,14 @@ a.deletebutton, right: -2px; } +#login-form #message div { + display: block; + width: 200px; + margin-left: 130px; + white-space: nowrap; + text-align: left; +} + #messagepreviewheader .iconlink { color: #fff; height: 14px; |