summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-08-27 18:52:13 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-08-27 18:52:13 +0200
commitc7c2bf214c9cf6bde0c563ee68ffb5b61ed9734e (patch)
tree0d53bd6049bf05a5ddfae4957d950c124c791679 /css
parent924d8b5d63813a833db3ba86acb438fc7c456bc4 (diff)
editing
Diffstat (limited to 'css')
-rw-r--r--css/navigation.css108
1 files changed, 2 insertions, 106 deletions
diff --git a/css/navigation.css b/css/navigation.css
index de0b39c9f..e19e6a594 100644
--- a/css/navigation.css
+++ b/css/navigation.css
@@ -117,118 +117,14 @@
padding-right: 0px;
}
-.folder {
+#app-navigation .folder {
text-transform: uppercase;
}
-.feed {
+#app-navigation .feed {
text-transform: none;
}
-#app-navigation li:hover > .utils {
- display: block;
-}
-
-#app-navigation li:hover > .utils .unread-counter {
- padding-left: 0;
-}
-
#app-navigation .folder-input {
text-transform: uppercase;
}
-
-.rename-feed input {
- margin: 1px 0 0px 5px;
- border-right: 1px solid #ddd;
- border-radius: 2px;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
- border-right: 0;
- width: 208px;
- height: 32px;
-}
-
-.rename-feed button {
- margin: 5px 0 5px 0;
- display: inline-block;
- border-bottom-left-radius: 0;
- border-top-left-radius: 0;
- width: 30px !important;
- height: 30px !important;
- padding: 0.6em;
-}
-
-.rename-feed .action-button {
- background-position: center;
- background-repeat: no-repeat;
-}
-
-.rename-feed .back-button {
- border-radius: 3px;
- background-image: url('../img/delete.svg');
-}
-
-.rename-feed .create-button {
- border-radius: 0;
- background-image: url('../img/mark_read.svg');
-}
-
-.rss-icon {
- background-image: url('../img/rss.svg');
-}
-
-#app-navigation .ui-draggable-dragging {
- width: 100%;
-}
-
-#app-navigation .multiselect {
- height:20px;
-}
-
-#app-navigation .progress-icon,
-#app-navigation .problem-icon {
- width: 299px;
- line-height: 44px;
-}
-
-.progress-icon {
- background-image: url('../img/loading.gif');
-}
-
-.problem-icon {
- background-image: url('../img/problem.svg') !important;
-}
-
-.failed {
- background-color: #F2FF63 !important;
- text-shadow: none !important;
- font-weight: bold;
-}
-
- .failed .title {
- background-color: #F2FF63 !important;
- width: 299px !important;
- text-overflow: ellipsis;
- white-space: nowrap;
- overflow: hidden;
- display: inline-block !important;
- }
-
- .failed a:hover,
- .failed:hover a {
- background-color: #F2FF63 !important;
- }
-
- .failed .message {
- font-weight: normal;
- padding: 5px 20px 5px 32px;
- }
-
- .folder .feed.failed .message {
- padding-left: 48px;
- }
-
-.tooltip {
- text-shadow: none;
- text-transform: none;
-} \ No newline at end of file