aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2018-12-10 12:23:42 +0100
committervincent-peugnet <v.peugnet@free.fr>2018-12-10 12:23:42 +0100
commitf3756d0b076a81442e9512b2d3e39de47082cd22 (patch)
tree194762fec9dd7d6d51e92e080b0b40a5b1b78d3b /assets
parent7cafbbb9d9ec14462fe8ce0eda86c42d22367757 (diff)
downloadwcms-f3756d0b076a81442e9512b2d3e39de47082cd22.tar.gz
wcms-f3756d0b076a81442e9512b2d3e39de47082cd22.zip
media-clean
Diffstat (limited to 'assets')
-rw-r--r--assets/css/home.css13
1 files changed, 13 insertions, 0 deletions
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 {
}
}
+
+