From 24e89eceed9694882ff943c4106519fab449705f Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Wed, 4 Jun 2014 12:10:49 +0200 Subject: Add fieldset legends and input element labels to contact edit form --- skins/classic/addressbook.css | 5 +++++ skins/larry/addressbook.css | 10 ++++++++++ skins/larry/settings.css | 2 +- skins/larry/templates/contactedit.html | 5 +++-- 4 files changed, 19 insertions(+), 3 deletions(-) (limited to 'skins') diff --git a/skins/classic/addressbook.css b/skins/classic/addressbook.css index ebf9ab9d9..30052585a 100644 --- a/skins/classic/addressbook.css +++ b/skins/classic/addressbook.css @@ -279,6 +279,11 @@ body.iframe, padding: 0; } +#contacthead > legend +{ + display: none; +} + #contacthead .names span.namefield, #contacthead .names input { 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; } diff --git a/skins/larry/settings.css b/skins/larry/settings.css index 0517f3c3a..4cbb1550f 100644 --- a/skins/larry/settings.css +++ b/skins/larry/settings.css @@ -78,7 +78,7 @@ background-position: -24px -1137px; } -#sections-table td.section, +#sections-table tbody td, #sections-table .listitem span, #settings-sections .listitem a, #settings-sections .tablink a { diff --git a/skins/larry/templates/contactedit.html b/skins/larry/templates/contactedit.html index 3467ebe8e..b7aafed31 100644 --- a/skins/larry/templates/contactedit.html +++ b/skins/larry/templates/contactedit.html @@ -16,7 +16,8 @@
:
-
+
+ @@ -25,7 +26,7 @@
- +
-- cgit v1.2.3