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:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-07-21 18:31:05 +0300
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-07-21 18:31:05 +0300
commit420f117df98faef0ff06ea7eceabe46994518559 (patch)
treec6a4a8f2d8ead3f0bfcd7ad0925162829b194ade /app/assets/stylesheets/pages/status.scss
parent6b5708e073cfb8003b82dc3b6c16fa479973ae87 (diff)
Mobile view for commit status
Diffstat (limited to 'app/assets/stylesheets/pages/status.scss')
-rw-r--r--app/assets/stylesheets/pages/status.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/status.scss b/app/assets/stylesheets/pages/status.scss
index 210ace357c0..587f2d9f3c1 100644
--- a/app/assets/stylesheets/pages/status.scss
+++ b/app/assets/stylesheets/pages/status.scss
@@ -75,3 +75,11 @@
color: $gl-gray;
}
}
+
+.visible-xs-inline {
+ .ci-status-link {
+ position: relative;
+ top: 2px;
+ left: 5px;
+ }
+}