aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2015-01-18 12:33:55 +0100
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2015-01-18 12:33:55 +0100
commit9e406394950b6df386918fa5f21ff110d726cd08 (patch)
tree2eb7e40ee2056252fcac78b65826692a45aa7998
parentbf2f7176ee639ab42e929e7331939da5258165c5 (diff)
Enlarge the .item.date to contain larger date
I know it's not the best solution, a dynamic width would be the best but there are some CSS constraints. I don't want to spend my time on this problem ;) Fix https://github.com/FreshRSS/FreshRSS/issues/756
-rw-r--r--p/themes/base-theme/template.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css
index 25f206106..c6ea40f66 100644
--- a/p/themes/base-theme/template.css
+++ b/p/themes/base-theme/template.css
@@ -485,7 +485,7 @@ a.btn {
text-decoration: none;
}
.flux .item.date {
- width: 145px;
+ width: 155px;
text-align: right;
overflow: hidden;
}