Skip to content

Commit

Permalink
move editor stuff to new actorEditor.styl
Browse files Browse the repository at this point in the history
  • Loading branch information
mrflix committed May 15, 2012
1 parent d6e6bcc commit c01a151
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions app/styles/main.styl
Expand Up @@ -37,9 +37,9 @@ body
display box display box
box-align center box-align center
box-pack center box-pack center
cursor default
box-shadow 0 1px 3px 1px rgba(0,0,0,.55), 0 0 0 1px rgba(255,255,255,0.34) inset box-shadow 0 1px 3px 1px rgba(0,0,0,.55), 0 0 0 1px rgba(255,255,255,0.34) inset
z-index 1 z-index 1
cursor move
.name .name
min-width 50% min-width 50%
text-align center text-align center
Expand All @@ -53,16 +53,6 @@ body
display block display block
.name .name
display none display none

#actor_editor
top 0
left 0
width 100%
height 100%
position absolute

canvas, svg
position absolute


.breadcrumb .breadcrumb
margin 21px margin 21px
Expand Down

0 comments on commit c01a151

Please sign in to comment.