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:
authorClement Ho <ClemMakesApps@gmail.com>2017-08-04 16:42:25 +0300
committerClement Ho <ClemMakesApps@gmail.com>2017-08-04 20:47:20 +0300
commit055b1ec1f1529251168a74f7f656285872d3a5ff (patch)
tree6783e8dde82d44020a9194e5d3c479e792f79bda /app/assets/stylesheets/pages/repo.scss
parenta37fb8186266affc073aa4c59fd6f34ddec1745f (diff)
Add UI polish for repo editor button bar
Diffstat (limited to 'app/assets/stylesheets/pages/repo.scss')
-rw-r--r--app/assets/stylesheets/pages/repo.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/assets/stylesheets/pages/repo.scss b/app/assets/stylesheets/pages/repo.scss
index 9e8618539ec..a56f3419bbc 100644
--- a/app/assets/stylesheets/pages/repo.scss
+++ b/app/assets/stylesheets/pages/repo.scss
@@ -94,7 +94,7 @@
}
.blob-viewer-container {
- height: calc(100vh - 73px);
+ height: calc(100vh - 63px);
overflow: auto;
}
@@ -165,9 +165,9 @@
}
#repo-file-buttons {
- background: $gray-light;
+ background-color: $white-light;
border-bottom: 1px solid $white-normal;
- padding: 10px 5px;
+ padding: 5px 10px;
position: relative;
border-top: 1px solid $white-normal;
margin-top: -5px;