refinerycms 0.9.5.1 → 0.9.5.2
Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,41 @@
|
|
1
|
+
#page {
|
2
|
+
padding: 20px;
|
3
|
+
width: 1000px;
|
4
|
+
margin: 0px auto;
|
5
|
+
}
|
6
|
+
#body_content_left {
|
7
|
+
float: left;
|
8
|
+
width: 600px;
|
9
|
+
}
|
10
|
+
#body_content_right {
|
11
|
+
float: right;
|
12
|
+
width: 360px;
|
13
|
+
}
|
14
|
+
|
15
|
+
.inquiries form label {
|
16
|
+
width: 150px;
|
17
|
+
float: left;
|
18
|
+
}
|
19
|
+
.inquiries form input {
|
20
|
+
|
21
|
+
}
|
22
|
+
.inquiries form input, .inquiries form textarea {
|
23
|
+
|
24
|
+
}
|
25
|
+
.inquiries form textarea {
|
26
|
+
|
27
|
+
}
|
28
|
+
.inquiries form .actions {
|
29
|
+
margin-left: 150px;
|
30
|
+
}
|
31
|
+
|
32
|
+
.inquiries form .actions input {
|
33
|
+
}
|
34
|
+
|
35
|
+
.inquiries .field {
|
36
|
+
margin: 12px 0px;
|
37
|
+
}
|
38
|
+
|
39
|
+
.inquiries form {
|
40
|
+
padding-top: 12px;
|
41
|
+
}
|
@@ -50,48 +50,4 @@ Clearfix docs
|
|
50
50
|
.clearfix {
|
51
51
|
display:block;
|
52
52
|
}
|
53
|
-
/* End hide from IE Mac */
|
54
|
-
|
55
|
-
#page {
|
56
|
-
background: white;
|
57
|
-
padding: 20px;
|
58
|
-
width: 1000px;
|
59
|
-
margin: 0px auto;
|
60
|
-
}
|
61
|
-
#body_content_left {
|
62
|
-
float: left;
|
63
|
-
width: 600px;
|
64
|
-
}
|
65
|
-
#body_content_right {
|
66
|
-
float: right;
|
67
|
-
margin: 0px 12px;
|
68
|
-
width: 360px;
|
69
|
-
}
|
70
|
-
|
71
|
-
.inquiries form label {
|
72
|
-
width: 150px;
|
73
|
-
float: left;
|
74
|
-
}
|
75
|
-
.inquiries form input {
|
76
|
-
|
77
|
-
}
|
78
|
-
.inquiries form input, .inquiries form textarea {
|
79
|
-
|
80
|
-
}
|
81
|
-
.inquiries form textarea {
|
82
|
-
|
83
|
-
}
|
84
|
-
.inquiries form .actions {
|
85
|
-
margin-left: 150px;
|
86
|
-
}
|
87
|
-
|
88
|
-
.inquiries form .actions input {
|
89
|
-
}
|
90
|
-
|
91
|
-
.inquiries .field {
|
92
|
-
margin: 12px 0px;
|
93
|
-
}
|
94
|
-
|
95
|
-
.inquiries form {
|
96
|
-
padding-top: 12px;
|
97
|
-
}
|
53
|
+
/* End hide from IE Mac */
|
@@ -1,7 +1,7 @@
|
|
1
1
|
<%= render :partial => "/shared/submenu" if RefinerySetting.find_or_set(:show_submenu_on_content_pages, true) %>
|
2
2
|
<div id='body_content' class='clearfix'>
|
3
|
+
<h1 id='body_content_page_title'><%= page_title %></h1>
|
3
4
|
<div id='body_content_left' class='clearfix'>
|
4
|
-
<h1><%= page_title %></h1>
|
5
5
|
<%= @page[:body] %>
|
6
6
|
</div>
|
7
7
|
<div id='body_content_right' class='clearfix'>
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: refinerycms
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.5.
|
4
|
+
version: 0.9.5.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Resolve Digital
|
@@ -11,7 +11,7 @@ autorequire:
|
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
13
|
|
14
|
-
date: 2009-11-
|
14
|
+
date: 2009-11-05 00:00:00 +13:00
|
15
15
|
default_executable: refinery
|
16
16
|
dependencies: []
|
17
17
|
|
@@ -202,6 +202,7 @@ files:
|
|
202
202
|
- public/stylesheets/ie6.css
|
203
203
|
- public/stylesheets/ie7.css
|
204
204
|
- public/stylesheets/lightbox.css
|
205
|
+
- public/stylesheets/refinery/application.css
|
205
206
|
- public/stylesheets/refinery/refinery.css
|
206
207
|
- public/stylesheets/refinery/home.css
|
207
208
|
- public/stylesheets/refinery/formatting.css
|