merb-ui 0.4.3 → 0.4.4

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.
Files changed (3) hide show
  1. data/Rakefile +1 -1
  2. data/app/views/styles/index.css.erb +11 -8
  3. metadata +1 -1
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.3'
17
+ s.version = '0.4.4'
18
18
  end
19
19
 
20
20
  Rake::GemPackageTask.new(spec) do |pkg|
@@ -86,7 +86,7 @@ span.mui_block {
86
86
 
87
87
  .mui_button {
88
88
  background: <%= color(0.1, 0.1, 0.1) %> url('<%= mui_path :image %>/plastic.png') repeat-x center;
89
- border: 1px outset <%= color(0.1, 0.1, 0.1) %>;
89
+ border: 1px solid <%= color(0.1, 0.1, 0.1) %>;
90
90
  color: <%= color(1, 1, 1) %>;
91
91
  line-height: 1.7em;
92
92
  min-height: 1.7em;
@@ -119,8 +119,7 @@ button.mui_button {
119
119
  text-align: left;
120
120
  }
121
121
  button.mui_button img {
122
- border: 1px solid <%= color(0.3, 0.3, 0.3) %>;
123
- border: 1px inset <%= color(0.4, 0.4, 0.4) %>;
122
+ border: 1px solid <%= color(0.4, 0.4, 0.4) %>;
124
123
  <%= round %>
125
124
  }
126
125
  button.mui_button table {
@@ -201,7 +200,9 @@ button.mui_button td {
201
200
 
202
201
  .mui_input {
203
202
  background: <%= color(0.9, 0.9, 0.9) %> url('<%= mui_path :image %>/bezel.png') repeat-x;
204
- border: 1px inset <%= color(0.9, 0.9, 0.9) %>;
203
+ border: 1px solid <%= color(0.95, 0.95, 0.95) %>;
204
+ border-bottom-color: <%= color(1, 1, 1) %>;
205
+ border-top-color: <%= color(0.8, 0.8, 0.8) %>;
205
206
  display: inline-block;
206
207
  font-weight: bold;
207
208
  line-height: 1.7em;
@@ -306,8 +307,10 @@ p.mui_paragraph+p.mui_paragraph {
306
307
  /* search */
307
308
 
308
309
  .mui_search {
309
- background-color: <%= color(0.2, 0.2, 0.2) %>;
310
- border-color: <%= color(0.3, 0.3, 0.3) %>;
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) %>;
313
+ border-top-color: <%= color(0, 0, 0) %>;
311
314
  color: <%= color(1, 1, 1) %>;
312
315
  font-weight: normal;
313
316
  margin-right: 0.5em;
@@ -340,7 +343,7 @@ p.mui_paragraph+p.mui_paragraph {
340
343
 
341
344
  .mui_tab {
342
345
  background: <%= color(0.1, 0.1, 0.1) %> url('<%= mui_path :image %>/plastic.png') repeat-x center;
343
- border: 1px outset <%= color(0.1, 0.1, 0.1) %>;
346
+ border: 1px solid <%= color(0.1, 0.1, 0.1) %>;
344
347
  color: <%= color(1, 1, 1) %>;
345
348
  line-height: 1.7em;
346
349
  min-height: 1.7em;
@@ -373,7 +376,7 @@ p.mui_paragraph+p.mui_paragraph {
373
376
 
374
377
  .mui_textarea {
375
378
  background: <%= color(1, 1, 1) %> url('<%= mui_path :image %>/bezel.png') repeat-x;
376
- border: 1px inset <%= color(0.9, 0.9, 0.9) %>;
379
+ border: 1px solid <%= color(0.9, 0.9, 0.9) %>;
377
380
  display: inline-block;
378
381
  height: 20em;
379
382
  margin-right: 0.5em;
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.3
4
+ version: 0.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - UiPoet