aboutsummaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorThomas Tanghus <thomas@tanghus.net>2012-04-22 03:59:28 +0200
committerThomas Tanghus <thomas@tanghus.net>2012-04-22 03:59:28 +0200
commitf08cfcecec4d9f9ff9d6524236a0f1384e9afaee (patch)
tree2eb22d041b1f413359e214c5dd98841dd8989b92 /core/css
parent24aff287cfb1121bde7ef5ce907085e28033a8c3 (diff)
downloadnextcloud-server-f08cfcecec4d9f9ff9d6524236a0f1384e9afaee.tar.gz
nextcloud-server-f08cfcecec4d9f9ff9d6524236a0f1384e9afaee.zip
Personal settings: Emphasized labels etc, mono-spaced generated paths and moved text formatting to style sheet.
Diffstat (limited to 'core/css')
-rw-r--r--core/css/styles.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index 726427b47aa..ccebc984fbb 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -121,6 +121,8 @@ tbody tr:hover, tr:active { background-color:#f8f8f8; }
#body-settings .personalblock#quota { position:relative; padding:0; }
#body-settings #controls+.helpblock { position:relative; margin-top: 3em; }
.personalblock > legend { margin-top:2em; }
+.personalblock > legend, th, dt, label { font-weight: bold; }
+code { font-family: "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", monospace; }
#quota div, div.jp-play-bar, div.jp-seek-bar { padding:0; background:#e6e6e6; font-weight:normal; white-space:nowrap; -moz-border-radius-bottomleft:.4em; -webkit-border-bottom-left-radius:.4em; border-bottom-left-radius:.4em; -moz-border-radius-topleft:.4em; -webkit-border-top-left-radius:.4em; border-top-left-radius:.4em; }
#quotatext {padding: .6em 1em;}