Fix styling

This commit is contained in:
Josh Frye 2016-06-23 08:19:54 -04:00
parent 82edef9414
commit 391a9f650e
3 changed files with 6 additions and 5 deletions

View File

@ -17,6 +17,7 @@ v 8.10.0 (unreleased)
- Remove unused front-end variable -> default_issues_tracker
- Add API endpoint for a group issues !4520 (mahcsig)
- Allow [ci skip] to be in any case and allow [skip ci]. !4785 (simon_w)
- Add basic system information like memory and disk usage to the admin panel
v 8.9.3 (unreleased)
- Decreased min width of screen to 1280px for pinned sidebar

View File

@ -1,9 +1,9 @@
.nav-links.sub-nav
%ul{ class: (container_class) }
= nav_link(controller: :system_info) do
= link_to admin_system_info_path, title: 'System Info' do
%span
System Info
= nav_link(controller: :system_info) do
= link_to admin_system_info_path, title: 'System Info' do
%span
System Info
= nav_link(controller: :background_jobs) do
= link_to admin_background_jobs_path, title: 'Background Jobs' do
%span

View File

@ -3,7 +3,7 @@
= render 'admin/background_jobs/head'
%div{ class: (container_class) }
%p
.prepend-top-default
.row
.col-sm-4
.light-well