From 186de3d2dcb851e61a15201fcbcfa3cb25a64fbb Mon Sep 17 00:00:00 2001 From: eksyska Date: Mon, 15 Apr 2019 10:57:51 +0200 Subject: [PATCH 1/2] mensi zmena struktury, novy duckLink_div id --- addPics.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/addPics.php b/addPics.php index e5eb20ba..eb785b75 100644 --- a/addPics.php +++ b/addPics.php @@ -40,8 +40,8 @@
-
- + From d33a57dc006af5804f460af3535b960cf81ac46f Mon Sep 17 00:00:00 2001 From: eksyska Date: Mon, 15 Apr 2019 11:03:03 +0200 Subject: [PATCH 2/2] styly na duck tlacitko +drobne upravy tlacitek, droplistu a textovych poli --- css.css | 34 ++++++++++++++++++++++------------ 1 file changed, 22 insertions(+), 12 deletions(-) diff --git a/css.css b/css.css index 21099dee..3ae90ad9 100644 --- a/css.css +++ b/css.css @@ -180,12 +180,16 @@ form { .text { box-sizing: border-box; font-family: Century Gothic, Verdana, sans-serif; - color: #474747; - padding: 2px 4px; + color: #3e4444; + padding: 2px 6px; height: 28px; border: 2px solid #405d27; margin: 4px; + font-size: 14px; } +.text#dropList { + padding: 2px 2px; + } .text:focus { outline: none; border: 2px solid #3e4444; @@ -206,7 +210,8 @@ form { font-family: Century Gothic, Verdana, sans-serif; padding: 4px 8px; margin: 4px; - transition: background 0.2s + transition: background 0.2s; + font-size: 14px; } .button:hover, button:hover { background-color: #3e4444; @@ -225,18 +230,22 @@ form { width: 20px; height: 20px; position: relative; - top: -4px; } #duckLink span { position: relative; - top: -14px; + top: -10px; } -#duckLink { - line-height: 28px; +#duckLink_div { + background: #406d27; height: 28px; - } -div #duckLink { - margin: auto; + width: 144px; + margin: 4px auto; + font-size: 14px; + transition: 0.2s; + } +#duckLink_div a { + color: #fff; + font-size: 14px; } .buttonDisabled { background-color: #aeaeae; @@ -245,6 +254,7 @@ div #duckLink { font-family: Century Gothic, Verdana, sans-serif; padding: 4px 8px; margin: 4px; + font-size: 14px; } .buttonDisabled:hover, .buttonDisabled:active { background-color: #aeaeae; @@ -291,7 +301,7 @@ div.menu:hover { padding: 4px; margin: auto; } -/*Nové styly pøidané kvùli stránce list.php*/ +/*Nové styly pøidané kvùli stránce list.php*/ #listTable { border: 12px solid #fff; margin: 4vh auto; @@ -392,4 +402,4 @@ th { font-size: 3vh; } } - \ No newline at end of file +