summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-09-01 00:56:58 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-09-01 00:56:58 +0200
commit26e464ff7d9a10cbf34603bf5a1d986d9888f77e (patch)
tree782b3ff0d28bd686603387035b9fc7a7b459bf0d /css
parent4c3a406af790a5a522f6fbdfe018255592beff76 (diff)
more whitespace for oc6
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
+}
+