2014-01-03 13:32:13 -05:00
|
|
|
#editor-level-view
|
2014-01-28 15:27:11 -05:00
|
|
|
position: absolute
|
|
|
|
top: 56px
|
|
|
|
left: 0
|
|
|
|
right: 0
|
|
|
|
bottom: 0
|
2014-01-03 13:32:13 -05:00
|
|
|
|
|
|
|
$BG: rgba(228, 207, 140, 1.0)
|
|
|
|
|
|
|
|
.outer-content
|
2014-01-28 15:27:11 -05:00
|
|
|
margin: 0px 20px 20px 20px
|
2014-01-03 13:32:13 -05:00
|
|
|
padding: 10px 20px
|
|
|
|
background-color: $BG
|
2014-01-28 15:27:11 -05:00
|
|
|
position: absolute
|
|
|
|
top: 0
|
|
|
|
bottom: 0
|
|
|
|
left: 0
|
|
|
|
right: 0
|
2014-01-03 13:32:13 -05:00
|
|
|
|
|
|
|
.top-controls-area
|
|
|
|
position: fixed
|
|
|
|
background-color: $BG
|
|
|
|
z-index: 100
|
|
|
|
left: 40px
|
|
|
|
right: 40px
|
|
|
|
margin-top: -10px
|
|
|
|
padding-top: 10px
|
|
|
|
|
|
|
|
.level-title-header
|
|
|
|
float: left
|
|
|
|
width: 500px
|
|
|
|
text-overflow: ellipsis
|
|
|
|
white-space: nowrap
|
|
|
|
|
|
|
|
.level-control-buttons
|
|
|
|
float: right
|
|
|
|
& > *
|
|
|
|
margin: 10px 10px
|
|
|
|
|
|
|
|
.nav-tabs
|
|
|
|
margin-bottom: 10px
|
|
|
|
|
|
|
|
// keeps the editor tabs a certain height
|
|
|
|
|
2014-01-28 00:06:27 -05:00
|
|
|
#level-editor-tabs
|
2014-01-03 13:32:13 -05:00
|
|
|
position: absolute
|
2014-01-28 15:27:11 -05:00
|
|
|
left: 20px
|
|
|
|
right: 20px
|
|
|
|
top: 118px
|
|
|
|
bottom: 20px
|
|
|
|
|
2014-01-03 13:32:13 -05:00
|
|
|
.treema-root
|
|
|
|
background-color: white
|
|
|
|
border-radius: 4px
|
|
|
|
|