summaryrefslogtreecommitdiffstats
path: root/apps/contacts
diff options
context:
space:
mode:
authorThomas Tanghus <thomas@tanghus.net>2012-05-06 17:54:08 +0200
committerThomas Tanghus <thomas@tanghus.net>2012-05-06 19:19:15 +0200
commit5bf69cace1181279a08b6edb7605346f436ebccc (patch)
tree6bebe5c1c7b90ea76cc00c5f0be99af96690c2f5 /apps/contacts
parent9dbc6b51589f8a5e08d3e009ed09674c35883107 (diff)
downloadnextcloud-server-5bf69cace1181279a08b6edb7605346f436ebccc.tar.gz
nextcloud-server-5bf69cace1181279a08b6edb7605346f436ebccc.zip
Contacts: Re-added some styling that got lost in a revert.
Diffstat (limited to 'apps/contacts')
-rw-r--r--apps/contacts/css/contacts.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/contacts/css/contacts.css b/apps/contacts/css/contacts.css
index 8323377f298..c247ecf5680 100644
--- a/apps/contacts/css/contacts.css
+++ b/apps/contacts/css/contacts.css
@@ -98,7 +98,8 @@ 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; }
-.propertylist li > input[type="text"],input[type="email"],input[type="tel"] { float: left; max-width: 15em; }
+.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; }
.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 { float: left; max-width: 10em; border: 0; background-color: #fff; } /* for multiselect */