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
path: root/vendor
diff options
context:
space:
mode:
Diffstat (limited to 'vendor')
-rw-r--r--vendor/assets/stylesheets/peek.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/vendor/assets/stylesheets/peek.scss b/vendor/assets/stylesheets/peek.scss
index b4b4f6d158f..224ecc4245e 100644
--- a/vendor/assets/stylesheets/peek.scss
+++ b/vendor/assets/stylesheets/peek.scss
@@ -1,6 +1,10 @@
//= require peek/views/performance_bar
//= require peek/views/rblineprof
+header.navbar-gitlab.with-peek {
+ top: 35px;
+}
+
#peek {
background: #000;
height: 35px;
@@ -57,6 +61,12 @@
color: #fff;
}
+ table {
+ strong {
+ color: #000;
+ }
+ }
+
.view {
margin-right: 15px;
float: left;