diff options
| author | 2019-07-25 16:51:48 +0200 | |
|---|---|---|
| committer | 2019-07-25 16:51:48 +0200 | |
| commit | 82611c9622ed23b0e9fcf5f9f651ddffa1fd7706 (patch) | |
| tree | fc2c97fd8dd84ec30473cb85b889d8326c9a831a /p/themes/base-theme/template.css | |
| parent | 744a9e8cf00aef7dec0acfa5f90f0dcfa2ef8837 (diff) | |
| parent | 042b40eeeea77db854daab1bec96fce5c2cdd4b2 (diff) | |
Merge pull request #2451 from FreshRSS/dev1.14.3
FreshRSS 1.14.3
Diffstat (limited to 'p/themes/base-theme/template.css')
| -rw-r--r-- | p/themes/base-theme/template.css | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css index fb62f8d74..226d06f59 100644 --- a/p/themes/base-theme/template.css +++ b/p/themes/base-theme/template.css @@ -344,10 +344,6 @@ a.btn { position: relative; font-size: 1.2rem; font-weight: bold; - text-align: center; -} -.box .box-title a { - display: block; } .box .box-title form { margin: 0; @@ -626,9 +622,6 @@ a.btn { br { line-height: 1em; } -br + br + br { - display: none; -} /*=== Notification and actualize notification */ .notification { @@ -692,10 +685,11 @@ br + br + br { #bigMarkAsRead { display: block; width: 100%; - padding: 1em 0 100% 0; - padding: 1em 0 100vh 0; text-align: center; font-size: 1.4em; + padding: 1em 0 50px 0; + margin: 0 0 100% 0; + margin: 0 0 100vh 0; } .bigTick { font-size: 4em; |
