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:
authorVSizov <fk@sphere.com>2011-10-15 21:41:38 +0400
committerVSizov <fk@sphere.com>2011-10-15 21:41:38 +0400
commit3226b4fe7a00b3543ac3c81d1475dd860adaff98 (patch)
tree6761ca63f811722ab36dd00ea57a4121dbdf8d61 /app/assets
parent5d7421af4e9395aa7ea9ae32540a685a0af44049 (diff)
icon for handler of sortable
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/images/move.pngbin0 -> 260 bytes
-rw-r--r--app/assets/stylesheets/projects.css.scss6
2 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/images/move.png b/app/assets/images/move.png
new file mode 100644
index 00000000000..9d2d55ddf0b
--- /dev/null
+++ b/app/assets/images/move.png
Binary files differ
diff --git a/app/assets/stylesheets/projects.css.scss b/app/assets/stylesheets/projects.css.scss
index fdfd2b8653b..bc15d8e2c12 100644
--- a/app/assets/stylesheets/projects.css.scss
+++ b/app/assets/stylesheets/projects.css.scss
@@ -543,3 +543,9 @@ tbody tr:nth-child(2n) td, tbody tr.even td {
.handle:hover{
cursor: move;
}
+
+.handle{
+ width: 12px;
+ height: 12px;
+ padding: 10px;
+}