diff options
author | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2016-11-15 09:23:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-15 09:23:44 +0100 |
commit | d213219ec785db757dba455acd53480ab0d292fb (patch) | |
tree | f217aca8f706fab417b00881c4053bde2f7aca90 /app | |
parent | decf651bbdf0d21727769640bab85115081c92b9 (diff) | |
parent | a8c6f29f3ee51ccfcce2e24ec352d9d48a34fc56 (diff) | |
download | wallabag-d213219ec785db757dba455acd53480ab0d292fb.tar.gz wallabag-d213219ec785db757dba455acd53480ab0d292fb.tar.zst wallabag-d213219ec785db757dba455acd53480ab0d292fb.zip |
Merge pull request #2570 from wallabag/add-creation-date
Added creation date on entries view
Diffstat (limited to 'app')
-rwxr-xr-x | app/Resources/static/themes/baggy/css/main.css | 3 | ||||
-rwxr-xr-x | app/Resources/static/themes/material/css/main.css | 3 |
2 files changed, 3 insertions, 3 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..408fe14c 100755 --- a/app/Resources/static/themes/material/css/main.css +++ b/app/Resources/static/themes/material/css/main.css | |||
@@ -644,10 +644,9 @@ a.original { | |||
644 | margin: 0 auto; | 644 | margin: 0 auto; |
645 | } | 645 | } |
646 | 646 | ||
647 | #article aside .tools li { | 647 | article aside .tools li { |
648 | display: inline-flex; | 648 | display: inline-flex; |
649 | vertical-align: middle; | 649 | vertical-align: middle; |
650 | margin: auto 10px; | ||
651 | } | 650 | } |
652 | 651 | ||
653 | #article aside .tools a { | 652 | #article aside .tools a { |