aboutsummaryrefslogtreecommitdiff
path: root/public/css/stylerecord.css
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2018-10-12 11:36:05 +0200
committervincent-peugnet <v.peugnet@free.fr>2018-10-12 11:36:05 +0200
commit65796d4a2349e71ca05f5f298d6f94ff792d88b2 (patch)
treeef73e39b4b54ccd36b61b783c438036761d17811 /public/css/stylerecord.css
parent74ccedd6544daac0845a044b5e6d71d577578c69 (diff)
downloadwcms-65796d4a2349e71ca05f5f298d6f94ff792d88b2.tar.gz
wcms-65796d4a2349e71ca05f5f298d6f94ff792d88b2.zip
2.91 folder moves + auto summary
Diffstat (limited to 'public/css/stylerecord.css')
-rw-r--r--public/css/stylerecord.css79
1 files changed, 0 insertions, 79 deletions
diff --git a/public/css/stylerecord.css b/public/css/stylerecord.css
deleted file mode 100644
index 409bcd4..0000000
--- a/public/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