Skip to content

Commit

Permalink
Refactored to make all icons layout more uniform.
Browse files Browse the repository at this point in the history
  • Loading branch information
baphled committed Jun 14, 2010
1 parent 8f76f18 commit dc3e2c2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 24 deletions.
6 changes: 0 additions & 6 deletions app/stylesheets/partials/_lists.sass
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,3 @@
li span.icons
:position relative
:float right
li
:position inherit
:float left
:height 20px
:width 20px
:margin 1px
20 changes: 15 additions & 5 deletions app/stylesheets/partials/icons.sass
Original file line number Diff line number Diff line change
@@ -1,12 +1,22 @@
ul.icons
height: 25px
li
cursor:pointer
list-style-image:none
list-style-position:outside
list-style-type:none
margin:2px
position:relative
float:left
width: 20px
height: 25px
:position relative
:float left
:position relative
:float left
:margin 1px
:padding-top 1px
a
:display block
:height 30px
:width 30px
:margin 0px auto
span.ui-icon
margin: auto !important
width: 16px
height: 16px
13 changes: 0 additions & 13 deletions app/stylesheets/screen.sass
Original file line number Diff line number Diff line change
Expand Up @@ -160,19 +160,6 @@ body.salad
:padding 13px 12px 11px
:margin-bottom 23px
:float left
ul.icons
li
:position relative
:float left
:margin 1px
:padding-top 1px
a
:display block
:height 30px
:width 25px
:margin 0px auto
span
:margin auto 0px
.wrapper
:width 100%
:display block

0 comments on commit dc3e2c2

Please sign in to comment.