diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-03-08 13:05:47 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-03-08 13:05:47 +0000 |
| commit | 9ea0259cde9aa86935da85f44b7a0a818cc18e1c (patch) | |
| tree | 8da9be5a95652b4a04f3054165940bc631ad9a22 /roundcubemail | |
| parent | 3f2fe3014803bb829427ddf28adf447c86399668 (diff) | |
- Larry: center messages on login screen
git-svn-id: https://svn.roundcube.net/trunk@5989 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail')
| -rw-r--r-- | roundcubemail/skins/larry/styles.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/roundcubemail/skins/larry/styles.css b/roundcubemail/skins/larry/styles.css index 21d269dba..4c242f56b 100644 --- a/roundcubemail/skins/larry/styles.css +++ b/roundcubemail/skins/larry/styles.css @@ -1228,12 +1228,12 @@ ul.proplist li { #login-form #message { min-height: 40px; padding: 5px 25px; + text-align: center; } #login-form #message div { - display: block; - width: 200px; - margin: 0 auto; + display: inline-block; + padding-right: 0; } #bottomline { |
