merb-ui 0.4.6 → 0.4.7

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/Rakefile CHANGED
@@ -14,7 +14,7 @@ spec = Gem::Specification.new do |s|
14
14
  s.name = 'merb-ui'
15
15
  s.rubyforge_project = 'uipoet'
16
16
  s.summary = 'User Interface Components for Merb'
17
- s.version = '0.4.6'
17
+ s.version = '0.4.7'
18
18
  end
19
19
 
20
20
  Rake::GemPackageTask.new(spec) do |pkg|
@@ -49,9 +49,9 @@ body {
49
49
  /* bar */
50
50
 
51
51
  .mui_bar {
52
- background: <%= color(0.2, 0.2, 0.2) %> url('<%= mui_path :image %>/rubber.png') repeat-x center;
53
- border-bottom: 1px solid <%= color(0, 0, 0) %>;
54
- border-top: 1px solid <%= color(0.2, 0.2, 0.2) %>;
52
+ background: <%= color(0.4, 0.4, 0.4) %> url('<%= mui_path :image %>/rubber.png') repeat-x center;
53
+ border-bottom: 1px solid <%= color(0.2, 0.2, 0.2) %>;
54
+ border-top: 1px solid <%= color(0.6, 0.6, 0.6) %>;
55
55
  color: <%= color(1, 1, 1) %>;
56
56
  padding: 0.5em 1.5em 0.5em 1.5em;
57
57
  }
@@ -307,9 +307,9 @@ p.mui_paragraph+p.mui_paragraph {
307
307
  /* search */
308
308
 
309
309
  .mui_search {
310
- background-color: <%= color(0.1, 0.1, 0.1) %>;
311
- border-color: <%= color(0.15, 0.15, 0.15) %>;
312
- border-bottom-color: <%= color(0.3, 0.3, 0.3) %>;
310
+ background-color: <%= color(0.2, 0.2, 0.2) %>;
311
+ border-color: <%= color(0.1, 0.1, 0.1) %>;
312
+ border-bottom-color: <%= color(0.5, 0.5, 0.5) %>;
313
313
  border-top-color: <%= color(0, 0, 0) %>;
314
314
  color: <%= color(1, 1, 1) %>;
315
315
  font-weight: normal;
@@ -319,9 +319,10 @@ p.mui_paragraph+p.mui_paragraph {
319
319
  /* sidebar */
320
320
 
321
321
  .mui_sidebar {
322
- background-color: <%= color(0.25, 0.25, 0.25) %>;
323
- border: 0 solid <%= color(0, 0, 0) %>;
324
- border-right-width: 1px;
322
+ background-color: <%= color(0.2, 0.2, 0.2) %>;
323
+ border: 1px solid <%= color(0.1, 0.1, 0.1) %>;
324
+ border-bottom-color: <%= color(0.5, 0.5, 0.5) %>;
325
+ border-top-color: <%= color(0, 0, 0) %>;
325
326
  white-space: nowrap;
326
327
  }
327
328
  .mui_sidebar .mui_link {
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: merb-ui
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.6
4
+ version: 0.4.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - UiPoet