BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
9c7f3fab
Commit
9c7f3fab
authored
Jun 26, 2017
by
tauriedavis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
32838 Add wells to admin dashboard overview to fix spacing problems
parent
b7ea3ce4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
0 deletions
+18
-0
wells.scss
app/assets/stylesheets/framework/wells.scss
+14
-0
index.html.haml
app/views/admin/dashboard/index.html.haml
+0
-0
32838-admin-panel-spacing.yml
changelogs/unreleased/32838-admin-panel-spacing.yml
+4
-0
No files found.
app/assets/stylesheets/framework/wells.scss
View file @
9c7f3fab
...
...
@@ -3,6 +3,7 @@
color
:
$gl-text-color
;
border
:
1px
solid
$border-color
;
border-radius
:
$border-radius-default
;
margin-bottom
:
$gl-padding
;
.well-segment
{
padding
:
$gl-padding
;
...
...
@@ -21,6 +22,11 @@
font-size
:
12px
;
}
}
&
.admin-well
h4
{
border-bottom
:
1px
solid
$border-color
;
padding-bottom
:
8px
;
}
}
.icon-container
{
...
...
@@ -53,6 +59,14 @@
padding
:
15px
;
}
.dark-well
{
background-color
:
$gray-normal
;
.btn
{
width
:
100%
;
}
}
.well-centered
{
h1
{
font-weight
:
normal
;
...
...
app/views/admin/dashboard/index.html.haml
View file @
9c7f3fab
This diff is collapsed.
Click to expand it.
changelogs/unreleased/32838-admin-panel-spacing.yml
0 → 100644
View file @
9c7f3fab
---
title
:
Add wells to admin dashboard overview to fix spacing problems
merge_request
:
author
:
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment