app/assets/stylesheets/kuhsaft/cms/base/partials/_generic.css.sass in kuhsaft-0.3.5 vs app/assets/stylesheets/kuhsaft/cms/base/partials/_generic.css.sass in kuhsaft-0.3.6
- old
+ new
@@ -9,19 +9,19 @@
color: #333
font-family: 'Helvetica Neue', 'Helvetica', Arial, sans-serif
background: #cccccb
#kuhsaft-wrapper
- //background: #e9e9e9 image_url('kuhsaft/wrapper-bg.png') repeat-x left 100px
+ //background: #e9e9e9 url('/images/kuhsaft/wrapper-bg.png') repeat-x left 100px
width: 960px
margin: 0 auto
.hidden
display: none
.cms-header
- background: image_url('kuhsaft/header-bg.jpg')
+ background: url('/images/kuhsaft/header-bg.jpg')
border-bottom: 1px solid #cccccb
+min-height(150px)
.meta-actions
+float_right
@@ -32,15 +32,15 @@
margin: 0px 10px 0px 0px
font-size: 11px
.page-tree-breadcrumb
margin-bottom: 20px
- background: image_url('kuhsaft/pages-breadcrumb-icon.png') no-repeat left 5px
+ background: url('/images/kuhsaft/pages-breadcrumb-icon.png') no-repeat left 5px
padding-left: 18px
a
- background: image_url('kuhsaft/page-tree-breadcrumb-arrow.png') no-repeat right center
+ background: url('/images/kuhsaft/page-tree-breadcrumb-arrow.png') no-repeat right center
padding-right: 15px
a:last-child
background: transparent
@@ -63,22 +63,22 @@
height: 40px
li.current
border-left: 1px solid #7c7a7f
a
- background: #cccccb image_url('kuhsaft/module-nav-tab-bg.png') repeat-x
+ background: #cccccb url('/images/kuhsaft/module-nav-tab-bg.png') repeat-x
border-left: 1px solid #e6e6e6
+text-shadow(#efefef, 0px, 1px, 0px)
+link-colors($color1, $color2, $color1, $color1, $color1)
.cms-content-container
width: 960px
.language-tabs
border:
bottom: 1px solid #cfcfcf
- background: #e3e3e3 image_url('kuhsaft/tab-bg.png') repeat-x
+ background: #e3e3e3 url('/images/kuhsaft/tab-bg.png') repeat-x
height: 40px
li
width: 100px
height: 40px
@@ -149,14 +149,14 @@
span
color: #858592
.new-page
- background: image_url('kuhsaft/page-new-icon.png') no-repeat left 3px
+ background: url('/images/kuhsaft/page-new-icon.png') no-repeat left 3px
.edit-page
- background: image_url('kuhsaft/page-edit-icon.png') no-repeat left 7px
+ background: url('/images/kuhsaft/page-edit-icon.png') no-repeat left 7px
a
text-decoration: none
+link-colors($color1, $color4, $color1, $color1, $color2)
@@ -298,16 +298,16 @@
padding: 0px 4px
border:
left: 1px solid #b2b2b2
.icon.add-child-page
- background: image_url('kuhsaft/add-child-page.png') no-repeat center center
+ background: url('/images/kuhsaft/add-child-page.png') no-repeat center center
width: 28px
border-right: 0px
.icon.delete
- background: image_url('kuhsaft/delete.png') no-repeat center center
+ background: url('/images/kuhsaft/delete.png') no-repeat center center
width: 22px
border-left: 0px
.actions
height: 30px
@@ -316,17 +316,17 @@
margin: 0px 0px 0px 0px
input#kuhsaft_page_submit
+float_right
.drag-handler
- background: $color3 image_url('kuhsaft/page-part-draggable-area.png') no-repeat top right
+ background: $color3 url('/images/kuhsaft/page-part-draggable-area.png') no-repeat top right
width: 91px
height: 22px
margin: 0px 7px 0px 0px
float: right
- cursor: image_url('kuhsaft/openhand.cur'), default !important
+ cursor: url('/images/kuhsaft/openhand.cur'), default !important
&:active
- cursor: image_url('kuhsaft/closedhand.cur'), default !important
+ cursor: url('/images/kuhsaft/closedhand.cur'), default !important
.destroy-handler
text-align: right
width: 100px
margin: 0px 10px 0px 0px