aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-11-28 12:08:51 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-11-28 16:10:21 +0100
commit9aa991281ddd315f607cabcfc3b917401d3d2104 (patch)
tree278c6a17d808bd3d9aa132d9ef93d7e54842de58 /app/Resources/static
parent56a7ce17f3a9a22e0bfc8651cb690a14447e0afd (diff)
downloadwallabag-9aa991281ddd315f607cabcfc3b917401d3d2104.tar.gz
wallabag-9aa991281ddd315f607cabcfc3b917401d3d2104.tar.zst
wallabag-9aa991281ddd315f607cabcfc3b917401d3d2104.zip
Renamed view_mode by list_mode and hide excerpt
Diffstat (limited to 'app/Resources/static')
-rwxr-xr-xapp/Resources/static/themes/baggy/css/main.css8
-rwxr-xr-xapp/Resources/static/themes/material/css/main.css9
2 files changed, 12 insertions, 5 deletions
diff --git a/app/Resources/static/themes/baggy/css/main.css b/app/Resources/static/themes/baggy/css/main.css
index 6d656c21..e16846ea 100755
--- a/app/Resources/static/themes/baggy/css/main.css
+++ b/app/Resources/static/themes/baggy/css/main.css
@@ -617,6 +617,10 @@ div.pagination ul .current {
617 background-color: #ccc; 617 background-color: #ccc;
618} 618}
619 619
620.hide {
621 display: none;
622}
623
620/* ========================================================================== 624/* ==========================================================================
621 2.1 = "save a link" related styles 625 2.1 = "save a link" related styles
622 ========================================================================== */ 626 ========================================================================== */
@@ -1203,10 +1207,6 @@ pre code {
1203} 1207}
1204 1208
1205@media screen and (max-width: 500px) { 1209@media screen and (max-width: 500px) {
1206 .hide {
1207 display: none;
1208 }
1209
1210 .entry { 1210 .entry {
1211 width: 100%; 1211 width: 100%;
1212 margin-left: 0; 1212 margin-left: 0;
diff --git a/app/Resources/static/themes/material/css/main.css b/app/Resources/static/themes/material/css/main.css
index 76423409..8f7b7a3d 100755
--- a/app/Resources/static/themes/material/css/main.css
+++ b/app/Resources/static/themes/material/css/main.css
@@ -555,6 +555,14 @@ a.original {
555 margin-right: 5px !important; 555 margin-right: 5px !important;
556} 556}
557 557
558.card-stacked:hover ul.tools-list {
559 display: block;
560}
561
562.card-stacked ul.tools-list {
563 display: none;
564}
565
558.card .card-action a { 566.card .card-action a {
559 color: #fff; 567 color: #fff;
560 margin: 0; 568 margin: 0;
@@ -600,7 +608,6 @@ a.original {
600 background-position: 50%; 608 background-position: 50%;
601} 609}
602 610
603
604/* ========================================================================== 611/* ==========================================================================
605 5 = Article 612 5 = Article
606 ========================================================================== */ 613 ========================================================================== */