From 34806fab1b26eb626862d45402cb4e265cc0af5b Mon Sep 17 00:00:00 2001 From: Aline Date: Sun, 7 May 2017 15:07:50 +0200 Subject: Fix reviews Signed-off-by: Aline --- app/Resources/static/themes/material/css/cards.scss | 8 ++++++++ app/Resources/static/themes/material/css/icons.scss | 4 ++++ app/Resources/static/themes/material/css/sidenav.scss | 4 ++++ app/Resources/static/themes/material/css/various.scss | 8 ++++++++ 4 files changed, 24 insertions(+) (limited to 'app/Resources/static') diff --git a/app/Resources/static/themes/material/css/cards.scss b/app/Resources/static/themes/material/css/cards.scss index 2fa6535a..d0f4c828 100644 --- a/app/Resources/static/themes/material/css/cards.scss +++ b/app/Resources/static/themes/material/css/cards.scss @@ -27,6 +27,10 @@ main { color: #313131; } + .card-content .card-title { + display: inline-block; + } + .card-content .activator, .card-reveal .activator { cursor: pointer; @@ -111,6 +115,10 @@ main { .reading-time { display: inline-flex; vertical-align: middle; + + span { + margin-right: 5px; + } } } diff --git a/app/Resources/static/themes/material/css/icons.scss b/app/Resources/static/themes/material/css/icons.scss index 1eeab902..e7f215c0 100644 --- a/app/Resources/static/themes/material/css/icons.scss +++ b/app/Resources/static/themes/material/css/icons.scss @@ -138,6 +138,10 @@ a.icon-image { &.shaarli::before { background: url("../../_global/img/icons/shaarli.png") no-repeat center/80%; } + + &.scuttle::before { + background: url("../../_global/img/icons/scuttle.png") no-repeat center/80%; + } } .icon-google-plus2::before { diff --git a/app/Resources/static/themes/material/css/sidenav.scss b/app/Resources/static/themes/material/css/sidenav.scss index 2d49a935..416dc1c7 100644 --- a/app/Resources/static/themes/material/css/sidenav.scss +++ b/app/Resources/static/themes/material/css/sidenav.scss @@ -7,6 +7,10 @@ li { padding: 0; + + &.logo > a:hover { + background: initial; + } } a { diff --git a/app/Resources/static/themes/material/css/various.scss b/app/Resources/static/themes/material/css/various.scss index 6a6f52f9..7daf40ec 100644 --- a/app/Resources/static/themes/material/css/various.scss +++ b/app/Resources/static/themes/material/css/various.scss @@ -22,3 +22,11 @@ div.settings div.file-field { nav .input-field input { margin: 0; } + +.tabs { + display: flex; +} + +.tab { + flex: 1; +} -- cgit v1.2.3