aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Pafat
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-10-24 14:34:08 +0200
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-10-24 14:34:08 +0200
commit98fbc736ec3b4a5260da72eb8c9f66b798b74725 (patch)
tree2014eac6c28338b27cc4a7a293a42dca41de0f7c /p/themes/Pafat
parent62727b1d4f101fa328b57eda716803c2f7147d7b (diff)
Fix all the themes for global view
See https://github.com/marienfressinaud/FreshRSS/issues/634
Diffstat (limited to 'p/themes/Pafat')
-rw-r--r--p/themes/Pafat/pafat.css55
1 files changed, 14 insertions, 41 deletions
diff --git a/p/themes/Pafat/pafat.css b/p/themes/Pafat/pafat.css
index 84a485e13..f10b66086 100644
--- a/p/themes/Pafat/pafat.css
+++ b/p/themes/Pafat/pafat.css
@@ -908,59 +908,32 @@ a.btn {
/*=== GLOBAL VIEW */
/*================*/
-#stream.global .box-category {
- background: #fff;
- border:none;
+.box.category .box-title .title {
+ font-weight: normal;
+ text-decoration: none;
text-align: left;
}
-
-#stream.global .category:first-child {
- margin: 0;
+.box.category:not([data-unread="0"]) .box-title {
+ background: #5BC0DE;
}
-
-
-#stream.global .btn {
- width: auto;
- height: 2em;
- margin: 0;
- padding: 0 10px;
- background: #f6f6f6;
- border-bottom: 1px solid #aaa;
- border-radius: 5px 5px 0 0;
- line-height: 2em;
- font-size: 1.2rem;
-}
-
-#stream.global .btn:not([data-unread="0"]) {
- background: #5bc0de;
- border-color : #5bc0de;
- color: #fff;
+.box.category:not([data-unread="0"]) .box-title .title {
font-weight: bold;
- text-shadow: none;
-
+ color: #fff;
}
-
-
-#stream.global .btn:first-child:not([data-unread="0"]):after {
- top: 0; right: 5px;
+.box.category .title:not([data-unread="0"]):after {
+ position: absolute;
+ top: 5px; right: 10px;
border: 0;
background: none;
- color: #fff;
font-weight: bold;
box-shadow: none;
text-shadow: none;
+ font-size: 0.8rem;
+ line-height: 1.6rem;
}
-
-#stream.global .box-category .feeds {
- max-height: 250px;
- width: 302px;
- border : solid #aaa 1px;
- border-top : none;
-}
-
-#stream.global .box-category .feeds .item {
+.box.category .item.feed {
padding: 2px 10px;
- font-size: 0.9rem;
+ font-size: 0.8rem;
}
/*=== DIVERS */