Commit 97eb2240b1e401bf75408b9cc6b1560bc52ab849

Authored by Dmitriy Zaporozhets
1 parent 18529269

Fix check-all issues checkbox position

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing 1 changed file with 0 additions and 8 deletions   Show diff stats
app/assets/stylesheets/sections/issues.scss
... ... @@ -45,14 +45,6 @@
45 45 padding: 6px 10px;
46 46 border: 1px solid #ccc;
47 47 @include border-radius(4px);
48   -
49   -
50   - input.check_all_issues {
51   - padding: 0;
52   - margin: 0;
53   - position: relative;
54   - top: 3px;
55   - }
56 48 }
57 49  
58 50 .issues_content {
... ...