diff --git a/public/css/admin.less b/public/css/admin.less index 558305fafb..0afc3011d9 100644 --- a/public/css/admin.less +++ b/public/css/admin.less @@ -13,41 +13,29 @@ } .admin-categories { + margin-top: 20px; form { margin: 0 0 0px; } - input { - height: 20px; - padding: 5px; - margin-left: 10px; + input, select { width: 150px; - border: 0; - border-radius: 5px; - margin-top: -8px; } .category_description { width: 300px; } - select { - border: 0; - margin-left: 10px; - padding: 5px; - margin-top: -8px; - } - - button { - margin-top: -7px; - } - .icon{ width: 30px; height: 30px; text-align: center; - line-height: 35px; + line-height: 40px; display: inline-block; + margin: 0 5px 0 5px; + i { + vertical-align: -20%; + } } } @@ -119,7 +107,7 @@ .icon-container { .row { margin: 0; - .span3 { + .col-md-3 { width: 20px; height: 20px; margin: 1px; diff --git a/public/css/nodebb.less b/public/css/nodebb.less index fd88bf3dc9..2977bdfe56 100644 --- a/public/css/nodebb.less +++ b/public/css/nodebb.less @@ -7,4 +7,6 @@ @import "header"; @import "account"; @import "search"; -@import "unread"; \ No newline at end of file +@import "unread"; +@import "admin"; +@import "users"; \ No newline at end of file diff --git a/public/src/forum/admin/themes.js b/public/src/forum/admin/themes.js index 762924cd4f..95881fec63 100644 --- a/public/src/forum/admin/themes.js +++ b/public/src/forum/admin/themes.js @@ -18,7 +18,7 @@ var nodebb_admin = (function(nodebb_admin) { '
' + '
' + ' ' + - '' + + '' + '
' + '

' + theme.name + '

' + '

' + theme.description + '

' + @@ -29,11 +29,11 @@ var nodebb_admin = (function(nodebb_admin) { themeContainer.innerHTML = ''; themeContainer.appendChild(themeFrag); } - + nodebb_admin.themes = themes; - + return nodebb_admin; - + }(nodebb_admin || {})); diff --git a/public/templates/admin/categories.tpl b/public/templates/admin/categories.tpl index bd5a7d587b..6c4220be59 100644 --- a/public/templates/admin/categories.tpl +++ b/public/templates/admin/categories.tpl @@ -18,23 +18,22 @@
- - + - - + + + - -