diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-12-04 13:55:04 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-12-04 13:55:04 +0100 |
commit | 13acdbd444b0ae26e83ab8cf62d60a7f59268545 (patch) | |
tree | 9186bda4bffa9751c5e93da2d09d762f40cc0adc /assets/css | |
parent | d0ef17169701f90a9dab5f50e3eb61954653cae2 (diff) | |
download | wcms-13acdbd444b0ae26e83ab8cf62d60a7f59268545.tar.gz wcms-13acdbd444b0ae26e83ab8cf62d60a7f59268545.zip |
admin panel
Diffstat (limited to 'assets/css')
-rw-r--r-- | assets/css/home.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/assets/css/home.css b/assets/css/home.css index ca8ad63..bc4fea7 100644 --- a/assets/css/home.css +++ b/assets/css/home.css @@ -36,6 +36,8 @@ tr:hover { height: 30px; background-color: #7b97b9; line-height: 30px; + position: fixed; + width: 100%; } #topbar form { @@ -63,4 +65,12 @@ div#massedit { th { background-color: darkgrey; color: black; +} + +section { + padding-top: 30px; +} + +section.admin input, select, textarea { + display: block; }
\ No newline at end of file |