diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-11-22 09:04:29 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-11-22 09:04:29 +0100 |
commit | 34003c5fa5dfc6bd4206e50a49b7a5439a05c148 (patch) | |
tree | 7e08425b6f7ef55ee633939d6c588692fa819b77 /skins/larry/addressbook.css | |
parent | b7fb20af3a5c98f291204befdb616fdf5daa22fb (diff) |
Display status messages as pile of black bars overlaying the UI in order to improve visibility (#1488974)
Diffstat (limited to 'skins/larry/addressbook.css')
-rw-r--r-- | skins/larry/addressbook.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/skins/larry/addressbook.css b/skins/larry/addressbook.css index 39d0cce21..cf4d22d2e 100644 --- a/skins/larry/addressbook.css +++ b/skins/larry/addressbook.css @@ -187,7 +187,7 @@ top: 0; left: 0; right: 0; - bottom: 28px; + bottom: 0px; border: 0; border-radius: 4px; } @@ -380,7 +380,7 @@ a.deletebutton { #import-box { position: absolute; - bottom: 28px; + bottom: 0px; top: 34px; left: 0; right: 0; |