From f3756d0b076a81442e9512b2d3e39de47082cd22 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Mon, 10 Dec 2018 12:23:42 +0100 Subject: media-clean --- assets/css/home.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'assets') diff --git a/assets/css/home.css b/assets/css/home.css index 3c1f31b..3ee6a17 100644 --- a/assets/css/home.css +++ b/assets/css/home.css @@ -216,6 +216,17 @@ section.media form { margin: 1%; } +section.media div#tree, section.media div#explorer { + display: inline-grid; +} + +section.media code { + color: #9cbfe8; + background-color: darkslategrey; + font-size: small; + padding: 1px; +} + @media (max-width: 600px) { section.home .summary, section.home .linkfrom, section.home .linkto, section.home .delete, section.home .datecreation, section.home .date, section.home .log, section.home .secure, section.home .tag { display: none; @@ -226,3 +237,5 @@ section.media form { } } + + -- cgit v1.2.3