Fix indentation and position in elements
parent
5c206df05c
commit
23ad539692
|
@ -24,7 +24,7 @@ block content
|
||||||
a.trans-button(href="", title="Show Tags", id="show-tags")
|
a.trans-button(href="", title="Show Tags", id="show-tags")
|
||||||
span.icon.icon-tag
|
span.icon.icon-tag
|
||||||
span.text Show Tags
|
span.text Show Tags
|
||||||
include views/components/addnewus
|
include views/components/addnewus
|
||||||
include views/modules/backlog-table
|
include views/modules/backlog-table
|
||||||
sidebar.menu-secondary.sidebar
|
sidebar.menu-secondary.sidebar
|
||||||
include views/modules/sprints
|
include views/modules/sprints
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
div.new-us
|
div.new-us
|
||||||
div.new-us-inner
|
a.button.button-green(href="", ng-click="ctrl.addNewUs('standard')", title="Add New US")
|
||||||
a.button.button-green(href="", ng-click="ctrl.addNewUs('standard')", title="Add New US")
|
span.text + Add new US
|
||||||
span.text + Add new US
|
a.button.button-bulk(href="", ng-click="ctrl.addNewUs('bulk')", title="Bulk")
|
||||||
a.button.button-bulk(href="", ng-click="ctrl.addNewUs('bulk')", title="Bulk")
|
span.icon.icon-bulk
|
||||||
span.icon.icon-bulk
|
|
||||||
|
|
|
@ -1,10 +1,6 @@
|
||||||
.backlog {
|
.backlog {
|
||||||
.new-us {
|
.new-us {
|
||||||
@include clearfix;
|
float: right;
|
||||||
margin-bottom: 2rem;
|
|
||||||
.new-us-inner {
|
|
||||||
float: right;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue