summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorAndrey <ad@2d-arts.com>2015-09-28 11:26:42 +0200
committerAndrey <ad@2d-arts.com>2015-09-28 11:26:42 +0200
commitce49e49bfb40872475b82b500f5e52f6ec36b81f (patch)
tree992f2b3f7c88e1d7644cbaae5de6b27c470592a0 /app/assets
parent12acf15c90d25a22e706737dc54f17466fb30320 (diff)
downloadgitlab-ce-ce49e49bfb40872475b82b500f5e52f6ec36b81f.tar.gz
edit action allign
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/base/mixins.scss10
1 files changed, 5 insertions, 5 deletions
diff --git a/app/assets/stylesheets/base/mixins.scss b/app/assets/stylesheets/base/mixins.scss
index 5a7e79ddecd..bba4728af36 100644
--- a/app/assets/stylesheets/base/mixins.scss
+++ b/app/assets/stylesheets/base/mixins.scss
@@ -243,11 +243,6 @@
}
}
-.pull-right .light .fa-pencil {
- top: 20px;
- position: relative;
-}
-
@mixin input-big {
height: 36px;
padding: 5px 10px;
@@ -300,3 +295,8 @@
}
}
}
+
+.fa-align {
+ top: 20px;
+ position: relative;
+} \ No newline at end of file