Merge pull request #11355 from owncloud/unbold

Unbold
This commit is contained in:
Thomas Müller 2014-11-05 14:18:16 +01:00
commit a0e9324e00
3 changed files with 5 additions and 7 deletions

View File

@ -236,7 +236,6 @@ table td.filename a.name {
line-height: 50px; line-height: 50px;
padding: 0; padding: 0;
} }
table tr[data-type="dir"] td.filename a.name span.nametext {font-weight:bold; }
table td.filename input.filename { table td.filename input.filename {
width: 70%; width: 70%;
margin-top: 1px; margin-top: 1px;

View File

@ -485,9 +485,11 @@ button.loading {
.section h2 { .section h2 {
font-size: 20px; font-size: 20px;
margin-bottom: 12px; margin-bottom: 12px;
font-weight: normal;
} }
.section h3 { .section h3 {
font-size: 16px; font-size: 16px;
font-weight: normal;
} }
/* slight position correction of checkboxes and radio buttons */ /* slight position correction of checkboxes and radio buttons */
.section input[type="checkbox"], .section input[type="checkbox"],

View File

@ -355,8 +355,7 @@ input[type="submit"].enabled {
} }
#body-login .update h2 { #body-login .update h2 {
font-weight: bold; font-size: 20px;
font-size: 18px;
margin-bottom: 30px; margin-bottom: 30px;
} }
@ -390,7 +389,6 @@ input[type="submit"].enabled {
#body-login form #adminaccount { margin-bottom:15px; } #body-login form #adminaccount { margin-bottom:15px; }
#body-login form fieldset legend, #datadirContent label { #body-login form fieldset legend, #datadirContent label {
width: 100%; width: 100%;
font-weight: bold;
} }
#body-login #datadirContent label { #body-login #datadirContent label {
display: block; display: block;
@ -575,7 +573,7 @@ label.infield {
#body-login form #selectDbType { text-align:center; white-space: nowrap; } #body-login form #selectDbType { text-align:center; white-space: nowrap; }
#body-login form #selectDbType label { #body-login form #selectDbType label {
position:static; margin:0 -3px 5px; padding:.4em; position:static; margin:0 -3px 5px; padding:.4em;
font-size:12px; font-weight:bold; background:#f8f8f8; color:#888; cursor:pointer; font-size:12px; background:#f8f8f8; color:#888; cursor:pointer;
border: 1px solid #ddd; border: 1px solid #ddd;
} }
#body-login form #selectDbType label.ui-state-hover, #body-login form #selectDbType label.ui-state-active { color:#000; background-color:#e8e8e8; } #body-login form #selectDbType label.ui-state-hover, #body-login form #selectDbType label.ui-state-active { color:#000; background-color:#e8e8e8; }
@ -730,7 +728,6 @@ label.infield {
} }
#notification span, #update-notification span { #notification span, #update-notification span {
cursor: pointer; cursor: pointer;
font-weight: bold;
margin-left: 1em; margin-left: 1em;
} }
@ -866,7 +863,7 @@ span.ui-icon {float: left; margin: 3px 7px 30px 0;}
.popup.topright { top:7em; right:1em; } .popup.topright { top:7em; right:1em; }
.popup.bottomleft { bottom:1em; left:33em; } .popup.bottomleft { bottom:1em; left:33em; }
.popup .close { position:absolute; top:0.2em; right:0.2em; height:20px; width:20px; background:url('../img/actions/close.svg') no-repeat center; } .popup .close { position:absolute; top:0.2em; right:0.2em; height:20px; width:20px; background:url('../img/actions/close.svg') no-repeat center; }
.popup h2 { font-weight:bold; font-size:1.2em; } .popup h2 { font-size:20px; }
.arrow { border-bottom:10px solid white; border-left:10px solid transparent; border-right:10px solid transparent; display:block; height:0; position:absolute; width:0; z-index:201; } .arrow { border-bottom:10px solid white; border-left:10px solid transparent; border-right:10px solid transparent; display:block; height:0; position:absolute; width:0; z-index:201; }
.arrow.left { left:-13px; bottom:1.2em; -webkit-transform:rotate(270deg); -moz-transform:rotate(270deg); -o-transform:rotate(270deg); -ms-transform:rotate(270deg); transform:rotate(270deg); } .arrow.left { left:-13px; bottom:1.2em; -webkit-transform:rotate(270deg); -moz-transform:rotate(270deg); -o-transform:rotate(270deg); -ms-transform:rotate(270deg); transform:rotate(270deg); }
.arrow.up { top:-8px; right:6px; } .arrow.up { top:-8px; right:6px; }