summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2017-11-07 19:46:48 +0100
committerKamil Trzcinski <ayufan@ayufan.eu>2017-11-07 19:46:48 +0100
commit6a8a3f250dbae03f9fd7cab77a361887ed926719 (patch)
tree67d82793be04c8bc0d262719af3f5adc4b36ffde /app/assets/stylesheets
parentfa3af6de66a9737d47dd475a36d3e4965fc69692 (diff)
parentd9a1dc3ddd3f491fb3ed922c0b85819e9fa95fea (diff)
downloadgitlab-ce-6a8a3f250dbae03f9fd7cab77a361887ed926719.tar.gz
Merge remote-tracking branch 'origin/master' into add-ingress-to-cluster-applications
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/framework/animations.scss16
-rw-r--r--app/assets/stylesheets/pages/repo.scss4
2 files changed, 4 insertions, 16 deletions
diff --git a/app/assets/stylesheets/framework/animations.scss b/app/assets/stylesheets/framework/animations.scss
index 1b944831082..374988bb590 100644
--- a/app/assets/stylesheets/framework/animations.scss
+++ b/app/assets/stylesheets/framework/animations.scss
@@ -23,16 +23,6 @@
@include webkit-prefix(animation-duration, 2s);
}
- &.spin-cw {
- transform-origin: center;
- animation: spin 4s linear infinite;
- }
-
- &.spin-ccw {
- transform-origin: center;
- animation: spin 4s linear infinite reverse;
- }
-
&.flipOutX,
&.flipOutY,
&.bounceIn,
@@ -281,9 +271,3 @@ a {
transform: translateX(468px);
}
}
-
-@keyframes spin {
- 100% {
- transform: rotate(360deg);
- }
-}
diff --git a/app/assets/stylesheets/pages/repo.scss b/app/assets/stylesheets/pages/repo.scss
index fee4638e20f..d93c51d5448 100644
--- a/app/assets/stylesheets/pages/repo.scss
+++ b/app/assets/stylesheets/pages/repo.scss
@@ -298,3 +298,7 @@
width: 100%;
}
}
+
+.multi-file-table-col-name {
+ width: 350px;
+}