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:
authordimitrieh <dimitriehoekstra@gmail.com>2017-03-24 18:04:57 +0300
committerdimitrieh <dimitriehoekstra@gmail.com>2017-03-24 18:04:57 +0300
commit9acfa6351f416dbeaa95c74dff9dca4265edeb25 (patch)
tree0a6e5ad322f34e28f7f296aee60fb0b364d70938 /app/assets/stylesheets/pages/todos.scss
parent8cc4a39be8d1bf31fe082829be209c6969647ab4 (diff)
adds todo functionality to closed issuable sidebar and changes todo bell icon to check-square
Diffstat (limited to 'app/assets/stylesheets/pages/todos.scss')
-rw-r--r--app/assets/stylesheets/pages/todos.scss10
1 files changed, 5 insertions, 5 deletions
diff --git a/app/assets/stylesheets/pages/todos.scss b/app/assets/stylesheets/pages/todos.scss
index b071d7f18cd..a08c1de9a09 100644
--- a/app/assets/stylesheets/pages/todos.scss
+++ b/app/assets/stylesheets/pages/todos.scss
@@ -7,17 +7,17 @@
li {
.badge.todos-pending-count {
position: inherit;
- top: -6px;
+ top: -10px;
margin-top: -5px;
font-weight: normal;
background: $todo-alert-blue;
- margin-left: -17px;
+ margin-left: -13px;
font-size: 11px;
color: $white-light;
- padding: 3px;
+ padding: 4px;
padding-top: 1px;
- padding-bottom: 1px;
- border-radius: 3px;
+ padding-bottom: 2px;
+ border-radius: 6px;
}
}
}