From e869db47b04acb4c30869ef03462a63e7ac82951 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Mon, 29 Sep 2014 16:38:37 +0200 Subject: [PATCH] unbold labels and folders --- apps/files/css/files.css | 1 - core/css/styles.css | 9 +++------ 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/apps/files/css/files.css b/apps/files/css/files.css index 00b1ded9b3..fddfd02caa 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -236,7 +236,6 @@ table td.filename a.name { line-height: 50px; padding: 0; } -table tr[data-type="dir"] td.filename a.name span.nametext {font-weight:bold; } table td.filename input.filename { width: 70%; margin-top: 1px; diff --git a/core/css/styles.css b/core/css/styles.css index 56688e01ae..9604cb0fa4 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -355,8 +355,7 @@ input[type="submit"].enabled { } #body-login .update h2 { - font-weight: bold; - font-size: 18px; + font-size: 20px; margin-bottom: 30px; } @@ -390,7 +389,6 @@ input[type="submit"].enabled { #body-login form #adminaccount { margin-bottom:15px; } #body-login form fieldset legend, #datadirContent label { width: 100%; - font-weight: bold; } #body-login #datadirContent label { display: block; @@ -575,7 +573,7 @@ label.infield { #body-login form #selectDbType { text-align:center; white-space: nowrap; } #body-login form #selectDbType label { 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; } #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 { cursor: pointer; - font-weight: bold; margin-left: 1em; } @@ -866,7 +863,7 @@ span.ui-icon {float: left; margin: 3px 7px 30px 0;} .popup.topright { top:7em; right:1em; } .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 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.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; }