fredit 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/app/views/layouts/fredit.html.erb +70 -1
  2. metadata +5 -5
@@ -4,7 +4,76 @@
4
4
  <title><%=@path%></title>
5
5
  <%= javascript_include_tag 'http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js' %>
6
6
  <%= yield :head %>
7
- <%= stylesheet_link_tag '/assets/fredit.css' %>
7
+
8
+ <style type='text/css'>
9
+ body {
10
+ padding-top:0;
11
+ padding-bottom: 30px;
12
+ font-family: Verdana, Helvetica, sans;
13
+ font-size: 12px;
14
+ margin-left: 20px;
15
+ width: 1100px;
16
+ background-color: #EDEDED;
17
+ }
18
+ h1#appName {
19
+ margin:0;
20
+ padding:0;
21
+ display: inline;
22
+ }
23
+ h1#appName em {
24
+ font-size: smaller;
25
+ }
26
+ section#editor {
27
+ float: left;
28
+ width: 800px;
29
+ }
30
+ section#git {
31
+ float: left;
32
+ width: 220px;
33
+ padding-left: 20px;
34
+ }
35
+ section#git h3 {
36
+ margin-top: 0;
37
+ margin-bottom: 0.7em;
38
+ }
39
+ section#git ul {
40
+ padding-left: 0;
41
+ list-style-type: none;
42
+ }
43
+
44
+ textarea {
45
+ width: 100%;
46
+ height: 500px;
47
+ font-family: monospace;
48
+ }
49
+ #notice {
50
+ background-color: yellow;
51
+ }
52
+ input#deleteBtn {
53
+ float:right;
54
+ }
55
+ input[type=text] {
56
+ width: 100%;
57
+ }
58
+ table {
59
+ width: 100%
60
+ }
61
+ form#fileSelector {
62
+ float:right;
63
+ }
64
+ form#createFileForm {
65
+ border-top: 1px solid #CCC;
66
+ margin-top: 10px;
67
+ padding-top: 10px;
68
+ }
69
+
70
+ #sourceEditBox {
71
+ position: relative;
72
+ width: 800px;
73
+ height: 500px;
74
+ }
75
+ </style>
76
+
8
77
  </head>
9
78
  <body>
10
79
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fredit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2011-10-27 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: git
16
- requirement: &70700520 !ruby/object:Gem::Requirement
16
+ requirement: &84334370 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: '0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70700520
24
+ version_requirements: *84334370
25
25
  description: Edit the front end of Rails apps through the browser.
26
26
  email:
27
27
  - dhchoi@gmail.com
@@ -56,7 +56,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
56
56
  version: '0'
57
57
  segments:
58
58
  - 0
59
- hash: 941660225
59
+ hash: -180539377
60
60
  required_rubygems_version: !ruby/object:Gem::Requirement
61
61
  none: false
62
62
  requirements:
@@ -65,7 +65,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
65
65
  version: '0'
66
66
  segments:
67
67
  - 0
68
- hash: 941660225
68
+ hash: -180539377
69
69
  requirements: []
70
70
  rubyforge_project:
71
71
  rubygems_version: 1.8.11