aboutsummaryrefslogtreecommitdiff
path: root/public/css/styleedit.css
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2018-09-02 16:19:13 +0200
committervincent-peugnet <v.peugnet@free.fr>2018-09-02 16:19:13 +0200
commitcbecc0dfc819febf4c2b36791d5a2a7e69d842af (patch)
treec181eb875cef9ca6a48f0b807905d7a2c15bee98 /public/css/styleedit.css
parente9b2ca7c06875069fa03379258625490872cc33d (diff)
downloadwcms-cbecc0dfc819febf4c2b36791d5a2a7e69d842af.tar.gz
wcms-cbecc0dfc819febf4c2b36791d5a2a7e69d842af.zip
2.5 mobile update + minor upgrades and fixes
Diffstat (limited to 'public/css/styleedit.css')
-rw-r--r--public/css/styleedit.css40
1 files changed, 39 insertions, 1 deletions
diff --git a/public/css/styleedit.css b/public/css/styleedit.css
index 0e5ed01..3a868c3 100644
--- a/public/css/styleedit.css
+++ b/public/css/styleedit.css
@@ -56,7 +56,8 @@ textarea#html {
padding-bottom: 40px;
font-family: serif;
padding-left: 2%;
- padding-right: calc(50% - 500px);
+ padding-right: calc(50% - 500px);
+ resize: none;
}
@@ -117,4 +118,41 @@ fieldset {
summary, div#linklist, div#copy, div#submit {
border: ridge 1px grey;
+}
+
+
+@media (max-width: 600px) {
+ details#editinfo, details#editcss, div#copy, div#linklist {
+ display: none;
+ }
+
+
+ nav {
+ position: absolute;
+ display: inline-flex;
+ }
+
+ div#menu {
+ display: block;
+ }
+
+ div#submit {
+ position: absolute;
+ display: block;
+ width: unset;
+ top: unset;
+ bottom: 0;
+ }
+
+ nav form, nav a {
+ display: inline-flex;
+ margin: 1%;
+ }
+
+ textarea#html {
+ padding-top: 60px;
+ }
+
+
+
} \ No newline at end of file