aboutsummaryrefslogtreecommitdiffstats
path: root/core/css/header.css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2015-10-30 04:47:00 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2015-11-10 16:12:42 +0100
commit83c177fc1b010aba12382a8ac66df9f9b7142b75 (patch)
treee39a177483a05fccf2755456c30736a7c070ab29 /core/css/header.css
parente4900c6c4c7f28261cceb7e6ddc30bce5bc87bd4 (diff)
downloadnextcloud-server-83c177fc1b010aba12382a8ac66df9f9b7142b75.tar.gz
nextcloud-server-83c177fc1b010aba12382a8ac66df9f9b7142b75.zip
move font back from Light to Regular for body text on normal-res screens, fix #18954
Diffstat (limited to 'core/css/header.css')
-rw-r--r--core/css/header.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/core/css/header.css b/core/css/header.css
index 369750251c4..37f06ef0632 100644
--- a/core/css/header.css
+++ b/core/css/header.css
@@ -119,6 +119,7 @@
position: relative;
color: #fff;
font-size: 16px;
+ font-weight: 300;
margin: 0;
margin-top: -24px;
padding: 7px 0 7px 5px;
@@ -352,3 +353,11 @@
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
opacity: 1;
}
+
+/* do not show display name when profile picture is present */
+#header .avatardiv.avatardiv-shown + #expandDisplayName {
+ display: none;
+}
+#header #expand {
+ display: block;
+}