diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2012-08-21 00:10:31 +0200 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2012-08-21 00:20:18 +0200 |
commit | 1e42cd162e70b6c9498c806a05c5c52402035c65 (patch) | |
tree | 45f8ec7969fc2fa144c52f608ee3f8bf3faeb6f1 /apps/contacts/css/contacts.css | |
parent | 719ae155db3c0d4a97250fdf00a34ae2d83aaf3e (diff) | |
download | nextcloud-server-1e42cd162e70b6c9498c806a05c5c52402035c65.tar.gz nextcloud-server-1e42cd162e70b6c9498c806a05c5c52402035c65.zip |
Added types to emails. Support for custom types. Partial fix for oc-1508.
Diffstat (limited to 'apps/contacts/css/contacts.css')
-rw-r--r-- | apps/contacts/css/contacts.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/contacts/css/contacts.css b/apps/contacts/css/contacts.css index 54edf163970..d7c9a6bf342 100644 --- a/apps/contacts/css/contacts.css +++ b/apps/contacts/css/contacts.css @@ -119,8 +119,7 @@ input[type="checkbox"] { width: 20px; height: 20px; vertical-align: bottom; } .propertycontainer dd { float: left; width: 25em; } .propertylist { clear: none; max-width: 28em; } .propertylist li.propertycontainer { white-space: nowrap; min-width: 35em; /*max-width: 30em;*/ display: block; clear: right; } -.propertycontainer[data-element="EMAIL"] > input[type="email"] { min-width: 19em !important; float: left; } -.propertycontainer[data-element="TEL"] > input[type="text"] { width: 10em !important; float: left; } +.propertycontainer[data-element="EMAIL"] > input[type="email"],.propertycontainer[data-element="TEL"] > input[type="text"] { min-width: 12em !important; float: left; } .propertylist li > input[type="checkbox"],input[type="radio"] { float: left; clear: left; width: 20px; height: 20px; vertical-align: middle; } .propertylist li > select { float: left; max-width: 8em; } .typelist[type="button"] { float: left; max-width: 10em; border: 0; background-color: #fff; color: #bbb} /* for multiselect */ |