summaryrefslogtreecommitdiffstats
path: root/apps/contacts
diff options
context:
space:
mode:
authorThomas Tanghus <thomas@tanghus.net>2012-08-23 00:39:20 +0200
committerThomas Tanghus <thomas@tanghus.net>2012-08-23 00:40:10 +0200
commit1df596e758dcb6c17474ce2b0856def05763d510 (patch)
treee08661b958829e22e6525620526427c62ff7de6e /apps/contacts
parent0944b4455bd779d432cd0d61f8f55e00f6d34b7a (diff)
downloadnextcloud-server-1df596e758dcb6c17474ce2b0856def05763d510.tar.gz
nextcloud-server-1df596e758dcb6c17474ce2b0856def05763d510.zip
CSS fix for Windows.
Diffstat (limited to 'apps/contacts')
-rw-r--r--apps/contacts/css/contacts.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/contacts/css/contacts.css b/apps/contacts/css/contacts.css
index ef48d020d0f..248a6d01633 100644
--- a/apps/contacts/css/contacts.css
+++ b/apps/contacts/css/contacts.css
@@ -126,8 +126,8 @@ input[type="checkbox"] { width: 20px; height: 20px; vertical-align: bottom; }
.propertylist li > .select_wrapper select { float: left; overflow: hidden; color: #bbb; }
.propertylist li > .select_wrapper select option { color: #777; }
.propertylist li > .select_wrapper select:hover,.propertylist li > select:focus,.propertylist li > select:active { color: #777; }
-.propertylist li > .select_wrapper select.impp { margin-left: -2.3em; direction: rtl; }
-.propertylist li > .select_wrapper select.types { margin-right: -2em; }
+.propertylist li > .select_wrapper select.impp { margin-left: -23px; direction: rtl; }
+.propertylist li > .select_wrapper select.types { margin-right: -23px; }
.propertylist li > input[type="checkbox"].impp { clear: none; }
.propertylist li > label.xab { display: block; color: #bbb; float:left; clear: both; padding: 0.5em 0 0 2.5em; }
.propertylist li > label.xab:hover { color: #777; }