summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorDavide Saurino <davide.saurino@alcacoop.it>2013-11-16 17:35:27 +0100
committerDavide Saurino <davide.saurino@alcacoop.it>2013-11-16 17:35:27 +0100
commit4385861d127ddd552d531a34bb8599cd1e43871b (patch)
treef485b38a2a9e020120e03c071693094961c97d87 /css
parente43646299590195ff1289d211e6b0419eab65c48 (diff)
More styles applied to rename feed buttons
Diffstat (limited to 'css')
-rw-r--r--css/feeds.css12
1 files changed, 5 insertions, 7 deletions
diff --git a/css/feeds.css b/css/feeds.css
index 3bbe5d65c..02f2a9ce2 100644
--- a/css/feeds.css
+++ b/css/feeds.css
@@ -184,7 +184,7 @@ button.action:hover {
#app-navigation .rename-feed > input {
width: 170px;
- height: 30px;
+ height: 32px;
}
.delete-icon {
@@ -200,25 +200,23 @@ button.action:hover {
}
.rename-feed input {
- margin: 0 0 5px 0;
+ margin: 1px 0 5px 5px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-right: 0;
}
.rename-feed button {
- margin: 0 0 5px 0;
+ margin: 5px 0 5px 0;
display: inline-block;
- float: left;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
+ width: 30px !important;
height: 30px !important;
- margin-top: 1px;
+ padding: 0.6em;
}
.rename-feed .action-button {
- height: 25px;
- width: 25px;
background-position: center;
background-repeat: no-repeat;
}