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")
|
||||
span.icon.icon-tag
|
||||
span.text Show Tags
|
||||
include views/components/addnewus
|
||||
include views/components/addnewus
|
||||
include views/modules/backlog-table
|
||||
sidebar.menu-secondary.sidebar
|
||||
include views/modules/sprints
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
div.new-us
|
||||
div.new-us-inner
|
||||
a.button.button-green(href="", ng-click="ctrl.addNewUs('standard')", title="Add New US")
|
||||
span.text + Add new US
|
||||
a.button.button-bulk(href="", ng-click="ctrl.addNewUs('bulk')", title="Bulk")
|
||||
span.icon.icon-bulk
|
||||
a.button.button-green(href="", ng-click="ctrl.addNewUs('standard')", title="Add New US")
|
||||
span.text + Add new US
|
||||
a.button.button-bulk(href="", ng-click="ctrl.addNewUs('bulk')", title="Bulk")
|
||||
span.icon.icon-bulk
|
||||
|
|
|
@ -1,10 +1,6 @@
|
|||
.backlog {
|
||||
.new-us {
|
||||
@include clearfix;
|
||||
margin-bottom: 2rem;
|
||||
.new-us-inner {
|
||||
float: right;
|
||||
}
|
||||
float: right;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue