From 8e4944e6650be0548cb4ceac0c9dc47d282ba2ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szekeres=20Ba=CC=81lint?= Date: Mon, 8 Jan 2018 17:14:40 +0100 Subject: [PATCH] header url bar --- public/assets/css/app.css | 27 ++++++++++++++++----------- public/assets/img/clipboard.svg | 3 ++- public/assets/img/refresh.svg | 3 ++- public/index.html | 18 +++++++++--------- 4 files changed, 29 insertions(+), 22 deletions(-) diff --git a/public/assets/css/app.css b/public/assets/css/app.css index 1d9f118..13bc783 100644 --- a/public/assets/css/app.css +++ b/public/assets/css/app.css @@ -17,20 +17,19 @@ body { header { background-color: #000; - box-shadow: 0 5px 10px 10px #000; - padding: 0.5rem 0 0; + padding: 0.5rem 0; text-align: center; - margin-bottom: 1.5rem; + margin-bottom: 0.5rem; color: #fff; font-size: 2.2rem; } -header img.nginx { +header .logo img.nginx { height: 1.6rem; vertical-align: -0.1rem; } -header img.config { +header .logo img.config { height: 1.2rem; vertical-align: super; opacity: 0.8; @@ -38,14 +37,20 @@ header img.config { margin-right: -0.25rem; } -main { - flex: 1 1 auto; -} - -main .url .input-group-prepend .input-group-text, -main .url .input-group-append .input-group-text { +header .url .input-group-prepend .input-group-text, +header .url .input-group-append .input-group-text { padding-top: 0.15rem; cursor: pointer; + background-color: transparent; +} + +header .url .form-control { + background-color: transparent; + color: #fff; +} + +main { + flex: 1 1 auto; } main .options, diff --git a/public/assets/img/clipboard.svg b/public/assets/img/clipboard.svg index e8153b6..e929cc8 100644 --- a/public/assets/img/clipboard.svg +++ b/public/assets/img/clipboard.svg @@ -1,3 +1,4 @@ - + + diff --git a/public/assets/img/refresh.svg b/public/assets/img/refresh.svg index 720527e..037715b 100644 --- a/public/assets/img/refresh.svg +++ b/public/assets/img/refresh.svg @@ -1,3 +1,4 @@ - + + diff --git a/public/index.html b/public/index.html index 8585e02..facc98d 100644 --- a/public/index.html +++ b/public/index.html @@ -12,19 +12,17 @@ - +
-
- nginx - config - config.io -
-
-
+
-
+
Copy to clipboard
@@ -36,6 +34,8 @@
+ +