summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-09-01 00:31:36 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-09-01 00:31:36 +0200
commit2ec1f71203e7312932e7545493fa2153dc261c88 (patch)
treecc3b7496a641c85f0cc5a3994b8acb983e96c44c /css
parent6d0b9b4f2ba2f89b283671944cfcbefb4702d31d (diff)
more whitespace for oc6
Diffstat (limited to 'css')
-rw-r--r--css/owncloud6.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/css/owncloud6.css b/css/owncloud6.css
index 5d050b67b..ab6fde77d 100644
--- a/css/owncloud6.css
+++ b/css/owncloud6.css
@@ -1,5 +1,7 @@
+/* Feeds */
#app-navigation .utils {
top: 7px;
+ right: 7px;
}
#app-navigation .add-new input,
@@ -19,4 +21,21 @@
.show-all {
line-height: 44px;
+}
+
+/* more whitespace for articles to fit design */
+.item_title {
+ margin-bottom: 10px;
+}
+
+.item_author {
+ margin-bottom: 15px;
+}
+
+.feed_item {
+ padding: 35px 5px 5px 5px;
+}
+
+.feed_item .utils {
+ margin-left: 10px;
} \ No newline at end of file