RubyApp 0.0.49 → 0.0.50
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.
- data/Gemfile.lock +1 -1
- data/lib/ruby_app/elements/base/base_page.css.haml +7 -3
- data/lib/ruby_app/elements/base/base_page.html.haml +0 -1
- data/lib/ruby_app/resources/elements/base/base_page.gif +0 -0
- data/lib/ruby_app/resources/themes/mobile/page.gif +0 -0
- data/lib/ruby_app/themes/mobile/base/base_page.html.haml +0 -1
- data/lib/ruby_app/themes/mobile/colors.sass +20 -17
- data/lib/ruby_app/themes/mobile/page.css.haml +8 -4
- data/lib/ruby_app/version.rb +1 -1
- metadata +4 -3
data/Gemfile.lock
CHANGED
@@ -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
|
-
|
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:
|
28
|
+
width: 48px
|
25
29
|
= yield
|
Binary file
|
Binary file
|
@@ -1,24 +1,27 @@
|
|
1
|
-
$page_background: rgba( 0, 0,
|
2
|
-
$page_foreground: rgba(255, 255,
|
3
|
-
$page_link: rgba( 25, 101,
|
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
|
-
$
|
5
|
+
$wait_background: rgba( 40, 40, 40, 1.00)
|
6
|
+
$wait_foreground: rgba( 0, 0, 0, 1.00)
|
6
7
|
|
7
|
-
$
|
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
|
-
$
|
12
|
-
$
|
13
|
-
$
|
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
|
-
$
|
16
|
-
$
|
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
|
-
$
|
19
|
-
$
|
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.
|
24
|
+
$odd_foreground: rgba(255, 255, 255, 1.00)
|
22
25
|
|
23
|
-
$select_background: rgba( 40, 40, 40, 1.
|
24
|
-
$select_foreground: rgba(255, 255, 255, 1.
|
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: $
|
18
|
-
|
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
|
-
|
21
|
-
|
23
|
+
color: $wait_foreground
|
24
|
+
height: 88px
|
25
|
+
width: 88px
|
22
26
|
a
|
23
27
|
color: $page_link
|
24
28
|
font-weight: bold
|
data/lib/ruby_app/version.rb
CHANGED
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:
|
4
|
+
hash: 123
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
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
|