1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-20 09:52:17 +01:00

Merge pull request #964 from owncloud/label-details

Label style details
This commit is contained in:
Thomas Müller 2015-07-03 07:51:34 +02:00
commit 0cfbd3cadc

View File

@ -368,9 +368,13 @@ ul.propertylist { width: 100%; line-height: 34px; }
.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; }
#contact label, #contact dt, #contact th, #contact .label {
#contact label,
#contact .label,
#contact dt,
#contact th {
float: left;
font-size: 100%; font-weight: bold;
font-size: 100%;
color: #bbb !important;
border: 0;
display: inline-block;
@ -764,11 +768,13 @@ tbody tr.contact.active, tbody tr.contact:hover {
max-width: 700px;
}
#contact h3 {
margin-left: 110px;
margin-left: 117px;
margin-top: 7px;
margin-bottom: 0px;
font-size: 12px;
line-height: 14px;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
opacity: .5;
}
#contact .arrow {
border-bottom: 20px solid white;