aboutsummaryrefslogtreecommitdiff
path: root/assets/css
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2019-10-21 14:43:43 +0200
committervincent-peugnet <v.peugnet@free.fr>2019-10-21 14:43:43 +0200
commit61c4ebe782cd742f84f16af9966d3ed91bd6cec6 (patch)
tree2cbe6db9494472fc432fa72d45eb115156608a69 /assets/css
parent34e060e14c791b7b22cf9517be7ab2383ce74644 (diff)
downloadwcms-61c4ebe782cd742f84f16af9966d3ed91bd6cec6.tar.gz
wcms-61c4ebe782cd742f84f16af9966d3ed91bd6cec6.zip
css fix : ajust icon size in mobile view
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/edit.css8
-rw-r--r--assets/css/home.css4
2 files changed, 10 insertions, 2 deletions
diff --git a/assets/css/edit.css b/assets/css/edit.css
index 6407876..640ee1a 100644
--- a/assets/css/edit.css
+++ b/assets/css/edit.css
@@ -115,7 +115,7 @@ body {
background-color: #dc8ad2;
left: 0px;
width: 100%;
- height: calc(100% - 30px);
+ height: 100%;
}
.checkboxtab
@@ -242,7 +242,6 @@ a:hover {
width: 100%;
padding: 3px 0.5%;
border-bottom: solid 1px dimgrey;
- height: 25px;
}
#topbar form {
@@ -389,5 +388,10 @@ div#thumbnail img {
display: none;
}
+ img.icon {
+ height: 23px;
+ }
+
+
}
diff --git a/assets/css/home.css b/assets/css/home.css
index fa846e1..0e5e4a1 100644
--- a/assets/css/home.css
+++ b/assets/css/home.css
@@ -520,6 +520,10 @@ footer {
max-width: 100%;
}
+ img.icon {
+ height: 23px;
+ }
+
}