A few visual bugs there.
1) Icons and titles are not centered (http://i.imgur.com/NyoxnQg.png)
2) Most inputs are not styled properly (http://i.imgur.com/GZ5tUoR.png, http://i.imgur.com/E6P42Gp.png). All inputs, selects and textareas should have class="form-control"
3) .hostName > span should have overflow: visible to avoid cutting the text (see the @ symbol on the screenshot above)
4) .description should have line-height: 1.4
5) div.account>div.content>div>div.actions>a should have padding-top: 35px;
6) Dropdowns aren't properly styled (http://i.imgur.com/kC965yr.png), and they should be equal with
7) <select> tags should also have class="form-control" everywhere.
8) should have:
height: 35px;
line-height: 35px;
9) .zmodule_title should have line-height: 35px;
Nice work overall though.
1) Icons and titles are not centered (http://i.imgur.com/NyoxnQg.png)
2) Most inputs are not styled properly (http://i.imgur.com/GZ5tUoR.png, http://i.imgur.com/E6P42Gp.png). All inputs, selects and textareas should have class="form-control"
3) .hostName > span should have overflow: visible to avoid cutting the text (see the @ symbol on the screenshot above)
4) .description should have line-height: 1.4
5) div.account>div.content>div>div.actions>a should have padding-top: 35px;
6) Dropdowns aren't properly styled (http://i.imgur.com/kC965yr.png), and they should be equal with
7) <select> tags should also have class="form-control" everywhere.
8) should have:
height: 35px;
line-height: 35px;
9) .zmodule_title should have line-height: 35px;
Nice work overall though.