diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-11-11 17:19:26 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-11-11 17:19:26 +0100 |
commit | d7f3313ff4514e38c9f53439cd1a1287e56e45f7 (patch) | |
tree | abff39ab11cb317f5fcd2db558da1c59bdae9239 /public/rsc/css/stylerecord.css | |
parent | 2f363e8fa26ab849539e64ff7caa21bd164e8979 (diff) | |
download | wcms-d7f3313ff4514e38c9f53439cd1a1287e56e45f7.tar.gz wcms-d7f3313ff4514e38c9f53439cd1a1287e56e45f7.zip |
reboot folder
Diffstat (limited to 'public/rsc/css/stylerecord.css')
-rw-r--r-- | public/rsc/css/stylerecord.css | 79 |
1 files changed, 0 insertions, 79 deletions
diff --git a/public/rsc/css/stylerecord.css b/public/rsc/css/stylerecord.css deleted file mode 100644 index 409bcd4..0000000 --- a/public/rsc/css/stylerecord.css +++ /dev/null @@ -1,79 +0,0 @@ -section { - padding: 0; -} - -.infobulle { - display: none; -} - -.little:hover .infobulle { - display: inline-block; - position: relative; - background-color: white; - z-index: 5; - top: 5px; - width: 300px; - font-family: monospace; - font-size: 0.9em; - line-height: 1.1em; -} - -span.infobulle img { - width: 100%; -} - -.grid { - display: flex; - flex-wrap: wrap; - padding: 4%; - margin-right: 120px; - list-style: none; - -} - -.little { - width: 100px; - height: 150px; - margin: 10px; - background-color: white; - -} - -.infobulle input[type="text"] { - font-family: monospace; - font-size: 0.9em; - margin: 3px; -} - -img.thumbnail { - 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; -} - - -@media (max-width: 600px) { - nav { - width: unset; - position: relative; - display: block; - } - - div#menu { - display: block; - } -}
\ No newline at end of file |