Commit 8b9ca74c authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch 'ee-32838-admin-panel-spacing' into 'master'

Port of 32838-admin-panel-spacing to EE

See merge request !2264
parents 53d3f8bd 46e6be38
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
color: $gl-text-color; color: $gl-text-color;
border: 1px solid $border-color; border: 1px solid $border-color;
border-radius: $border-radius-default; border-radius: $border-radius-default;
margin-bottom: $gl-padding;
.well-segment { .well-segment {
padding: $gl-padding; padding: $gl-padding;
...@@ -21,6 +22,11 @@ ...@@ -21,6 +22,11 @@
font-size: 12px; font-size: 12px;
} }
} }
&.admin-well h4 {
border-bottom: 1px solid $border-color;
padding-bottom: 8px;
}
} }
.icon-container { .icon-container {
...@@ -53,6 +59,14 @@ ...@@ -53,6 +59,14 @@
padding: 15px; padding: 15px;
} }
.dark-well {
background-color: $gray-normal;
.btn {
width: 100%;
}
}
.well-centered { .well-centered {
h1 { h1 {
font-weight: normal; font-weight: normal;
......
This diff is collapsed.
...@@ -13,37 +13,40 @@ ...@@ -13,37 +13,40 @@
.license-panel.prepend-top-default .license-panel.prepend-top-default
.row .row
.col-sm-4 .col-sm-4
.light-well .info-well.dark-well
%h4 Users in License .well-segment.well-centered
.data %h3.center
%h1.center= licensed_users Users in License:
%hr = licensed_users
- if @license.will_expire? %hr
Your license is valid from - if @license.will_expire?
%strong Your license is valid from
#{@license.starts_at} to %strong
%strong<> #{@license.starts_at} to
#{@license.expires_at} %strong<>
\. #{@license.expires_at}
The \.
%a{ href: 'https://about.gitlab.com/license-faq/' } true-up model
allows having more users, and additional users will incur a retroactive charge on renewal.
.col-sm-4
.light-well
%h4 Maximum Users
.data
%h1.center= number_with_delimiter historical
%hr
This is the highest peak of users on your installation since the license started, and this is the minimum
number you need to purchase when you renew your license.
.col-sm-4
.light-well
%h4 Users over License
.data
%h1.center= number_with_delimiter users_over_license
%hr
The The
%a{ href: 'https://about.gitlab.com/license-faq/' } true-up model %a{ href: 'https://about.gitlab.com/license-faq/' } true-up model
has a retroactive charge for these users at the next renewal. If you want to update your allows having more users, and additional users will incur a retroactive charge on renewal.
license sooner to prevent this, please contact .col-sm-4
#{mail_to 'sales@gitlab.com'}. .info-well.dark-well
.well-segment.well-centered
%h3.center
Maximum Users:
= number_with_delimiter historical
%hr
This is the highest peak of users on your installation since the license started, and this is the minimum
number you need to purchase when you renew your license.
.col-sm-4
.info-well.dark-well
.well-segment.well-centered
%h3.center
Users over License:
= number_with_delimiter users_over_license
%hr
The
%a{ href: 'https://about.gitlab.com/license-faq/' } true-up model
has a retroactive charge for these users at the next renewal. If you want to update your
license sooner to prevent this, please contact
#{mail_to 'sales@gitlab.com'}.
---
title: Add wells to admin dashboard overview to fix spacing problems
merge_request:
author:
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment