* thanks to @maxwell for the initial work on this port admin pages to bootstrap * improve user view on admin search page * add 'close account' link to each user in the search results * keep the same blue color for the admin menu some refactoring of the routes and the admin code * try to be more RESTful (possibly) * use a 'UserSearch' model for search parameters and querying add changelog entry
9 lines
309 B
SCSS
9 lines
309 B
SCSS
// Calling this file bootstrap would cause an infinite recursion during asset compilation.
|
|
@import 'bootstrap';
|
|
@import 'bootstrap-responsive';
|
|
|
|
|
|
// according to the docs, this is part of bootstrap 2.3.x
|
|
.text-left { text-align: left; }
|
|
.text-center { text-align: center; }
|
|
.text-right { text-align: right; }
|