From 6984e18b7c41f03112ea710f1e57eb66545a0bc2 Mon Sep 17 00:00:00 2001 From: Denis Zheleztsov Date: Sun, 17 Dec 2017 19:12:12 +0300 Subject: [PATCH] Drone CI --- .drone.yml | 13 +++++++++++++ css/multiple-select.css | 6 +++--- css/style.css | 6 +++++- index.html | 2 +- 4 files changed, 22 insertions(+), 5 deletions(-) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..155d6e4 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,13 @@ +workspace: + base: /app + path: ./ + +pipeline: + build: + image: indiehosters/git + commands: + - git pull origin master + volumes: + - /var/www/dynamic.lessmore.pw:/app + - /root/.ssh:/root/.ssh + diff --git a/css/multiple-select.css b/css/multiple-select.css index ae8543a..7f9a861 100644 --- a/css/multiple-select.css +++ b/css/multiple-select.css @@ -5,12 +5,12 @@ .ms-parent { display: inline-block; position: relative; - vertical-align: middle; + vertical-align: top; } .ms-choice { display: block; - width: 100%; + width: 150%; height: 25pt; padding: 0; right: 10%; @@ -57,7 +57,7 @@ .ms-choice > div { position: absolute; top: 3pt; - right: 0; + right: -50%; width: 20px; height: 20pt; background: url('multiple-select.png') left top no-repeat; diff --git a/css/style.css b/css/style.css index fe57cfb..1d0f4ae 100644 --- a/css/style.css +++ b/css/style.css @@ -34,6 +34,10 @@ top: 14pt; } +.siteIcon { + font-size: 24pt; +} + #searchButton { position: absolute; font-size: 20pt; @@ -142,7 +146,7 @@ body { #selector { position: relative; - font-size: 14pt !important; + font-size: 22pt !important; width: 280px !important; height: 25pt; color: #c9c9c9 !important; diff --git a/index.html b/index.html index 5b96a8a..aff5f29 100644 --- a/index.html +++ b/index.html @@ -20,7 +20,7 @@
-
+