From 6660479d1671b8101820d3f12c17b23594a3ba6c Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Mon, 16 Mar 2015 10:53:41 -0300 Subject: [PATCH] Fix colorbox --- style.css | 43 +++---------------------------------------- 1 file changed, 3 insertions(+), 40 deletions(-) diff --git a/style.css b/style.css index 1fdbf4f..71b228f 100644 --- a/style.css +++ b/style.css @@ -224,46 +224,13 @@ p { /* PopUp Login*/ -#colorbox { - left: -350px !important; - margin-left: 50% !important; - width: 700px !important; -} - -#cboxWrapper { - padding: 15px; - position: relative; - width: auto !important; - /* height: auto !important;*/ -} - -#cboxContent{ - float: none !important; - width: auto !important; - height: auto !important; - padding: 20px; -} - -#cboxLoadedContent{ - width: auto !important; - height: auto !important; -} - #colorbox .login-box .button-bar a.icon-close{ width: auto !important; } -#cboxMiddleLeft{ - -} - -#cboxTopCenter { - height: auto !important; -} - #colorbox .login-box{ - width: 100%; - background: url("images/img_login_popUp.png") no-repeat scroll 90% 30% #FFFFFF; + width: 700px; + background: url("images/img_login_popUp.png") no-repeat scroll 90% 30% #FFFFFF; } #colorbox .login-box h2{ @@ -353,12 +320,8 @@ p { border-bottom: 1px solid #F7E074; } -#colorbox .login-box .button-bar .icon-help{ - -} - #colorbox .login-box form .button-bar { - float: none; + float: none; width: 100% } -- libgit2 0.21.2