kuhsaft 0.3.5 → 0.3.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11,7 +11,7 @@ body
11
11
  background: #cccccb
12
12
 
13
13
  #kuhsaft-wrapper
14
- //background: #e9e9e9 image_url('kuhsaft/wrapper-bg.png') repeat-x left 100px
14
+ //background: #e9e9e9 url('/images/kuhsaft/wrapper-bg.png') repeat-x left 100px
15
15
  width: 960px
16
16
  margin: 0 auto
17
17
 
@@ -19,7 +19,7 @@ body
19
19
  display: none
20
20
 
21
21
  .cms-header
22
- background: image_url('kuhsaft/header-bg.jpg')
22
+ background: url('/images/kuhsaft/header-bg.jpg')
23
23
  border-bottom: 1px solid #cccccb
24
24
  +min-height(150px)
25
25
 
@@ -34,11 +34,11 @@ body
34
34
 
35
35
  .page-tree-breadcrumb
36
36
  margin-bottom: 20px
37
- background: image_url('kuhsaft/pages-breadcrumb-icon.png') no-repeat left 5px
37
+ background: url('/images/kuhsaft/pages-breadcrumb-icon.png') no-repeat left 5px
38
38
  padding-left: 18px
39
39
 
40
40
  a
41
- background: image_url('kuhsaft/page-tree-breadcrumb-arrow.png') no-repeat right center
41
+ background: url('/images/kuhsaft/page-tree-breadcrumb-arrow.png') no-repeat right center
42
42
  padding-right: 15px
43
43
 
44
44
  a:last-child
@@ -65,7 +65,7 @@ body
65
65
  li.current
66
66
  border-left: 1px solid #7c7a7f
67
67
  a
68
- background: #cccccb image_url('kuhsaft/module-nav-tab-bg.png') repeat-x
68
+ background: #cccccb url('/images/kuhsaft/module-nav-tab-bg.png') repeat-x
69
69
  border-left: 1px solid #e6e6e6
70
70
  +text-shadow(#efefef, 0px, 1px, 0px)
71
71
  +link-colors($color1, $color2, $color1, $color1, $color1)
@@ -76,7 +76,7 @@ body
76
76
  .language-tabs
77
77
  border:
78
78
  bottom: 1px solid #cfcfcf
79
- background: #e3e3e3 image_url('kuhsaft/tab-bg.png') repeat-x
79
+ background: #e3e3e3 url('/images/kuhsaft/tab-bg.png') repeat-x
80
80
  height: 40px
81
81
 
82
82
  li
@@ -151,10 +151,10 @@ h1
151
151
  color: #858592
152
152
 
153
153
  .new-page
154
- background: image_url('kuhsaft/page-new-icon.png') no-repeat left 3px
154
+ background: url('/images/kuhsaft/page-new-icon.png') no-repeat left 3px
155
155
 
156
156
  .edit-page
157
- background: image_url('kuhsaft/page-edit-icon.png') no-repeat left 7px
157
+ background: url('/images/kuhsaft/page-edit-icon.png') no-repeat left 7px
158
158
 
159
159
  a
160
160
  text-decoration: none
@@ -300,12 +300,12 @@ ul.pages-root
300
300
  left: 1px solid #b2b2b2
301
301
 
302
302
  .icon.add-child-page
303
- background: image_url('kuhsaft/add-child-page.png') no-repeat center center
303
+ background: url('/images/kuhsaft/add-child-page.png') no-repeat center center
304
304
  width: 28px
305
305
  border-right: 0px
306
306
 
307
307
  .icon.delete
308
- background: image_url('kuhsaft/delete.png') no-repeat center center
308
+ background: url('/images/kuhsaft/delete.png') no-repeat center center
309
309
  width: 22px
310
310
  border-left: 0px
311
311
 
@@ -318,14 +318,14 @@ ul.pages-root
318
318
  +float_right
319
319
 
320
320
  .drag-handler
321
- background: $color3 image_url('kuhsaft/page-part-draggable-area.png') no-repeat top right
321
+ background: $color3 url('/images/kuhsaft/page-part-draggable-area.png') no-repeat top right
322
322
  width: 91px
323
323
  height: 22px
324
324
  margin: 0px 7px 0px 0px
325
325
  float: right
326
- cursor: image_url('kuhsaft/openhand.cur'), default !important
326
+ cursor: url('/images/kuhsaft/openhand.cur'), default !important
327
327
  &:active
328
- cursor: image_url('kuhsaft/closedhand.cur'), default !important
328
+ cursor: url('/images/kuhsaft/closedhand.cur'), default !important
329
329
 
330
330
  .destroy-handler
331
331
  text-align: right
@@ -1,7 +1,7 @@
1
1
  label.string, label.file, label.integer, label.select, label.text
2
2
  width: 200px
3
3
  +float_left
4
-
4
+
5
5
  input.string, textarea.text
6
6
  padding: 3px 2px
7
7
  width: 626px
@@ -29,11 +29,11 @@ textarea.text
29
29
 
30
30
  textarea.small
31
31
  height: 80px
32
-
32
+
33
33
  input.small
34
34
  width: 120px
35
35
  margin-left: 10px
36
-
36
+
37
37
  select
38
38
  width: 170px
39
39
 
@@ -44,33 +44,33 @@ select
44
44
  .toggle
45
45
  color: $color1
46
46
  padding-left: 20px
47
- background: image_url('kuhsaft/toggle-arrow-open.png') no-repeat left center
47
+ background: url('/images/kuhsaft/toggle-arrow-open.png') no-repeat left center
48
48
 
49
49
  .toggle.closed
50
- background: image_url('kuhsaft/toggle-arrow-closed.png') no-repeat left center
50
+ background: url('/images/kuhsaft/toggle-arrow-closed.png') no-repeat left center
51
51
 
52
52
  #kuhsaft_page_page_part_type
53
53
  +float_left
54
-
54
+
55
55
  #kuhsaft_page_submit
56
56
  +float_left
57
-
57
+
58
58
  .add-page-part
59
59
  padding:
60
60
  top: 15px
61
61
  bottom: 10px
62
-
62
+
63
63
  .input
64
64
  width: 420px
65
65
  +float_left
66
66
 
67
67
  label
68
68
  display: block
69
-
69
+
70
70
  select
71
71
  margin-right: 4px
72
-
73
- .darkened-box, .lightened-box
72
+
73
+ .darkened-box, .lightened-box
74
74
  input[type='text']:focus, textarea:focus
75
75
  background: $color3
76
76
  +transition(background, 1s)
@@ -1,3 +1,3 @@
1
1
  module Kuhsaft
2
- VERSION = "0.3.5"
2
+ VERSION = "0.3.6"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kuhsaft
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 31
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 5
10
- version: 0.3.5
9
+ - 6
10
+ version: 0.3.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - "Immanuel H\xC3\xA4ussermann"