aboutsummaryrefslogtreecommitdiffstats
path: root/core/css/header.css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2015-03-25 18:01:14 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2015-03-26 00:43:11 +0100
commit70a4df14186f94480b686bcc15ac250f0237559e (patch)
tree286202e871f745238a39cfc39289295ce69fdd5f /core/css/header.css
parentad596a0198c3ac1e5a295a0c16c54c41201ef95a (diff)
downloadnextcloud-server-70a4df14186f94480b686bcc15ac250f0237559e.tar.gz
nextcloud-server-70a4df14186f94480b686bcc15ac250f0237559e.zip
more small fixes in header
Diffstat (limited to 'core/css/header.css')
-rw-r--r--core/css/header.css18
1 files changed, 10 insertions, 8 deletions
diff --git a/core/css/header.css b/core/css/header.css
index 56d023f96ea..08a1f30c8d4 100644
--- a/core/css/header.css
+++ b/core/css/header.css
@@ -158,7 +158,6 @@
/* arrow look */
#navigation:after, #expanddiv:after {
bottom: 100%;
- left: 47%;
border: solid transparent;
content: " ";
height: 0;
@@ -170,8 +169,11 @@
border-width: 10px;
margin-left: -10px;
}
+#navigation:after {
+ left: 47%;
+}
#expanddiv:after {
- left: 75%;
+ right: 15px;
}
#navigation, #navigation * {
@@ -298,16 +300,16 @@
#expand:active {
color: #fff;
}
-#expand img {
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
+#expand img {
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
opacity: .7;
margin-bottom: -2px;
}
-#expand:hover img,
-#expand:focus img,
-#expand:active img {
+#expand:hover img,
+#expand:focus img,
+#expand:active img {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
- opacity:1;
+ opacity: 1;
}
#expanddiv {
position: absolute;