a bootstrappified version of the Exim4U Email Admin UI.
- old stylesheet (/style.css)
-
new resources from Twitter Bootstrap 2.2.2:
- /css/bootstrap.css
- /js/bootstrap.min.js
- /img/glyphicons-halflings-white.png
- /img/glyphicons-halflings.png
-
new jQuery (1.9.0) file. /js/jquery.min.js
-
new javascript file for table styling and tooltips. /js/scripts.js
- stripped unused inline-styles and classes
- tidied and fixed HTML markup
- backup your public_html/exim4u/ directory
- copy the files from this repo into your Exim4U installation and overwrite existing files
- the HTML markup is now free from inline classes
- bootstrap.css and bootstrap.js are unmodified stock files from Bootstrap 2.2.2
- CSS classes used are:
.btn
for submit buttons
.input-append
,.add-on
to append text to input fields.
.control-label
,.controls
,.form-actions
for login fields.
<table>
classes are injected through /js/scripts.js - styling intentionally kept to a minimum. Feel free to add your own styles and classes to the /css/bootstrap.css stylesheet
- the functionality and PHP code remains untouched
It's just a make-up release to provide a clean slate :)
- add some kind of basic templating
- branch a heavier styled version for out-of-the box usage