neerajdotname-javascript_lab 0.0.7 → 0.0.8

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/History.txt CHANGED
@@ -1,4 +1,12 @@
1
1
 
2
+ === 0.0.8 2009-06-16
3
+
4
+ * made fonts bigger
5
+
6
+ === 0.0.7 2009-06-16
7
+
8
+ * rake file changes
9
+
2
10
  === 0.0.6 2009-06-15
3
11
 
4
12
  * patched the Manifest.txt from rake check_manifest | patch -p0
@@ -8,5 +8,5 @@ require 'javascript_lab/view_helpers'
8
8
  require 'javascript_lab/app'
9
9
 
10
10
  module JavascriptLab
11
- VERSION = '0.0.7'
11
+ VERSION = '0.0.8'
12
12
  end
data/views/index.erb CHANGED
@@ -30,12 +30,13 @@
30
30
  <% unless params[:j].nil? %>
31
31
  <p>
32
32
  <label class='label'>
33
- javascript code
33
+ Your javascript code in this box
34
34
  </label>
35
- <input class='submit' type='submit' value='Evaluate' onclick='processForm();return false;' />
36
- <br />
35
+ <input class='submit' style='float:right;' type='submit' value='Evaluate' onclick='processForm();return false;' />
36
+ <p>
37
37
  <span class='light'>Use log('hello world') to show log in the log output</span>
38
- <textarea name='javascript_code' rows='30' cols='70'></textarea>
38
+ </p>
39
+ <textarea name='javascript_code' rows='25' cols='60'></textarea>
39
40
  </p>
40
41
  <p>
41
42
  <input class='submit' type='submit' value='Evaluate' onclick='processForm();return false;' />
data/views/style.sass CHANGED
@@ -78,7 +78,8 @@ form
78
78
  :padding 2px
79
79
  :font-size 16px
80
80
  label
81
- :margin 2px
81
+ :margin 6px 0 6px 0
82
+ :font-size 20px
82
83
  span
83
84
  :color gray
84
85
 
@@ -93,4 +94,10 @@ form
93
94
  .tag_line
94
95
  :font-size 14px
95
96
  :color gray
96
-
97
+
98
+ .submit
99
+ :font-size 18px
100
+ :color red
101
+
102
+ .light
103
+ :font-size 18px
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: neerajdotname-javascript_lab
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Neeraj Singh