Commit 225c72fdc236379159a997b17b7203a582343292
1 parent
dd515164
Exists in
master
and in
2 other branches
Fix colorbox
Showing
1 changed file
with
2 additions
and
40 deletions
Show diff stats
style.css
... | ... | @@ -1154,47 +1154,9 @@ div#notice { |
1154 | 1154 | |
1155 | 1155 | /* PopUp Login*/ |
1156 | 1156 | |
1157 | -#colorbox { | |
1158 | - left: -350px !important; | |
1159 | - margin-left: 50% !important; | |
1160 | - width: 700px !important; | |
1161 | -} | |
1162 | - | |
1163 | -#cboxWrapper { | |
1164 | - padding: 15px; | |
1165 | - position: relative; | |
1166 | - width: auto !important; | |
1167 | - /* height: auto !important;*/ | |
1168 | -} | |
1169 | - | |
1170 | -#cboxContent{ | |
1171 | - float: none !important; | |
1172 | - width: auto !important; | |
1173 | - height: auto !important; | |
1174 | - padding: 20px; | |
1175 | -} | |
1176 | - | |
1177 | -#cboxLoadedContent{ | |
1178 | - width: auto !important; | |
1179 | - height: auto !important; | |
1180 | -} | |
1181 | - | |
1182 | -#colorbox .login-box .button-bar a.icon-close{ | |
1183 | - width: auto !important; | |
1184 | -} | |
1185 | - | |
1186 | -#cboxMiddleLeft{ | |
1187 | - float: none !important; | |
1188 | - height: auto !important; | |
1189 | -} | |
1190 | - | |
1191 | -#cboxTopCenter { | |
1192 | - height: auto !important; | |
1193 | -} | |
1194 | - | |
1195 | 1157 | #colorbox .login-box{ |
1196 | - width: 100%; | |
1197 | - background: url("images/img_login_popUp.png") no-repeat scroll 90% 50% #FFFFFF; | |
1158 | + width: 700px; | |
1159 | + background: url("images/img_login_popUp.png") no-repeat scroll 90% 50% #FFFFFF; | |
1198 | 1160 | } |
1199 | 1161 | |
1200 | 1162 | #colorbox .login-box h2{ | ... | ... |