summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-05-26 14:59:31 +0100
committerFilipa Lacerda <filipa@gitlab.com>2017-05-26 14:59:31 +0100
commit9e95257e81dee81aba9c6117bd47eae285993967 (patch)
treeb090fed82ccc5fd47c5f2641f00f44a0e533fe8e
parent8f2af757d3a040dbd81e30e49cb2d575848961b8 (diff)
downloadgitlab-ce-32954-loading-icon.tar.gz
Displays loading icon in async buttons inline32954-loading-icon
-rw-r--r--app/assets/stylesheets/pages/environments.scss4
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss4
2 files changed, 8 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/environments.scss b/app/assets/stylesheets/pages/environments.scss
index 48d3b7b1d07..f269d53093d 100644
--- a/app/assets/stylesheets/pages/environments.scss
+++ b/app/assets/stylesheets/pages/environments.scss
@@ -64,6 +64,10 @@
}
}
+ .btn .text-center {
+ display: inline;
+ }
+
.commit-title {
margin: 0;
}
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss
index 292584eba28..cf2e565dd2d 100644
--- a/app/assets/stylesheets/pages/pipelines.scss
+++ b/app/assets/stylesheets/pages/pipelines.scss
@@ -88,6 +88,10 @@
}
}
+ .btn .text-center {
+ display: inline;
+ }
+
.tooltip {
white-space: nowrap;
}