summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/repo.scss
diff options
context:
space:
mode:
authorJacob Schatz <jschatz1@gmail.com>2017-06-29 00:23:48 -0400
committerJacob Schatz <jschatz1@gmail.com>2017-06-29 00:23:48 -0400
commit6190c39e2c54ab0e9ea15a7de6cf8812aa4b5377 (patch)
treefbbaa0e3232513134df180d0fe3ccdf86ea822e6 /app/assets/stylesheets/pages/repo.scss
parentc2e34bab0d0f039cab749db7b9fa4c7cef766004 (diff)
downloadgitlab-ce-6190c39e2c54ab0e9ea15a7de6cf8812aa4b5377.tar.gz
Functionality to move between files.
To show file and to start to go back.
Diffstat (limited to 'app/assets/stylesheets/pages/repo.scss')
-rw-r--r--app/assets/stylesheets/pages/repo.scss23
1 files changed, 20 insertions, 3 deletions
diff --git a/app/assets/stylesheets/pages/repo.scss b/app/assets/stylesheets/pages/repo.scss
index effa866667b..287b2f641ca 100644
--- a/app/assets/stylesheets/pages/repo.scss
+++ b/app/assets/stylesheets/pages/repo.scss
@@ -2,6 +2,13 @@
display: none;
}
+.ellipsis {
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ width: 300px;
+}
+
.fade-enter-active, .fade-leave-active {
transition: opacity .5s
}
@@ -16,12 +23,22 @@
header {
background: $gray-light;
- padding: 10px 25px;
- border-bottom: 1px solid $border-color;
- font-size: $code_font_size;
+ padding: 10px 15px;
+}
+
+#ide {
+ display: inline-block;
+ width: 85%;
}
#sidebar {
+ &.sidebar-mini {
+ display: inline-block;
+ vertical-align: top;
+ width: 15%;
+ border-right: 1px solid $white-normal;
+ }
+
ul {
list-style-type: none;
padding: 0;