From dc42f31e4d0109076d5853a240dc3a382bad8675 Mon Sep 17 00:00:00 2001 From: spaghetti Date: Fri, 30 Sep 2016 22:46:58 -0400 Subject: [PATCH] Style changes --- static/styles/beluga/style.css | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/static/styles/beluga/style.css b/static/styles/beluga/style.css index 017e00b..2c22d34 100755 --- a/static/styles/beluga/style.css +++ b/static/styles/beluga/style.css @@ -121,10 +121,7 @@ input { button,input[type=button],input[type=submit] { font-family: 'Source Sans Pro',Helvetica,sans-serif; - font-size: 11px; background-color: #50aca7; - padding: 10px 9px; - border: none; color: #fff } @@ -136,6 +133,10 @@ button:focus,input[type=button]:focus,input[type=submit]:focus { background-color: #2f707c } +.spoilerButton { + max-width: 604px; +} + ::-webkit-input-placeholder { font-family: 'Source Sans Pro',Helvetica,sans-serif } @@ -153,9 +154,8 @@ button:focus,input[type=button]:focus,input[type=submit]:focus { } select { - padding: 5px; background-color: #373a42; - border: none; + border: 1px solid #5b5e64; color: #fff; font-family: 'Source Sans Pro'!important; outline: 0 @@ -171,10 +171,6 @@ textarea { margin: 4px 0px; } -input,textarea { - outline: 0 -} - span.size1 { font-size: .75em } @@ -269,8 +265,8 @@ p.min_padding { margin-bottom: 8px; } -.box_addartists .body { - padding: 8px; +.box_addartists .body, .box_addtag .body { + padding: 10px; } .pad h3,.pad h4,.padbox h3,.padbox h4 {