summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorJacob Schatz <jschatz1@gmail.com>2017-07-14 07:44:26 -0400
committerJacob Schatz <jschatz1@gmail.com>2017-07-14 07:44:26 -0400
commitbfe193d3a6e6af3323c56d1e844e19726b4b8bc4 (patch)
tree35b0607edd3379d6853e51cf9ecd78ceabb47bfc /app/assets/stylesheets
parent95a850ca4806f86fb53754197b1c189e0a7c40cf (diff)
downloadgitlab-ce-bfe193d3a6e6af3323c56d1e844e19726b4b8bc4.tar.gz
Adds editor buttons
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/pages/repo.scss19
-rw-r--r--app/assets/stylesheets/pages/tree.scss1
2 files changed, 15 insertions, 5 deletions
diff --git a/app/assets/stylesheets/pages/repo.scss b/app/assets/stylesheets/pages/repo.scss
index 6c0efdd780a..4610b372efd 100644
--- a/app/assets/stylesheets/pages/repo.scss
+++ b/app/assets/stylesheets/pages/repo.scss
@@ -27,12 +27,17 @@ header {
.panel-right{
display: inline-block;
width: 85%;
+
+ .monaco-editor.vs .cursor {
+ background: rgba(255,255,255,0);
+ border-color: rgba(255,255,255,0);
+ }
+
#tabs {
height: 41px;
- border-bottom: 1px solid #f0f0f0;
+ border-bottom: 1px solid $white-normal;
padding-left: 0;
margin-bottom: 0;
- background: $gray-light;
display: inline-block;
white-space: nowrap;
width: 100%;
@@ -65,13 +70,19 @@ header {
}
#ide {
height: 70vh;
+ }
+
+ #repo-file-buttons {
+ background: $gray-light;
+ padding: 5px;
margin-top: -5px;
- }
+ border-bottom: 1px solid $white-normal;
+ }
#binary-viewer {
height: 70vh;
overflow: auto;
- margin-top: -5px;
+ margin-top: 5px;
margin-left: 10px;
.blob-viewer {
diff --git a/app/assets/stylesheets/pages/tree.scss b/app/assets/stylesheets/pages/tree.scss
index 4ae72e3158f..e3c9d7d45cc 100644
--- a/app/assets/stylesheets/pages/tree.scss
+++ b/app/assets/stylesheets/pages/tree.scss
@@ -132,7 +132,6 @@
}
.tree-ref-holder {
- float: left;
margin-right: 15px;
}