app/assets/stylesheets/modular/custom.css in kadmin-0.3.1 vs app/assets/stylesheets/modular/custom.css in kadmin-0.3.2

- old
+ new

@@ -1,19 +1,51 @@ -.form-control { - border-radius: 0; -} - -.btn { - margin-bottom: 0; -} - -a.titlelink { - color: white; - font-weight: bold; - text-decoration: none; -} - - - -.helpsidebar img.img-responsive { - max-width: 100%; -} \ No newline at end of file +/* ------------------------------------------- + HEADER & NAV & LAYOUT +------------------------------------------- */ + +a.titlelink { + color: white; + font-weight: bold; + text-decoration: none; +} + +.helpsidebar img.img-responsive { + max-width: 100%; +} + +/* ------------------------------------------- + FORMS +------------------------------------------- */ +.form-control { + border-radius: 0; +} + +.btn { + margin-bottom: 0; +} + +.tab-pane .content { + padding: 0px; +} + +/* ------------------------------------------- + MISC +------------------------------------------- */ + +ul.dropdown-menu { + padding: 8px; +} +ul.dropdown-menu li { + padding-top: 3px; + padding-bottom: 3px; +} + + +/* ------------------------------------------- + SELECT2 PLUGIN +------------------------------------------- */ +.select2-dropdown { + border-radius: 0px !important; +} +.select2-container--default .select2-selection--single { + border-radius: 0px !important; +}