diff --git a/client/res/templates/admin/index.tpl b/client/res/templates/admin/index.tpl index 5da550055e..b49b41c648 100644 --- a/client/res/templates/admin/index.tpl +++ b/client/res/templates/admin/index.tpl @@ -1,23 +1,24 @@ -
-
- {{#each links}} -

{{translate label scope='Admin'}}

- - {{#each items}} - - - - - {{/each}} -
- {{translate label scope='Admin' category='labels'}} - {{translate description scope='Admin' category='descriptions'}}
- {{/each}} +
+
+
+ {{#each links}} +

{{translate label scope='Admin'}}

+ + {{#each items}} + + + + + {{/each}} +
+ {{translate label scope='Admin' category='labels'}} + {{translate description scope='Admin' category='descriptions'}}
+ {{/each}} +
+
+ +
-
- -
-
- +
\ No newline at end of file diff --git a/frontend/less/hazyblue-vertical/custom.less b/frontend/less/hazyblue-vertical/custom.less index d531a2c89b..053ef78077 100644 --- a/frontend/less/hazyblue-vertical/custom.less +++ b/frontend/less/hazyblue-vertical/custom.less @@ -80,7 +80,9 @@ table.table { .panel, .dashlet-container, #main > .calendar-container, -.well { +.well, +.admin-content .table.table-bordered, +.admin-content iframe { -webkit-box-shadow: 3px 3px 4px rgba(0,0,0,0.13); -moz-box-shadow: 3px 3px 4px rgba(0,0,0,0.13); box-shadow: 3px 3px 4px rgba(0,0,0,0.13);