diff options
author | Davide Saurino <davide.saurino@alcacoop.it> | 2013-12-16 16:17:39 +0100 |
---|---|---|
committer | Davide Saurino <davide.saurino@alcacoop.it> | 2013-12-16 16:17:39 +0100 |
commit | fd6137741f6331da70432e063a576a63f5588466 (patch) | |
tree | 0959810bebbf8767a66658c72331aca865c8c3f5 /css | |
parent | 576b9e96b6ee16f9823fa09ba5b7643474e5524e (diff) |
Rename feed: style improvements
Diffstat (limited to 'css')
-rw-r--r-- | css/feeds.css | 6 | ||||
-rw-r--r-- | css/owncloud6.css | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/css/feeds.css b/css/feeds.css index 1121a84da..0516575fc 100644 --- a/css/feeds.css +++ b/css/feeds.css @@ -183,8 +183,8 @@ button.action:hover { } #app-navigation .rename-feed > input { - width: 170px; - height: 32px; + width: 155px; + height: 15px; } .delete-icon { @@ -200,7 +200,7 @@ button.action:hover { } .rename-feed input { - margin: 1px 0 5px 5px; + margin: 1px 0 0px 5px; border-top-right-radius: 0; border-bottom-right-radius: 0; border-right: 0; diff --git a/css/owncloud6.css b/css/owncloud6.css index 893b9ac04..bde3bc7af 100644 --- a/css/owncloud6.css +++ b/css/owncloud6.css @@ -8,6 +8,11 @@ width: 299px; } +#app-navigation .rename-feed > input { + width: 215px; + height: 32px; +} + #app-navigation .progress-icon, #app-navigation .problem-icon { width: 299px; |