Fix indentation and position in elements

stable
Xavier Julián 2014-06-30 13:12:57 +02:00
parent 5c206df05c
commit 23ad539692
3 changed files with 6 additions and 11 deletions

View File

@ -1,5 +1,4 @@
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")

View File

@ -1,11 +1,7 @@
.backlog {
.new-us {
@include clearfix;
margin-bottom: 2rem;
.new-us-inner {
float: right;
}
}
}
.backlog-menu {