summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2013-09-14 20:00:42 +0200
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2013-09-14 20:00:42 +0200
commit597a62148a17949a030afed5c62525914de84e11 (patch)
treec9c32f8358efd52595af667286cc6319a40617c8 /public
parentb2e02ebf873d5045f91ec71091a556a21501c5fe (diff)
parentd47137cddd6a02bf609728c76b8adc7cdea1adf3 (diff)
Merge branch 'NbUnread' of https://github.com/Alkarex/FreshRSS into Alkarex-NbUnread
Diffstat (limited to 'public')
-rw-r--r--public/themes/default/freshrss.css12
-rw-r--r--public/themes/flat-design/freshrss.css12
2 files changed, 24 insertions, 0 deletions
diff --git a/public/themes/default/freshrss.css b/public/themes/default/freshrss.css
index 92eaafaf0..353c4a1bc 100644
--- a/public/themes/default/freshrss.css
+++ b/public/themes/default/freshrss.css
@@ -180,6 +180,18 @@
.day:first-child {
border-top: none;
}
+ .day em {
+ color:#AAB;
+ font-size:2em;
+ height:1.5em;
+ opacity:.4;
+ overflow:hidden;
+ padding:0 .2em 0 0;
+ position:absolute;
+ right:0;
+ text-align:right;
+ width:75%
+ }
.flux {
border-left: 3px solid #aaa;
diff --git a/public/themes/flat-design/freshrss.css b/public/themes/flat-design/freshrss.css
index 7317fbe9f..559d1c374 100644
--- a/public/themes/flat-design/freshrss.css
+++ b/public/themes/flat-design/freshrss.css
@@ -179,6 +179,18 @@ body {
background: #ecf0f1;
border-radius: 0 20px 20px 0;
}
+ .day em {
+ color:#AAB;
+ font-size:2em;
+ height:1.5em;
+ opacity:.4;
+ overflow:hidden;
+ padding:0 .2em 0 0;
+ position:absolute;
+ right:0;
+ text-align:right;
+ width:75%;
+ }
.flux {
}