Merged memberdb.css into shared.css and deleted the former.
Began massive overhaul of the login page's layout and design. Began a massive overhaul of the stylesheets in general, with the intent of eventually rolling out a full and polished dark theme Began a change of naming of CSS classes such that "modifier classes" (to be used in conjunction with other classes) begin with a dash/minus/hyphen, similar to how command line arguments work. Example: class="button -default" modifies this instance of the button class so that it gets extra styling to make it stand out as the default button, eg. right alignment, blue, etc.
Showing
- src/static/login.css 3 additions, 78 deletionssrc/static/login.css
- src/static/memberdb.css 0 additions, 137 deletionssrc/static/memberdb.css
- src/static/shared.css 223 additions, 33 deletionssrc/static/shared.css
- src/templates/admin/memberdb/membership_approve.html 1 addition, 1 deletionsrc/templates/admin/memberdb/membership_approve.html
- src/templates/base.html 3 additions, 4 deletionssrc/templates/base.html
- src/templates/base_form.html 1 addition, 1 deletionsrc/templates/base_form.html
- src/templates/login.html 48 additions, 54 deletionssrc/templates/login.html
Please register or sign in to comment