diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-05-24 19:03:42 +0200 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-05-24 19:03:42 +0200 |
commit | acc42674db6482ee6d432c4a9c174ed7dfcea063 (patch) | |
tree | 5caa9871eaa04e6756ad78a0d9797ccba3407004 /public/css | |
parent | a511593da994da9ba3fc47adcdb32fe63ac73b5e (diff) | |
download | wcms-acc42674db6482ee6d432c4a9c174ed7dfcea063.tar.gz wcms-acc42674db6482ee6d432c4a9c174ed7dfcea063.zip |
W 2.2
Diffstat (limited to 'public/css')
-rw-r--r-- | public/css/stylebase.css | 6 | ||||
-rw-r--r-- | public/css/stylemedia.css (renamed from public/css/stylem.css) | 19 |
2 files changed, 17 insertions, 8 deletions
diff --git a/public/css/stylebase.css b/public/css/stylebase.css index 46d43f4..92ea674 100644 --- a/public/css/stylebase.css +++ b/public/css/stylebase.css @@ -40,17 +40,11 @@ a:hover{ text-decoration: underline; } -img { - width: 90%; - max-width: 1000px; -} - form { margin-bottom: 0px; } section { - text-align: justify; padding: 3%; line-height: 1.2em; } diff --git a/public/css/stylem.css b/public/css/stylemedia.css index 4e18678..9e46c3f 100644 --- a/public/css/stylem.css +++ b/public/css/stylemedia.css @@ -1,4 +1,6 @@ - +section { + padding: 0; +} .infobulle { display: none; @@ -25,6 +27,7 @@ span.infobulle img { flex-wrap: wrap; padding: 4%; margin-right: 120px; + list-style: none; } @@ -43,9 +46,21 @@ span.infobulle img { } img.thumbnail { - width: 100%; + max-width: 100%; + max-height: 100px; } section.gest { padding-bottom: 300px; +} + +input[type="file"] { + font-size: 1.3em; +} + +input[type="checkbox"] { + width: unset; + padding: unset; + margin: unset; + height: unset; }
\ No newline at end of file |