RubyApp 0.0.49 → 0.0.50

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- RubyApp (0.0.49)
4
+ RubyApp (0.0.50)
5
5
  BlueCloth
6
6
  chronic
7
7
  chronic_duration
@@ -1,7 +1,7 @@
1
1
  - self.rendered?(__FILE__) do
2
2
  :sass
3
3
  /* #{__FILE__}
4
- body
4
+ body
5
5
  > div.overlay
6
6
  display: none
7
7
  height: 100%
@@ -19,7 +19,11 @@
19
19
  width: 100%
20
20
  z-index: 2
21
21
  > div.image
22
- text-align: center
22
+ background:
23
+ image: url('/ruby_app/resources/elements/base/base_page.gif')
24
+ position: center center
25
+ repeat: no-repeat
26
+ height: 48px
23
27
  position: absolute
24
- width: 16px
28
+ width: 48px
25
29
  = yield
@@ -20,4 +20,3 @@
20
20
  %div.overlay
21
21
  %div.wait
22
22
  %div.image
23
- %img{:src => '/ruby_app/resources/elements/base/base_page.gif'}
@@ -30,4 +30,3 @@
30
30
  %div.overlay
31
31
  %div.wait
32
32
  %div.image
33
- %img{:src => '/ruby_app/resources/elements/base/base_page.gif'}
@@ -1,24 +1,27 @@
1
- $page_background: rgba( 0, 0, 0, 1.0)
2
- $page_foreground: rgba(255, 255, 255, 1.0)
3
- $page_link: rgba( 25, 101, 115, 1.0)
1
+ $page_background: rgba( 0, 0, 0, 1.00)
2
+ $page_foreground: rgba(255, 255, 255, 1.00)
3
+ $page_link: rgba( 25, 101, 115, 1.00)
4
4
 
5
- $overlay_background: rgba( 0, 0, 0, 0.5)
5
+ $wait_background: rgba( 40, 40, 40, 1.00)
6
+ $wait_foreground: rgba( 0, 0, 0, 1.00)
6
7
 
7
- $dialog_background: rgba(255, 255, 255, 1.0)
8
- $dialog_foreground: rgba( 0, 0, 0, 1.0)
9
- $dialog_link: rgba( 25, 101, 115, 1.0)
8
+ $overlay_background: rgba( 0, 0, 0, 0.50)
10
9
 
11
- $header_background: rgba( 0, 0, 0, 1.0)
12
- $header_foreground: rgba(255, 255, 255, 1.0)
13
- $header_link: rgba(255, 255, 255, 1.0)
10
+ $dialog_background: rgba(255, 255, 255, 1.00)
11
+ $dialog_foreground: rgba( 0, 0, 0, 1.00)
12
+ $dialog_link: rgba( 25, 101, 115, 1.00)
14
13
 
15
- $highlight_background: rgba( 25, 101, 115, 1.0)
16
- $highlight_foreground: rgba(255, 255, 255, 1.0)
14
+ $header_background: rgba( 0, 0, 0, 1.00)
15
+ $header_foreground: rgba(255, 255, 255, 1.00)
16
+ $header_link: rgba(255, 255, 255, 1.00)
17
17
 
18
- $even_background: rgba( 40, 40, 40, 1.0)
19
- $even_foreground: rgba(255, 255, 255, 1.0)
18
+ $highlight_background: rgba( 25, 101, 115, 1.00)
19
+ $highlight_foreground: rgba(255, 255, 255, 1.00)
20
+
21
+ $even_background: rgba( 40, 40, 40, 1.00)
22
+ $even_foreground: rgba(255, 255, 255, 1.00)
20
23
  $odd_background: inherit
21
- $odd_foreground: rgba(255, 255, 255, 1.0)
24
+ $odd_foreground: rgba(255, 255, 255, 1.00)
22
25
 
23
- $select_background: rgba( 40, 40, 40, 1.0)
24
- $select_foreground: rgba(255, 255, 255, 1.0)
26
+ $select_background: rgba( 40, 40, 40, 1.00)
27
+ $select_foreground: rgba(255, 255, 255, 1.00)
@@ -14,11 +14,15 @@
14
14
  > div.wait
15
15
  background-color: $overlay_background
16
16
  > div.image
17
- background-color: $dialog_background
18
- color: $dialog_foreground
17
+ background-color: $wait_background
18
+ background:
19
+ image: url('/ruby_app/resources/themes/mobile/page.gif')
20
+ position: center center
21
+ repeat: no-repeat
19
22
  border-radius: 10px
20
- padding: 20px
21
- width: 42px
23
+ color: $wait_foreground
24
+ height: 88px
25
+ width: 88px
22
26
  a
23
27
  color: $page_link
24
28
  font-weight: bold
@@ -1,4 +1,4 @@
1
1
  module RubyApp
2
- VERSION = "0.0.49"
2
+ VERSION = "0.0.50"
3
3
  ROOT = File.expand_path(File.dirname(__FILE__))
4
4
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: RubyApp
3
3
  version: !ruby/object:Gem::Version
4
- hash: 125
4
+ hash: 123
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 49
10
- version: 0.0.49
9
+ - 50
10
+ version: 0.0.50
11
11
  platform: ruby
12
12
  authors:
13
13
  - Frank G. Ficnar
@@ -512,6 +512,7 @@ files:
512
512
  - lib/ruby_app/resources/themes/mobile/base/base_page/start.psd
513
513
  - lib/ruby_app/resources/themes/mobile/lists/select.png
514
514
  - lib/ruby_app/resources/themes/mobile/lists/select.psd
515
+ - lib/ruby_app/resources/themes/mobile/page.gif
515
516
  - lib/ruby_app/session.rb
516
517
  - lib/ruby_app/templates/application/Gemfile
517
518
  - lib/ruby_app/templates/application/config.ru