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:
authorSimon Knox <psimyn@gmail.com>2017-02-28 06:31:21 +0300
committerSimon Knox <psimyn@gmail.com>2017-03-07 00:44:22 +0300
commit591f0e2258a4a97d8f3eb6ade797feb54f1a321f (patch)
treef7b592a7ee4f8fd9bbd34698944cc55f67dd41e3 /app/assets/stylesheets/pages/tree.scss
parent9f908cfc8ed3acf2fd6692f098ed1bd526631a0d (diff)
consistent spacing on new MR panels
center spinner show placeholder text on new MR page remove redundant `display: block` from li - they default to `list-style` already
Diffstat (limited to 'app/assets/stylesheets/pages/tree.scss')
-rw-r--r--app/assets/stylesheets/pages/tree.scss10
1 files changed, 1 insertions, 9 deletions
diff --git a/app/assets/stylesheets/pages/tree.scss b/app/assets/stylesheets/pages/tree.scss
index 8d1063fc26f..fc4da4c495f 100644
--- a/app/assets/stylesheets/pages/tree.scss
+++ b/app/assets/stylesheets/pages/tree.scss
@@ -139,18 +139,10 @@
.blob-commit-info {
list-style: none;
background: $gray-light;
- padding: 6px 0;
+ padding: 16px 16px 16px 6px;
border: 1px solid $border-color;
border-bottom: none;
margin: 0;
-
- .table-list-cell {
- border-bottom: none;
- }
-
- .commit-actions {
- width: 260px;
- }
}
#modal-remove-blob > .modal-dialog { width: 850px; }