summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/owncloud6.css28
1 files changed, 27 insertions, 1 deletions
diff --git a/css/owncloud6.css b/css/owncloud6.css
index e48a7df30..3f67db537 100644
--- a/css/owncloud6.css
+++ b/css/owncloud6.css
@@ -19,10 +19,35 @@
line-height: 44px;
}
+#app-navigation .mark-read-icon {
+ padding-right: 40px;
+}
+
+#app-navigation li:hover > a {
+ padding-right: 80px;
+}
+
.show-all {
line-height: 44px;
}
+#app-navigation .unread > a,
+#app-navigation .active > a {
+ padding-right: 50px;
+}
+
+#app-navigation .active.unread > a {
+ padding-right: 80px;
+}
+
+#app-navigation .active.unread:hover > a {
+ padding-right: 100px;
+}
+
+#app-navigation li:hover > a {
+ padding-right: 80px;
+}
+
/* more whitespace for articles to fit design */
#app-content .feed_item {
padding: 40px 5px 10px 5px;
@@ -45,4 +70,5 @@
#app-content .feed_item .utils {
margin-left: 10px;
-} \ No newline at end of file
+}
+