aboutsummaryrefslogtreecommitdiff
path: root/assets/css/edit.css
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2019-07-13 11:54:46 +0200
committervincent-peugnet <v.peugnet@free.fr>2019-07-13 11:54:46 +0200
commit33ed4c75fc932cafd701d47d3d58f6e68f5c2e2b (patch)
tree8046d93701fd774b9990462fc99c7b6f7961ddf7 /assets/css/edit.css
parentd39bec8e089a55ebd370fbe9f4b5388aafade10d (diff)
downloadwcms-33ed4c75fc932cafd701d47d3d58f6e68f5c2e2b.tar.gz
wcms-33ed4c75fc932cafd701d47d3d58f6e68f5c2e2b.zip
1.2.6 Environnement update
backtopbar always visible + minor fixes
Diffstat (limited to 'assets/css/edit.css')
-rw-r--r--assets/css/edit.css74
1 files changed, 65 insertions, 9 deletions
diff --git a/assets/css/edit.css b/assets/css/edit.css
index 518eff0..54616ff 100644
--- a/assets/css/edit.css
+++ b/assets/css/edit.css
@@ -9,7 +9,7 @@ div#main {
body {
margin: 0;
height: 100%;
- font-family: monospace;
+ font-family: sans-serif;
font-size: 15px;
}
@@ -96,7 +96,7 @@ body {
.editor #workspace {
display: flex;
- height: calc(100% - 30px);
+ height: calc(100% - 50px);
position: relative;
}
@@ -172,16 +172,17 @@ html {
overflow: hidden;
}
-.editor #topbar {
- height: 30px;
- background-color: #7b97b9;
- line-height: 30px;
+.editor #edittopbar {
+ height: 24px;
+ background-color: #a9a9a9;
+ line-height: 18px;
+ border-bottom: grey solid 1px;
}
.editor div#editmenu {
- height: 30px;
- line-height: 30px;
+ /* height: 25px; */
+ /* line-height: 18px; */
display: flex;
flex-direction: row;
justify-content: space-between;
@@ -230,6 +231,61 @@ a:hover {
color: white;
}
+
+#topbar {
+ background-color: #7b97b9;
+ width: 100%;
+ padding: 3px 0.5%;
+ border-bottom: solid 1px dimgrey;
+}
+
+#topbar form {
+ display: inline;
+}
+
+
+#topbar span#menu {
+ display: inline-block;
+ margin: 0 1%;
+}
+
+#topbar input[type="text"], #topbar input[type="password"] {width: 100px;}
+
+main.font table#fontlist {
+ width: 100%;
+ max-width: 500px;
+}
+
+main.media table#medialist {
+ width: 100%;
+ max-width: 960px;
+}
+
+#topbar a.actualpage {
+ text-decoration: underline;
+}
+
+span#user {
+ float: right;
+}
+
+span#search {
+ float: left;
+}
+
+
+
+
+img.icon {
+ height: 15px;
+}
+
+a:hover img.icon {
+ filter: invert(1);
+}
+
+
+
#fonts select {
height: 150px;
}
@@ -323,7 +379,7 @@ div#thumbnail img {
display: none;
}
- #topbar .text {
+ #edittopbar .text {
display: none;
}