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:
authorPhil Hughes <me@iamphill.com>2018-05-04 17:26:55 +0300
committerPhil Hughes <me@iamphill.com>2018-05-04 17:26:55 +0300
commit8a21c31b8b2baf19b1433ab5175fbc8bd66d07c6 (patch)
tree9c22064915d04db3b43fe86bac78d205d26de0d4 /app/assets/stylesheets/pages
parent616c1c7294646e74706cb13be0517383a73b3c27 (diff)
parent9f2f8679bec1e2d4161c429c2e6db80a20e376c9 (diff)
Merge branch '44846-improve-web-ide-left-panel-and-modes' into ide-sidebar-commit-box
Diffstat (limited to 'app/assets/stylesheets/pages')
-rw-r--r--app/assets/stylesheets/pages/repo.scss28
1 files changed, 28 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/repo.scss b/app/assets/stylesheets/pages/repo.scss
index 4170baebffe..c03446d1e40 100644
--- a/app/assets/stylesheets/pages/repo.scss
+++ b/app/assets/stylesheets/pages/repo.scss
@@ -1020,6 +1020,14 @@
.ide-review-header {
flex-direction: column;
align-items: flex-start;
+
+ .dropdown {
+ margin-left: auto;
+ }
+
+ a {
+ color: $gl-link-color;
+ }
}
.ide-review-sub-header {
@@ -1049,3 +1057,23 @@
flex-direction: column;
justify-content: center;
}
+
+.ide-review-button-holder {
+ display: flex;
+ width: 100%;
+ align-items: center;
+}
+
+.ide-context-header {
+ .avatar {
+ flex: 0 0 40px;
+ }
+}
+
+.ide-sidebar-project-title {
+ min-width: 0;
+
+ .sidebar-context-title {
+ white-space: nowrap;
+ }
+}