Skip to content

Commit

Permalink
Fix positioning in styles from Automattic/kue#337
Browse files Browse the repository at this point in the history
  • Loading branch information
xdissent committed May 27, 2014
1 parent 47f892d commit 7734afa
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion styles/actions.import.styl
@@ -1,7 +1,7 @@

#xue-ui
#actions
fixed: top - 2px right - 2px
fixed: top -2px right -2px
z-index: 20

#sort
Expand Down
2 changes: 1 addition & 1 deletion styles/error.import.styl
@@ -1,7 +1,7 @@

#xue-ui
#error
fixed: top - 50px right 15px
fixed: top -50px right 15px
padding: 20px
transition: top 500ms, opacity 500ms
opacity: 0
Expand Down
4 changes: 2 additions & 2 deletions styles/job.import.styl
Expand Up @@ -16,7 +16,7 @@ bar(color)
padding: 20px 25px
h2
margin: 0
absolute: top 5px left - 15px
absolute: top 5px left -15px
padding: 5px
font-size: 10px
border-radius: left 5px right 2px
Expand Down Expand Up @@ -48,7 +48,7 @@ bar(color)
border-radius: 2px
font-size: 10px
.remove
absolute: top 30px right - 6px
absolute: top 30px right -6px
background: white
display: block
width: size = 20px
Expand Down
2 changes: 1 addition & 1 deletion styles/menu.import.styl
Expand Up @@ -40,5 +40,5 @@
&:active
&.active
background: #343434
box-shadow: inset 0 0 3px 2px menu-bg - 30%, inset 0 - 5px 10px 2px menu-bg - 15%
box-shadow: inset 0 0 3px 2px menu-bg - 30%, inset 0 -5px 10px 2px menu-bg - 15%
border-bottom: 1px solid menu-bg - 40%

0 comments on commit 7734afa

Please sign in to comment.