Skip to content

Commit

Permalink
CSS for our improved icons partial
Browse files Browse the repository at this point in the history
  • Loading branch information
baphled committed Jun 14, 2010
1 parent fc51db2 commit 91f5553
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 13 deletions.
29 changes: 16 additions & 13 deletions app/stylesheets/partials/_lists.sass
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
:background #785C17 none repeat scroll 0 0
:border 2 solid #89A407
:color #C1C4B5
:margin-right 58px
:margin-left 371px
:position relative
:float right
:display block
:padding 2px
:text-align center
:height 23px
Expand All @@ -19,14 +20,15 @@
:text-align center
:margin 2px
:top 2px
span.active, .order_box, li .icons
#list-head
:height 50px
:width 408px
:margin 0 auto
span.active, .order_box, span.icons
:padding 12px 0px
:background #89A407 none repeat scroll 0 0
:border thin solid #785C17
:margin-top 12px
:display inline-block
ul
:padding-top 23px
ul > li
ul.items-list > li
:background #FCFDEF none repeat scroll 0 0
:border-bottom thin solid #BACA54
:border-top thin solid #EDF2BF
Expand All @@ -44,10 +46,11 @@
:float left
:right 3px
li span.icons
:height 32px
:width 88px
:position relative
:float right
a
:margin-left 4px
:margin-top 7px
li
:position inherit
:float left
:height 20px
:width 20px
:margin 1px
13 changes: 13 additions & 0 deletions app/stylesheets/partials/icons.sass
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
li.icons
cursor:pointer
list-style-image:none
list-style-position:outside
list-style-type:none
margin:2px
padding:4px 0
position:relative
float:left
width: 20px
height: 25px
ul.icons
height: 25px
2 changes: 2 additions & 0 deletions app/stylesheets/screen.sass
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@

@import partials/pagination.sass

@import partials/icons.sass

@import partials/accordion.sass

@import partials/hover_dialog.sass
Expand Down

0 comments on commit 91f5553

Please sign in to comment.