From 556e49bd467c2170ed9cb0ead73c8950642aabe6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szekeres=20Ba=CC=81lint?= Date: Sat, 21 Apr 2018 15:09:23 +0200 Subject: [PATCH] action buttons moved --- public/assets/css/app.css | 48 ++++++++++----------------------------- public/index.html | 26 ++++++++------------- 2 files changed, 22 insertions(+), 52 deletions(-) diff --git a/public/assets/css/app.css b/public/assets/css/app.css index 2480598..67752fb 100644 --- a/public/assets/css/app.css +++ b/public/assets/css/app.css @@ -67,38 +67,6 @@ header .logo { margin: 0.5rem 0 0.3rem; } -header .url { - opacity: 0.7; -} - -header .url.active { - opacity: 1; -} - -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 .input-group-prepend .input-group-text img, -header .url .input-group-append .input-group-text img { - margin-top: 4px; -} - -header .url .input-group-append .input-group-text img { - opacity: 0.5; -} - -header .url.active .input-group-append .input-group-text img { - opacity: 1; -} - -header .url .form-control { - background-color: transparent; - color: #fff; -} /* @@ -221,17 +189,25 @@ main .sidebar .github-star { margin: 0 auto 1rem; } -main .files .card.actions .card-body { - padding: 0.8rem; +main .buttons { + text-align: center; + margin-top: 1.5rem; } -main .files .card.actions .btn img { +main .buttons .btn-download { + margin-bottom: 0.25rem; +} + + +main .url .btn-url img, +main .buttons .btn-download img { vertical-align: -2px; margin-right: 0.1rem; height: 1rem; } -main .files .card.actions .btn-sm img { +main .buttons .btn-reset img { + vertical-align: -3px; height: 0.9rem; } diff --git a/public/index.html b/public/index.html index 8a16acc..0ab0998 100644 --- a/public/index.html +++ b/public/index.html @@ -464,24 +464,14 @@
-
-
-
-
- -
- -
-
-
Copied!
-
-
- -
-
- +
+
+ +
+
+
Copied!
+
+
+ +