aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2018-12-05 18:37:30 +0100
committervincent-peugnet <v.peugnet@free.fr>2018-12-05 18:37:30 +0100
commit7fb607b48c181512b31f52a7ef7e302f331ec18d (patch)
treec4d89cba3c0d01679ed1455e0d7c39fa2fdb824c /assets
parentad3aed389f2e0d69802641f5a5b7c6add73f1ce5 (diff)
downloadwcms-7fb607b48c181512b31f52a7ef7e302f331ec18d.tar.gz
wcms-7fb607b48c181512b31f52a7ef7e302f331ec18d.zip
mediastyle
Diffstat (limited to 'assets')
-rw-r--r--assets/css/home.css43
1 files changed, 40 insertions, 3 deletions
diff --git a/assets/css/home.css b/assets/css/home.css
index 1032c71..da820dd 100644
--- a/assets/css/home.css
+++ b/assets/css/home.css
@@ -33,11 +33,10 @@ tr:hover {
}
#topbar {
- height: 30px;
background-color: #7b97b9;
- line-height: 30px;
position: fixed;
width: 100%;
+ padding: 3px 0.5%;
}
#topbar form {
@@ -69,11 +68,13 @@ th {
section {
padding-top: 30px;
- margin-left: 4px;
+ margin: 0 0.5%;
}
section.admin input, select, textarea {
display: block;
+ width: 100%;
+ max-width: 400px;
}
section.font input, select, textarea {
@@ -82,4 +83,40 @@ section.font input, select, textarea {
span#user {
float: right;
+}
+
+span#search {
+ float: left;
+}
+
+#topbar span#menu {
+ display: inline-block;
+ margin: 0 1%;
+}
+
+input#id {width: 100px;}
+
+
+section.info a {
+ display: block;
+ width: fit-content;
+}
+
+section.font table#fontlist {
+ width: 100%;
+ max-width: 500px;
+}
+
+section.media table#medialist {
+ width: 100%;
+ max-width: 960px;
+}
+
+#topbar a.actualpage {
+ text-decoration: underline;
+}
+
+section.media table#faviconlist {
+ width: 100%;
+ max-width: 640px;
} \ No newline at end of file