summaryrefslogtreecommitdiff
path: root/p
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-01-23 22:51:35 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-01-23 22:51:35 +0100
commit451cae8d12920a0f5d4d178e3be92989426b6c29 (patch)
tree39780359d004d39c8b8c94faebbd170c7be160e3 /p
parentc35c49df8868bccf924f39e6eebdc57da7811f19 (diff)
Réduit la place de la date
https://github.com/marienfressinaud/FreshRSS/issues/385 + oublie formLogin d'un patch précédent https://github.com/marienfressinaud/FreshRSS/commit/ae539f68395f9a09dbc04042fa281d97578f0d1e https://github.com/marienfressinaud/FreshRSS/issues/380
Diffstat (limited to 'p')
-rw-r--r--p/themes/Dark/freshrss.css2
-rw-r--r--p/themes/Flat/freshrss.css2
-rw-r--r--p/themes/Origine/freshrss.css2
3 files changed, 3 insertions, 3 deletions
diff --git a/p/themes/Dark/freshrss.css b/p/themes/Dark/freshrss.css
index 8f021e04a..9df540c04 100644
--- a/p/themes/Dark/freshrss.css
+++ b/p/themes/Dark/freshrss.css
@@ -282,7 +282,7 @@
font-weight: bold;
}
.flux .item.date {
- width: 200px;
+ width: 145px;
padding:0 5px 0 0;
text-align: right;
font-size: 10px;
diff --git a/p/themes/Flat/freshrss.css b/p/themes/Flat/freshrss.css
index 12a7d9bfb..6f2f75604 100644
--- a/p/themes/Flat/freshrss.css
+++ b/p/themes/Flat/freshrss.css
@@ -277,7 +277,7 @@ body {
font-weight: bold;
}
.flux .item.date {
- width: 200px;
+ width: 145px;
padding:0 5px 0 0;
text-align: right;
font-size: 10px;
diff --git a/p/themes/Origine/freshrss.css b/p/themes/Origine/freshrss.css
index ef86aa021..965980d11 100644
--- a/p/themes/Origine/freshrss.css
+++ b/p/themes/Origine/freshrss.css
@@ -291,7 +291,7 @@
font-weight: bold;
}
.flux .item.date {
- width: 200px;
+ width: 145px;
padding:0 5px 0 0;
text-align: right;
font-size: 10px;