summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorDavide Saurino <davide.saurino@alcacoop.it>2013-11-16 12:54:05 +0100
committerDavide Saurino <davide.saurino@alcacoop.it>2013-11-16 12:54:05 +0100
commite43646299590195ff1289d211e6b0419eab65c48 (patch)
tree47e4c33630f060a1cf1b21bb34e4a1e35da00762 /css
parentccfa661880fdfbf36853c2948cd4e5b1f2e32165 (diff)
Style improvements
Diffstat (limited to 'css')
-rw-r--r--css/feeds.css34
1 files changed, 34 insertions, 0 deletions
diff --git a/css/feeds.css b/css/feeds.css
index a4793b748..3bbe5d65c 100644
--- a/css/feeds.css
+++ b/css/feeds.css
@@ -199,6 +199,40 @@ button.action:hover {
background-image: url('%appswebroot%/news/img/mark_read.svg');
}
+.rename-feed input {
+ margin: 0 0 5px 0;
+ border-top-right-radius: 0;
+ border-bottom-right-radius: 0;
+ border-right: 0;
+}
+
+.rename-feed button {
+ margin: 0 0 5px 0;
+ display: inline-block;
+ float: left;
+ border-bottom-left-radius: 0;
+ border-top-left-radius: 0;
+ height: 30px !important;
+ margin-top: 1px;
+}
+
+.rename-feed .action-button {
+ height: 25px;
+ width: 25px;
+ background-position: center;
+ background-repeat: no-repeat;
+}
+
+.rename-feed .back-button {
+ border-radius: 3px;
+ background-image: url('%webroot%/core/img/actions/delete.svg');
+}
+
+.rename-feed .create-button {
+ border-radius: 0;
+ background-image: url('%appswebroot%/news/img/mark_read.svg');
+}
+
.rss-icon {
background-image: url('%appswebroot%/news/img/rss.svg');
}