summaryrefslogtreecommitdiffstats
path: root/css/news.css
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2012-08-18 19:40:37 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2012-08-18 19:40:37 +0200
commit552c742ecd6b3a6de4a38b1548da287f21a9ebb0 (patch)
tree8688c53453f5546e854039cd9e71daa054450fa6 /css/news.css
parent41c310c5fc3790d7e5f6cb4862f5b09537002ffb (diff)
improved buttons in settings
Diffstat (limited to 'css/news.css')
-rw-r--r--css/news.css17
1 files changed, 14 insertions, 3 deletions
diff --git a/css/news.css b/css/news.css
index e31b6ff37..f7de17daf 100644
--- a/css/news.css
+++ b/css/news.css
@@ -359,12 +359,23 @@ div.add_parentfolder {
#feed_settings .controls > li {
display: inline-block;
float: left;
- width: 3em;
+ margin: 0;
+ padding: 0;
+
+ }
+
+ #feed_settings button {
+ height: 2.4em;
+ width: 2.4em;
+ padding: .2em .1em 0 .1em;
+ margin: .15em 0 0 .15em;
+ }
+
+ #feed_settings .controls > li:last-child button {
+ margin-right: .3em;
}
#feed_settings #view button {
- width: 3em;
- height: 2.5em;
padding-top: .2em;
background-size: 80%;
background-position: center;