Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-05-28 13:33:52 +0400
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-06-04 16:38:25 +0400
commit934048b32caac2e40bda46288c1028b44c5433d7 (patch)
treed590acf493ea19ef6b24a7bec4535fa9ff05988e /core/css/header.css
parent190fc8adf5b4cf3c5b3762938d929c962ea5c434 (diff)
reduce font size of appname in header
Diffstat (limited to 'core/css/header.css')
-rw-r--r--core/css/header.css11
1 files changed, 5 insertions, 6 deletions
diff --git a/core/css/header.css b/core/css/header.css
index a65c9337d61..0a3d8f212d6 100644
--- a/core/css/header.css
+++ b/core/css/header.css
@@ -7,21 +7,20 @@
display: inline-block;
position: relative;
color: #fff;
- font-size: 26px;
- opacity: .4;
+ font-size: 15px;
margin-left: 5px;
}
/* show caret indicator next to logo to make clear it is tappable */
#header .icon-caret {
display: inline-block;
width: 12px;
- height: 14px;
+ height: 8px;
}
.header-appname,
#header .icon-caret {
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
- filter: alpha(opacity=45);
- opacity: .45;
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
+ filter: alpha(opacity=75);
+ opacity: .75;
}
/* do not show menu toggle on public share links as there is no menu */
#body-public #header .icon-caret {