From 82b7e76908e1b1011d4f4e47026e460768682845 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Fri, 1 Jul 2016 14:54:45 +0100 Subject: [PATCH] mini-styles update --- assets/embed/public/css/styles.css | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/assets/embed/public/css/styles.css b/assets/embed/public/css/styles.css index 8d9abb12..23c02d5d 100644 --- a/assets/embed/public/css/styles.css +++ b/assets/embed/public/css/styles.css @@ -593,6 +593,7 @@ header { width: 100%; padding: 0.5em; color: #fff; + max-height: 4em; } #toolbar div, @@ -1036,11 +1037,11 @@ i.spin { height: auto; background-color: transparent; color: #212121; - padding: 0; border-bottom: 1px solid #eee; border-radius: 0; display: block; width: 100%; + padding: .5em 0; text-align: left; } header #search input { @@ -1050,7 +1051,7 @@ i.spin { min-width: 0; } header #search i { - color: #212121; + color: #6f6f6f; display: inline-block; padding: .5em; margin: 0; @@ -1060,13 +1061,17 @@ i.spin { } header> div:nth-child(2) .action { border-radius: 0 !important; - padding: 0 !important; + padding: .5em 0 !important; margin: 0 !important; text-align: left; background-color: transparent !important; } header> div:nth-child(2) #prev { border-radius: 50% !important; + padding: 0 !important; + } + header> div:nth-child(2) #prev i { + color: #fff; } header> div:nth-child(2) .action:hover { background-color: rgba(0, 0, 0, .1) !important; @@ -1076,6 +1081,7 @@ i.spin { } header> div:nth-child(2) .action i { border-radius: 0; + color: #6f6f6f; } header> div:nth-child(2) .action span {} header> div:nth-child(2) .action i, @@ -1090,6 +1096,9 @@ i.spin { header> div:first-child p i { display: none !important; } + header> div:first-child p { + font-size: 1em; + } #editor .frontmatter { column-count: 1; column-gap: 0;