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:
commit
0cfbd3cadc
@ -368,9 +368,13 @@ ul.propertylist { width: 100%; line-height: 34px; }
|
|||||||
.propertylist li > input[type=checkbox].impp { clear: none; }
|
.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 { display: block; color: #bbb; float:left; clear: both; padding: 0.5em 0 0 2.5em; }
|
||||||
.propertylist li > label.xab:hover { color: #777; }
|
.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;
|
float: left;
|
||||||
font-size: 100%; font-weight: bold;
|
font-size: 100%;
|
||||||
color: #bbb !important;
|
color: #bbb !important;
|
||||||
border: 0;
|
border: 0;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
@ -764,11 +768,13 @@ tbody tr.contact.active, tbody tr.contact:hover {
|
|||||||
max-width: 700px;
|
max-width: 700px;
|
||||||
}
|
}
|
||||||
#contact h3 {
|
#contact h3 {
|
||||||
margin-left: 110px;
|
margin-left: 117px;
|
||||||
margin-top: 7px;
|
margin-top: 7px;
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
line-height: 14px;
|
line-height: 14px;
|
||||||
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
|
||||||
|
opacity: .5;
|
||||||
}
|
}
|
||||||
#contact .arrow {
|
#contact .arrow {
|
||||||
border-bottom: 20px solid white;
|
border-bottom: 20px solid white;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user