summaryrefslogtreecommitdiffstats
path: root/css/owncloud6.css
diff options
context:
space:
mode:
authorBernhard Posselt <Raydiation@users.noreply.github.com>2013-12-19 04:32:34 -0800
committerBernhard Posselt <Raydiation@users.noreply.github.com>2013-12-19 04:32:34 -0800
commit43f86e58d2976d4c56f1921b272380b66758ae67 (patch)
tree7ec302037c8f436635387ce145b0436bfb29dd32 /css/owncloud6.css
parent98d3328c5ea97b91faa184206799f4e7e7ccfd57 (diff)
parentfd6137741f6331da70432e063a576a63f5588466 (diff)
Merge pull request #411 from sub/issue242
Make feed title editable (FIX #242)
Diffstat (limited to 'css/owncloud6.css')
-rw-r--r--css/owncloud6.css13
1 files changed, 12 insertions, 1 deletions
diff --git a/css/owncloud6.css b/css/owncloud6.css
index d59dab6a8..bde3bc7af 100644
--- a/css/owncloud6.css
+++ b/css/owncloud6.css
@@ -8,14 +8,25 @@
width: 299px;
}
+#app-navigation .rename-feed > input {
+ width: 215px;
+ height: 32px;
+}
+
#app-navigation .progress-icon,
#app-navigation .problem-icon {
width: 299px;
line-height: 44px;
}
+#app-navigation .rename-feed-icon {
+ padding-right: 10px;
+ padding-left: 5px;
+}
+
#app-navigation .mark-read-icon {
- padding-right: 40px;
+ padding-right: 20px;
+ padding-left: 5px;
}
#app-navigation li:hover > a {