aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-11-10 19:24:00 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-11-14 13:57:31 +0100
commit1c282b1da0491cda620e03ab92c00341aa80e18b (patch)
tree67dda4c186ce2b714df7c8f3f5244ac084ebe0f7 /app/Resources/static
parentd3511bbde9743995e7ee7eec74b20b9b7b1b56ca (diff)
downloadwallabag-1c282b1da0491cda620e03ab92c00341aa80e18b.tar.gz
wallabag-1c282b1da0491cda620e03ab92c00341aa80e18b.tar.zst
wallabag-1c282b1da0491cda620e03ab92c00341aa80e18b.zip
Added creation date on entries view
Diffstat (limited to 'app/Resources/static')
-rwxr-xr-xapp/Resources/static/themes/baggy/css/main.css3
-rwxr-xr-xapp/Resources/static/themes/material/css/main.css2
2 files changed, 3 insertions, 2 deletions
diff --git a/app/Resources/static/themes/baggy/css/main.css b/app/Resources/static/themes/baggy/css/main.css
index 4c3e4ce3..4dfa8790 100755
--- a/app/Resources/static/themes/baggy/css/main.css
+++ b/app/Resources/static/themes/baggy/css/main.css
@@ -413,7 +413,8 @@ footer a {
413 margin-bottom: 2em; 413 margin-bottom: 2em;
414} 414}
415 415
416.estimatedTime .reading-time { 416.reading-time,
417.created-at {
417 color: #999; 418 color: #999;
418 font-style: italic; 419 font-style: italic;
419 font-weight: normal; 420 font-weight: normal;
diff --git a/app/Resources/static/themes/material/css/main.css b/app/Resources/static/themes/material/css/main.css
index 48a7420a..86a39348 100755
--- a/app/Resources/static/themes/material/css/main.css
+++ b/app/Resources/static/themes/material/css/main.css
@@ -644,7 +644,7 @@ a.original {
644 margin: 0 auto; 644 margin: 0 auto;
645} 645}
646 646
647#article aside .tools li { 647.tools li {
648 display: inline-flex; 648 display: inline-flex;
649 vertical-align: middle; 649 vertical-align: middle;
650 margin: auto 10px; 650 margin: auto 10px;