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:
authorJose Ivan Vargas <jvargas@gitlab.com>2018-01-23 21:50:58 +0300
committerJose Ivan Vargas <jvargas@gitlab.com>2018-02-01 18:41:30 +0300
commit1123d9dc460353cbc3b46606cc2235f0433f35e1 (patch)
tree04807a5e04d880b37d7841118a868184c375f65d /app/assets/stylesheets
parent449b0ebaf6f3ca65b48f372293117acc9a7e0abc (diff)
Added more tests and corrected typos
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/pages/commits.scss10
1 files changed, 9 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/commits.scss b/app/assets/stylesheets/pages/commits.scss
index adfd72556b8..17801ed5910 100644
--- a/app/assets/stylesheets/pages/commits.scss
+++ b/app/assets/stylesheets/pages/commits.scss
@@ -196,6 +196,14 @@
@media (min-width: $screen-sm-min) {
font-size: 0;
+ div {
+ display: inline;
+ }
+
+ .fa-spinner {
+ font-size: 12px;
+ }
+
span {
font-size: 6px;
}
@@ -226,7 +234,7 @@
.ci-status-icon {
position: relative;
- top: 3px;
+ top: 1px;
}
}