diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-06-04 12:10:49 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-06-04 12:10:49 +0200 |
commit | 24e89eceed9694882ff943c4106519fab449705f (patch) | |
tree | 64d12a7774175b5b01b193ae6fe68ef846b2c490 /skins/larry/addressbook.css | |
parent | 77043f8469ba8e7b64af5b0192b0297ded5c615f (diff) |
Add fieldset legends and input element labels to contact edit form
Diffstat (limited to 'skins/larry/addressbook.css')
-rw-r--r-- | skins/larry/addressbook.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/skins/larry/addressbook.css b/skins/larry/addressbook.css index c44a26c92..0583ce06e 100644 --- a/skins/larry/addressbook.css +++ b/skins/larry/addressbook.css @@ -201,6 +201,8 @@ float: left; margin: 0 18px 20px 0; width: 112px; + border: 0; + padding: 0; } #contactpic { @@ -236,6 +238,10 @@ opacity: 0.05; } +#contactphoto .formlinks a[aria-disabled='true'] { + visibility: hidden; +} + #contacthead { border: 0; margin: 0 16em 1em 0; @@ -244,6 +250,10 @@ font-size: 12px; } +#contacthead > legend { + display: none; +} + form #contacthead { margin-right: 0; } |