summaryrefslogtreecommitdiffstats
path: root/css/feeds.css
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-02-12 00:34:49 +0100
committerBernhard Posselt <nukeawhale@gmail.com>2013-02-12 00:34:49 +0100
commit2feb03999b243948b502400e2d7d06217cf3955b (patch)
tree2e25432a3626d4371c7a2fd46d1b0531babb7415 /css/feeds.css
parent95384df834a47a3e40f72ddc1e585b66af170efd (diff)
button fix
Diffstat (limited to 'css/feeds.css')
-rw-r--r--css/feeds.css8
1 files changed, 5 insertions, 3 deletions
diff --git a/css/feeds.css b/css/feeds.css
index e79ab9a4f..4b0fc0224 100644
--- a/css/feeds.css
+++ b/css/feeds.css
@@ -26,13 +26,14 @@
}
#left-content .utils button {
- margin: 5px 0 0 0;
+ margin: 0 5px 0 0;
background-position: center;
background-repeat: no-repeat;
background-color: transparent;
border: 0;
box-shadow: none;
- display: block;
+ display: none;
+ padding: 8px;
}
#left-content li:hover .utils button {
@@ -40,7 +41,7 @@
}
.unread-counter {
- padding: 6px 8px 5px;
+ padding: 8px 6px 8px 5px;
overflow: hidden;
text-overflow: ellipsis;
text-align: center;
@@ -69,6 +70,7 @@ button.action:hover {
}
.delete-icon {
+ background-position: center 10px !important;
background-image: url('%webroot%/core/img/actions/delete.svg');
}