diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-04-05 16:58:23 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-04-05 16:58:23 +0000 |
| commit | 3adf9354c23ade0d115f205e31006cd80ffd4944 (patch) | |
| tree | b1f640af4c6765f95ed7821702de226c83e21b18 | |
| parent | 728a5419a2575dc5743501caea21eac93a82cd82 (diff) | |
Move recently added style to the right place
git-svn-id: https://svn.roundcube.net/trunk@6044 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/larry/ie7hacks.css | 1 | ||||
| -rw-r--r-- | roundcubemail/skins/larry/styles.css | 4 |
2 files changed, 1 insertions, 4 deletions
diff --git a/roundcubemail/skins/larry/ie7hacks.css b/roundcubemail/skins/larry/ie7hacks.css index 3ba0a2b0d..f86cbe8aa 100644 --- a/roundcubemail/skins/larry/ie7hacks.css +++ b/roundcubemail/skins/larry/ie7hacks.css @@ -49,6 +49,7 @@ a.deletebutton, } #login-form #message div { + float: left; display: block; width: 200px; margin-left: 130px; diff --git a/roundcubemail/skins/larry/styles.css b/roundcubemail/skins/larry/styles.css index 5139c22df..c61a3f3bd 100644 --- a/roundcubemail/skins/larry/styles.css +++ b/roundcubemail/skins/larry/styles.css @@ -1252,10 +1252,6 @@ ul.proplist li { padding-right: 0; } -#login-form #message div { - float: left; -} - #bottomline { font-size: 90%; text-align: center; |
