Skip to content

Commit

Permalink
Merge pull request #227 from uaprom-summer-2015/admin-layout
Browse files Browse the repository at this point in the history
Admin layout
  • Loading branch information
anxolerd committed Aug 28, 2015
2 parents 7d6ca2c + d2822a9 commit 90b8efb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
12 changes: 12 additions & 0 deletions project/static/src/css/admin-select.styl
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
.Select
display inline-block
width calc(100% - 92px)

.select-delete
display inline-block
margin-top -30px
margin-left 10px
width auto

.vacancy-delete
margin-top 30px
16 changes: 2 additions & 14 deletions project/static/src/css/admin.styl
Original file line number Diff line number Diff line change
@@ -1,16 +1,4 @@
@import "bootstrap/dist/css/bootstrap.min.css"
@import "react-select/dist/default.css"
@import footer


.Select
display inline-block
width 90%

.select-delete
display inline-block
margin-top -30px
width auto

.vacancy-delete
margin-top 30px
@import "admin-select.styl"
@import "footer.styl"

0 comments on commit 90b8efb

Please sign in to comment.