summaryrefslogtreecommitdiffstats
path: root/css/feeds.css
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-02-14 17:13:20 +0100
committerBernhard Posselt <nukeawhale@gmail.com>2013-02-14 17:13:20 +0100
commitf95aef69f48a894bd4a6292e7384cec4b6c0660f (patch)
tree8c2e5d373a366c9791068a1ab10f3d332f63164f /css/feeds.css
parentc8e44addad21b35ddae209c3c05984bb94c56194 (diff)
use app-navigation and app-content instead of left-content and right-content
Diffstat (limited to 'css/feeds.css')
-rw-r--r--css/feeds.css18
1 files changed, 9 insertions, 9 deletions
diff --git a/css/feeds.css b/css/feeds.css
index 65073b520..ab7eef696 100644
--- a/css/feeds.css
+++ b/css/feeds.css
@@ -10,22 +10,22 @@
font-weight: bold;
}
-#left-content .unread > a {
+#app-navigation .unread > a {
padding-right: 32px;
}
-#left-content .utils {
+#app-navigation .utils {
position: absolute;
right: 0;
top: 0;
bottom: 0;
}
-#left-content .utils > * {
+#app-navigation .utils > * {
float: right;
}
-#left-content .utils button {
+#app-navigation .utils button {
margin: 0;
background-position: center;
background-repeat: no-repeat;
@@ -37,7 +37,7 @@
width: 32px;
}
-#left-content li:hover .utils button {
+#app-navigation li:hover .utils button {
display: block;
}
@@ -69,15 +69,15 @@ button.action:hover {
}
-#left-content li:hover > a {
+#app-navigation li:hover > a {
padding-right: 98px;
}
-#left-content li:hover > .utils {
+#app-navigation li:hover > .utils {
display: block;
}
-#left-content li:hover > .utils .unread-counter {
+#app-navigation li:hover > .utils .unread-counter {
padding-right: 0;
}
@@ -93,6 +93,6 @@ button.action:hover {
background-image: url('%appswebroot%/news/img/rss.svg');
}
-#left-content .ui-draggable-dragging {
+#app-navigation .ui-draggable-dragging {
width: 249px;
} \ No newline at end of file