aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2019-08-18 03:33:11 +0200
committervincent-peugnet <v.peugnet@free.fr>2019-08-18 03:33:11 +0200
commit50e367e56b367259a2e6fb29621c97e9b0fc9c5e (patch)
tree082c451342bc52deffb9c36eacd5df125de7bbb1 /assets
parent11233711f4e16957fbe6f5c4f4399e269e87f68f (diff)
downloadwcms-50e367e56b367259a2e6fb29621c97e9b0fc9c5e.tar.gz
wcms-50e367e56b367259a2e6fb29621c97e9b0fc9c5e.zip
interface home update
Diffstat (limited to 'assets')
-rw-r--r--assets/css/home.css74
1 files changed, 67 insertions, 7 deletions
diff --git a/assets/css/home.css b/assets/css/home.css
index 736989d..d1d58e8 100644
--- a/assets/css/home.css
+++ b/assets/css/home.css
@@ -14,6 +14,32 @@ div#options, article#main {
main.home {
display: flex;
+ height: 100%;
+ /* width: 100%; */
+}
+
+
+aside.home {
+ display: flex;
+ background-color: darkgrey;
+}
+
+
+
+aside.home details, aside.home span {
+ width: 30%;
+}
+
+
+
+aside.home details form, aside.home summary {
+ background-color: darkgrey;
+}
+
+
+aside.home form {
+ position: absolute;
+ border: solid 1px dimgrey;
}
main.home article#main {
@@ -57,14 +83,13 @@ h1, h2 {
margin: 0;
background-color: #7b97b9;
color: white;
- padding: 0.1% 0.5%;
font-size: larger;
}
main.media div, main.home div#options, main.info nav, main article {
- border: ridge 1px dimgrey;
+ border: solid 1px dimgrey;
margin: 1%;
background-color: lightgrey;
}
@@ -102,9 +127,10 @@ a:hover {
color: white;
}
-#options ul {
+ul {
list-style: none;
padding-inline-start: 0;
+ margin: 0;
}
th {
@@ -121,10 +147,6 @@ main.admin input, main.admin select, main.admin textarea {
width: 100%;
}
-main section {
- width: fit-content;
- margin: 1%;
-}
div.checkbox [type="checkbox"] {
@@ -388,6 +410,44 @@ main.timeline li.event {
+
+section.pages {
+ display: flex;
+ flex-direction: column;
+ max-width: calc(100% - 160px);
+}
+
+.home nav {
+ display: flex;
+ flex-direction: column;
+ height: 100%;
+ min-width: 160px;
+}
+
+
+.block {
+ background-color: lightgrey;
+ display: flex;
+ flex-direction: column;
+ max-height: 100%;
+ width: 100%;
+}
+
+.scroll {
+ overflow: auto;
+ height: 100%;
+ max-width: 100%;
+}
+
+footer {
+ background-color: black;
+ color: white;
+ opacity: 0.4;
+}
+
+
+
+
@media (max-width: 600px) {
main.home .summary, main.home .linkfrom, main.home .linkto, main.home .delete, main.home .datecreation, main.home .date, main.home .log, main.home .secure, main.home .tag, .hidephone {
display: none;