From 3a5ae9c8c2f55b6bcab3a428acf9f924a71d6f5d Mon Sep 17 00:00:00 2001 From: Gustavo Cruz Date: Tue, 18 Mar 2014 16:55:08 -0300 Subject: [PATCH] updating theme --- style.css | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/style.css b/style.css index 1df37d6..63a1c0d 100644 --- a/style.css +++ b/style.css @@ -263,6 +263,14 @@ p { width: 45%; } +#TB_window .login-box .button-bar .icon-add{ + +} + +#TB_window .login-box .button-bar .icon-help{ + +} + #TB_window .login-box form .button-bar { float: none; width: 100% @@ -2519,7 +2527,7 @@ input.button.with-text { #pairwise_main .skip_vote { - width: 100% !important; + width: 200px !important; text-align: center; padding: 0; border-width: 0px; @@ -2534,16 +2542,17 @@ input.button.with-text { #pairwise_main .skip_vote a { background: url("images/btn_duvida_pairwise.png") no-repeat center center #fff !important; - - background-color: #CCCCCC; color: transparent !important; display: inline-block; height: 1px; line-height: 0; padding: 1em 0; text-decoration: none; - width: 150px; - + width: 200px; +} + +#pairwise_main .skip_vote a:hover { + background: url("images/btn_duvida_pairwise_hover.png") no-repeat center center #fff !important; } #pairwise_main .skip_vote_reasons {background-color: #7D8874;padding-top: 0 !important;} -- libgit2 0.21.2