From 13acdbd444b0ae26e83ab8cf62d60a7f59268545 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Tue, 4 Dec 2018 13:55:04 +0100 Subject: admin panel --- assets/css/home.css | 10 ++++++++++ assets/global/fonts.css | 20 ++++++++++++++++++++ 2 files changed, 30 insertions(+) (limited to 'assets') 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 diff --git a/assets/global/fonts.css b/assets/global/fonts.css index cecd46c..bf6feaa 100644 --- a/assets/global/fonts.css +++ b/assets/global/fonts.css @@ -3,6 +3,16 @@ font-family: ace; src: url( /wcms/fonts/ace.woff2); } +@font-face { +font-family: amatic; + src: url( /wcms/fonts/amatic.woff2); +} + +@font-face { +font-family: amatic_ext; + src: url( /wcms/fonts/amatic_ext.woff2); +} + @font-face { font-family: droidsans; src: url( /wcms/fonts/droidsans.woff2); @@ -13,6 +23,11 @@ font-family: hack-italic; src: url( /wcms/fonts/hack-italic.woff2); } +@font-face { +font-family: indie; + src: url( /wcms/fonts/indie.woff2); +} + @font-face { font-family: lato-regular; src: url( /wcms/fonts/lato-regular.woff2); @@ -38,6 +53,11 @@ font-family: plexl; src: url( /wcms/fonts/plexl.woff2); } +@font-face { +font-family: popins; + src: url( /wcms/fonts/popins.woff2); +} + @font-face { font-family: roboto; src: url( /wcms/fonts/roboto.ttf); -- cgit v1.2.3