1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-12-01 13:24:10 +01:00

Allow a bit more space for property labels.

This commit is contained in:
Jan ten Bokkel 2013-12-31 12:17:41 +01:00
parent a00e0a030b
commit 2667841549

View File

@ -143,7 +143,7 @@
#firstrun #selections { font-size:0.8em; margin: 2em auto auto auto; clear: both; } #firstrun #selections { font-size:0.8em; margin: 2em auto auto auto; clear: both; }
#contact textarea { #contact textarea {
margin-left: 104px; margin-left: 114px;
min-height: 5em; min-height: 5em;
min-width: 300px; min-width: 300px;
font-family: inherit; font-family: inherit;
@ -155,7 +155,7 @@
float: left; float: left;
width: 100%; width: 100%;
margin-bottom: 8px; margin-bottom: 8px;
padding-left: 100px; padding-left: 110px;
} }
#contact footer .action { #contact footer .action {
height: 30px; height: 30px;
@ -192,7 +192,7 @@
opacity: 1; opacity: 1;
} }
#contact input[type=checkbox] { margin-top: 11px; margin-right: 6px; padding:1px; vertical-align: bottom; float: left; } #contact input[type=checkbox] { margin-top: 11px; margin-right: 4px; vertical-align: bottom; float: left; }
/*dl.form { display: block; width: auto; margin: 0; padding: 0; cursor: normal; }*/ /*dl.form { display: block; width: auto; margin: 0; padding: 0; cursor: normal; }*/
.form dt { display: inline-block; clear: left; float: left; width: 7em; margin: 0; padding: 0.8em 0.5em 0 0; text-align:right; text-overflow:ellipsis; o-text-overflow: ellipsis; vertical-align: text-bottom; color: #bbb;/* white-space: pre-wrap; white-space: -moz-pre-wrap !important; white-space: -pre-wrap; white-space: -o-pre-wrap;*/ } .form dt { display: inline-block; clear: left; float: left; width: 7em; margin: 0; padding: 0.8em 0.5em 0 0; text-align:right; text-overflow:ellipsis; o-text-overflow: ellipsis; vertical-align: text-bottom; color: #bbb;/* white-space: pre-wrap; white-space: -moz-pre-wrap !important; white-space: -pre-wrap; white-space: -o-pre-wrap;*/ }
.form dd { display: inline-block; clear: right; float: left; margin: 0; padding: 0; white-space: nowrap; vertical-align: text-bottom; } .form dd { display: inline-block; clear: right; float: left; margin: 0; padding: 0; white-space: nowrap; vertical-align: text-bottom; }
@ -330,7 +330,7 @@ span.ui-icon { margin: 1px 3px 10px 0px; }
/* Properties */ /* Properties */
.propertyname { .propertyname {
width: 100px; width: 110px;
padding-right: 7px; padding-right: 7px;
margin-top: 1px; margin-top: 1px;
font-weight: bold; font-weight: bold;
@ -354,7 +354,7 @@ span.ui-icon { margin: 1px 3px 10px 0px; }
.singleproperties > a { margin-top: 10px !important; } .singleproperties > a { margin-top: 10px !important; }
.parameters { .parameters {
width: 100px; width: 110px;
float: left; float: left;
text-align: right; text-align: right;
box-sizing: border-box; box-sizing: border-box;
@ -546,6 +546,7 @@ input:not([type=checkbox]).propertytype {
max-width: 80px; max-width: 80px;
text-align: right; text-align: right;
margin: 0; margin: 0;
padding-top: 8px;
} }
input[type=checkbox].propertytype { width: 10px; } input[type=checkbox].propertytype { width: 10px; }
.contactphoto { .contactphoto {
@ -609,7 +610,7 @@ input[type=checkbox].propertytype { width: 10px; }
/* Contact layout */ /* Contact layout */
#contact > ul > li { white-space: nowrap; margin-right: 100px; } #contact > ul > li { white-space: nowrap; margin-right: 110px; }
#contact > ul.propertylist { #contact > ul.propertylist {
font-size: 10px; font-size: 10px;
/*display: table; /*display: table;
@ -815,7 +816,7 @@ tbody tr.contact.active, tbody tr.contact:hover {
max-width: 700px; max-width: 700px;
} }
#contact h3 { #contact h3 {
margin-left: 105px; margin-left: 115px;
margin-top: 7px; margin-top: 7px;
margin-bottom: 0px; margin-bottom: 0px;
font-size: 12px; font-size: 12px;