summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-09-29 16:38:37 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2014-11-05 14:13:09 +0100
commite869db47b04acb4c30869ef03462a63e7ac82951 (patch)
tree930ccb268db850398acdf4622e32240319e59d6e /core/css
parente624e9064c25c76bf6dbb479db5811a238c1f340 (diff)
downloadnextcloud-server-e869db47b04acb4c30869ef03462a63e7ac82951.tar.gz
nextcloud-server-e869db47b04acb4c30869ef03462a63e7ac82951.zip
unbold labels and folders
Diffstat (limited to 'core/css')
-rw-r--r--core/css/styles.css9
1 files changed, 3 insertions, 6 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index 56688e01aee..9604cb0fa4a 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; }