diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2019-08-17 19:18:57 +0200 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2019-08-17 19:18:57 +0200 |
commit | 463f06ec02ecc02a70147b6494e23ec93ca74420 (patch) | |
tree | 3bc470b8ff253dc343ca9b60b0cdf4a19c784236 /assets/css | |
parent | 0d863868d69d9e2c9ae3f6f0b22b4d3a1be73ee2 (diff) | |
download | wcms-463f06ec02ecc02a70147b6494e23ec93ca74420.tar.gz wcms-463f06ec02ecc02a70147b6494e23ec93ca74420.zip |
Media oragnisation
- Delete folder
- move or delete files
Diffstat (limited to 'assets/css')
-rw-r--r-- | assets/css/home.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/assets/css/home.css b/assets/css/home.css index a5905d7..736989d 100644 --- a/assets/css/home.css +++ b/assets/css/home.css @@ -116,7 +116,7 @@ main { overflow-y: auto; } -main.admin input, select, textarea { +main.admin input, main.admin select, main.admin textarea { display: block; width: 100%; } @@ -138,7 +138,7 @@ div.radio input[type="radio"] { width: auto; } -main.font input, select, textarea { +main.font input, main.font select, main.font textarea { display: block; } @@ -174,7 +174,7 @@ main.media table#medialist { img.icon { - height: 15px; + height: 12px; } a:hover img.icon { @@ -280,7 +280,7 @@ main.media table#medialist .thumbnail:hover img { main.media form { - margin: 1%; + margin: 0.5%; } main.media div#tree, main.media div#explorer { |