Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMayra Cabrera <mcabrera@gitlab.com>2017-11-06 21:37:07 +0300
committerMayra Cabrera <mcabrera@gitlab.com>2017-11-06 22:04:24 +0300
commit7ebf03319881a853405662a390fff13ffb6aefb0 (patch)
tree05d4526b5bc196dc171811a5bc71adb5a30f2afa /app/assets/stylesheets/framework
parent70b8f421ae6587d2a57db40e7487bf2dd788cbde (diff)
Addresses front & backend comments
- Improves CSS files by reusing existing code - Changes logic in views to avoid future problems in translations
Diffstat (limited to 'app/assets/stylesheets/framework')
-rw-r--r--app/assets/stylesheets/framework/wells.scss5
1 files changed, 2 insertions, 3 deletions
diff --git a/app/assets/stylesheets/framework/wells.scss b/app/assets/stylesheets/framework/wells.scss
index 556485c2f3b..1a5da56cba0 100644
--- a/app/assets/stylesheets/framework/wells.scss
+++ b/app/assets/stylesheets/framework/wells.scss
@@ -67,10 +67,9 @@
.limit-box {
background: $blue-100;
- border-radius: 3px;
+ border-radius: $border-radius-default;
display: inline-block;
- margin-left: 5px;
- padding: 1px 1px 0.5px 0;
+ padding: 1px 1px 0.5px;
text-align: center;
vertical-align: bottom;