Changeset 1647411
- Timestamp:
- 04/28/2017 01:02:56 PM (9 years ago)
- Location:
- whizz/trunk/modal
- Files:
-
- 2 edited
-
css/loginmodal.css (modified) (2 diffs)
-
index.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
whizz/trunk/modal/css/loginmodal.css
r1646584 r1647411 150 150 margin: 15px 0; 151 151 } 152 #WhizzLogin-Modal-container-osx . title {152 #WhizzLogin-Modal-container-osx .WhizzLogin-title { 153 153 color:#000; 154 154 background-color:#ddd; … … 447 447 } 448 448 } 449 . title {449 .WhizzLogin-title { 450 450 text-align: center; 451 451 } 452 /*#register_form_main_div {453 background: #eee none repeat scroll 0 0;454 border-radius: 5px;455 left: 40% !important;456 margin-left: 10px;457 position: fixed;458 top: 7% !important;459 width: 300px !important;460 }461 */462 452 .user_first_name.input, .user_last_name.input { 463 453 font-weight: normal; -
whizz/trunk/modal/index.php
r1646584 r1647411 131 131 } 132 132 $output = sprintf(' 133 <div class=" title">Login</div>133 <div class="WhizzLogin-title">Login</div> 134 134 <div class="WhizzLogin-Modal-fields"> 135 135 <div id="login_error" style="display:none;"></div> … … 198 198 function reset_form() { 199 199 $output = sprintf(' 200 <div class=" title">Reset Password</div>200 <div class="WhizzLogin-title">Reset Password</div> 201 201 <div class="WhizzLogin-Modal-fields"> 202 202 <div id="reset_error" style="display:none;"></div> … … 241 241 function registration_form() { 242 242 $output = ' 243 <div class=" title">Register</div>243 <div class="WhizzLogin-title">Register</div> 244 244 <div class="WhizzLogin-Modal-fields"> 245 245 <div id="register_error" style="display:none;"></div>
Note: See TracChangeset
for help on using the changeset viewer.