fullstack-cms 0.3.18 → 0.3.19

Sign up to get free protection for your applications and to get access to all the features.
Files changed (36) hide show
  1. data/VERSION +1 -1
  2. data/fullstack-cms.gemspec +25 -9
  3. data/lib/generators/fullstack/cms/install_generator.rb +20 -29
  4. data/lib/generators/fullstack/cms/templates/rails/app/assets/javascripts/site/lib/bootstrap.js +2170 -0
  5. data/lib/generators/fullstack/cms/templates/rails/app/assets/javascripts/site/lib/facebox.js +309 -0
  6. data/lib/generators/fullstack/cms/templates/rails/app/assets/javascripts/site/lib/jquery.cycle.lite.js +232 -0
  7. data/lib/generators/fullstack/cms/templates/rails/app/assets/javascripts/site/lib/lightbox.js +351 -0
  8. data/lib/generators/fullstack/cms/templates/rails/app/assets/javascripts/site/site.js.coffee +4 -12
  9. data/lib/generators/fullstack/cms/templates/rails/app/assets/stylesheets/site/lib/bootstrap-large-desktops.css +335 -0
  10. data/lib/generators/fullstack/cms/templates/rails/app/assets/stylesheets/site/lib/bootstrap-narrow-tablets-and-below.css +158 -0
  11. data/lib/generators/fullstack/cms/templates/rails/app/assets/stylesheets/site/lib/bootstrap-responsive.css +207 -0
  12. data/lib/generators/fullstack/cms/templates/rails/app/assets/stylesheets/site/lib/bootstrap-tablets-to-desktops.css +326 -0
  13. data/lib/generators/fullstack/cms/templates/rails/app/assets/stylesheets/site/lib/bootstrap.css +5117 -0
  14. data/lib/generators/fullstack/cms/templates/rails/app/assets/stylesheets/site/lib/facebox.css +80 -0
  15. data/lib/generators/fullstack/cms/templates/rails/app/assets/stylesheets/site/lib/lightbox.css +181 -0
  16. data/lib/generators/fullstack/cms/templates/rails/app/assets/stylesheets/site/site.css +1 -28
  17. data/lib/generators/fullstack/cms/templates/rails/app/assets/stylesheets/site/src/global.css +0 -0
  18. data/lib/generators/fullstack/cms/templates/rails/app/assets/stylesheets/site/src/helpers.css +9 -0
  19. data/lib/generators/fullstack/cms/templates/rails/app/assets/stylesheets/site/src/print.css +18 -0
  20. data/lib/generators/fullstack/cms/templates/rails/app/views/site/_footer.html.erb +10 -18
  21. data/lib/generators/fullstack/cms/templates/rails/app/views/site/_header.html.erb +3 -1
  22. data/lib/generators/fullstack/cms/templates/rails/app/views/site/site/home.html.erb +0 -17
  23. data/lib/generators/fullstack/cms/templates/rails/config/{fullstack.rb → initializers/fullstack.rb} +0 -0
  24. data/lib/generators/fullstack/cms/templates/rails/public/img/{glyphicons-halflings-white.png → bootstrap/glyphicons-halflings-white.png} +0 -0
  25. data/lib/generators/fullstack/cms/templates/rails/public/img/{glyphicons-halflings.png → bootstrap/glyphicons-halflings.png} +0 -0
  26. data/lib/generators/fullstack/cms/templates/rails/public/img/facebox/closelabel.png +0 -0
  27. data/lib/generators/fullstack/cms/templates/rails/public/img/facebox/loading.gif +0 -0
  28. data/lib/generators/fullstack/cms/templates/rails/public/img/lightbox/close.png +0 -0
  29. data/lib/generators/fullstack/cms/templates/rails/public/img/lightbox/loading.gif +0 -0
  30. data/lib/generators/fullstack/cms/templates/rails/public/img/lightbox/next.png +0 -0
  31. data/lib/generators/fullstack/cms/templates/rails/public/img/lightbox/prev.png +0 -0
  32. metadata +26 -10
  33. data/lib/generators/fullstack/cms/templates/rails/app/assets/stylesheets/site/bootstrap.overrides.css +0 -3
  34. data/lib/generators/fullstack/cms/templates/rails/app/assets/stylesheets/site/lib/bootstrap.min.css +0 -722
  35. data/lib/generators/fullstack/cms/templates/rails/public/admin/rotate-left.png +0 -0
  36. data/lib/generators/fullstack/cms/templates/rails/public/admin/rotate-right.png +0 -0
@@ -0,0 +1,158 @@
1
+ /*!
2
+ * Bootstrap v2.2.2
3
+ *
4
+ * Copyright 2012 Twitter, Inc
5
+ * Licensed under the Apache License v2.0
6
+ * http://www.apache.org/licenses/LICENSE-2.0
7
+ *
8
+ * Designed and built with all the love in the world @twitter by @mdo and @fat.
9
+ */
10
+
11
+ @media (max-width: 767px) {
12
+ body {
13
+ padding-left: 20px;
14
+ padding-right: 20px;
15
+ }
16
+ .navbar-fixed-top,
17
+ .navbar-fixed-bottom,
18
+ .navbar-static-top {
19
+ margin-left: -20px;
20
+ margin-right: -20px;
21
+ }
22
+ .container-fluid {
23
+ padding: 0;
24
+ }
25
+ .dl-horizontal dt {
26
+ float: none;
27
+ clear: none;
28
+ width: auto;
29
+ text-align: left;
30
+ }
31
+ .dl-horizontal dd {
32
+ margin-left: 0;
33
+ }
34
+ .container {
35
+ width: auto;
36
+ }
37
+ .row-fluid {
38
+ width: 100%;
39
+ }
40
+ .row,
41
+ .thumbnails {
42
+ margin-left: 0;
43
+ }
44
+ .thumbnails > li {
45
+ float: none;
46
+ margin-left: 0;
47
+ }
48
+ [class*="span"],
49
+ .uneditable-input[class*="span"],
50
+ .row-fluid [class*="span"] {
51
+ float: none;
52
+ display: block;
53
+ width: 100%;
54
+ margin-left: 0;
55
+ -webkit-box-sizing: border-box;
56
+ -moz-box-sizing: border-box;
57
+ box-sizing: border-box;
58
+ }
59
+ .span12,
60
+ .row-fluid .span12 {
61
+ width: 100%;
62
+ -webkit-box-sizing: border-box;
63
+ -moz-box-sizing: border-box;
64
+ box-sizing: border-box;
65
+ }
66
+ .row-fluid [class*="offset"]:first-child {
67
+ margin-left: 0;
68
+ }
69
+ .input-large,
70
+ .input-xlarge,
71
+ .input-xxlarge,
72
+ input[class*="span"],
73
+ select[class*="span"],
74
+ textarea[class*="span"],
75
+ .uneditable-input {
76
+ display: block;
77
+ width: 100%;
78
+ min-height: 30px;
79
+ -webkit-box-sizing: border-box;
80
+ -moz-box-sizing: border-box;
81
+ box-sizing: border-box;
82
+ }
83
+ .input-prepend input,
84
+ .input-append input,
85
+ .input-prepend input[class*="span"],
86
+ .input-append input[class*="span"] {
87
+ display: inline-block;
88
+ width: auto;
89
+ }
90
+ .controls-row [class*="span"] + [class*="span"] {
91
+ margin-left: 0;
92
+ }
93
+ .modal {
94
+ position: fixed;
95
+ top: 20px;
96
+ left: 20px;
97
+ right: 20px;
98
+ width: auto;
99
+ margin: 0;
100
+ }
101
+ .modal.fade {
102
+ top: -100px;
103
+ }
104
+ .modal.fade.in {
105
+ top: 20px;
106
+ }
107
+ }
108
+ @media (max-width: 480px) {
109
+ .nav-collapse {
110
+ -webkit-transform: translate3d(0, 0, 0);
111
+ }
112
+ .page-header h1 small {
113
+ display: block;
114
+ line-height: 20px;
115
+ }
116
+ input[type="checkbox"],
117
+ input[type="radio"] {
118
+ border: 1px solid #ccc;
119
+ }
120
+ .form-horizontal .control-label {
121
+ float: none;
122
+ width: auto;
123
+ padding-top: 0;
124
+ text-align: left;
125
+ }
126
+ .form-horizontal .controls {
127
+ margin-left: 0;
128
+ }
129
+ .form-horizontal .control-list {
130
+ padding-top: 0;
131
+ }
132
+ .form-horizontal .form-actions {
133
+ padding-left: 10px;
134
+ padding-right: 10px;
135
+ }
136
+ .media .pull-left,
137
+ .media .pull-right {
138
+ float: none;
139
+ display: block;
140
+ margin-bottom: 10px;
141
+ }
142
+ .media-object {
143
+ margin-right: 0;
144
+ margin-left: 0;
145
+ }
146
+ .modal {
147
+ top: 10px;
148
+ left: 10px;
149
+ right: 10px;
150
+ }
151
+ .modal-header .close {
152
+ padding: 10px;
153
+ margin: -10px;
154
+ }
155
+ .carousel-caption {
156
+ position: static;
157
+ }
158
+ }
@@ -0,0 +1,207 @@
1
+ /*!
2
+ * Bootstrap v2.2.2
3
+ *
4
+ * Copyright 2012 Twitter, Inc
5
+ * Licensed under the Apache License v2.0
6
+ * http://www.apache.org/licenses/LICENSE-2.0
7
+ *
8
+ * Designed and built with all the love in the world @twitter by @mdo and @fat.
9
+ */
10
+
11
+ .hidden {
12
+ display: none;
13
+ visibility: hidden;
14
+ }
15
+ .visible-phone {
16
+ display: none !important;
17
+ }
18
+ .visible-tablet {
19
+ display: none !important;
20
+ }
21
+ .hidden-desktop {
22
+ display: none !important;
23
+ }
24
+ .visible-desktop {
25
+ display: inherit !important;
26
+ }
27
+ @media (min-width: 768px) and (max-width: 979px) {
28
+ .hidden-desktop {
29
+ display: inherit !important;
30
+ }
31
+ .visible-desktop {
32
+ display: none !important ;
33
+ }
34
+ .visible-tablet {
35
+ display: inherit !important;
36
+ }
37
+ .hidden-tablet {
38
+ display: none !important;
39
+ }
40
+ }
41
+ @media (max-width: 767px) {
42
+ .hidden-desktop {
43
+ display: inherit !important;
44
+ }
45
+ .visible-desktop {
46
+ display: none !important;
47
+ }
48
+ .visible-phone {
49
+ display: inherit !important;
50
+ }
51
+ .hidden-phone {
52
+ display: none !important;
53
+ }
54
+ }
55
+ @media (max-width: 979px) {
56
+ body {
57
+ padding-top: 0;
58
+ }
59
+ .navbar-fixed-top,
60
+ .navbar-fixed-bottom {
61
+ position: static;
62
+ }
63
+ .navbar-fixed-top {
64
+ margin-bottom: 20px;
65
+ }
66
+ .navbar-fixed-bottom {
67
+ margin-top: 20px;
68
+ }
69
+ .navbar-fixed-top .navbar-inner,
70
+ .navbar-fixed-bottom .navbar-inner {
71
+ padding: 5px;
72
+ }
73
+ .navbar .container {
74
+ width: auto;
75
+ padding: 0;
76
+ }
77
+ .navbar .brand {
78
+ padding-left: 10px;
79
+ padding-right: 10px;
80
+ margin: 0 0 0 -5px;
81
+ }
82
+ .nav-collapse {
83
+ clear: both;
84
+ }
85
+ .nav-collapse .nav {
86
+ float: none;
87
+ margin: 0 0 10px;
88
+ }
89
+ .nav-collapse .nav > li {
90
+ float: none;
91
+ }
92
+ .nav-collapse .nav > li > a {
93
+ margin-bottom: 2px;
94
+ }
95
+ .nav-collapse .nav > .divider-vertical {
96
+ display: none;
97
+ }
98
+ .nav-collapse .nav .nav-header {
99
+ color: #777777;
100
+ text-shadow: none;
101
+ }
102
+ .nav-collapse .nav > li > a,
103
+ .nav-collapse .dropdown-menu a {
104
+ padding: 9px 15px;
105
+ font-weight: bold;
106
+ color: #777777;
107
+ -webkit-border-radius: 3px;
108
+ -moz-border-radius: 3px;
109
+ border-radius: 3px;
110
+ }
111
+ .nav-collapse .btn {
112
+ padding: 4px 10px 4px;
113
+ font-weight: normal;
114
+ -webkit-border-radius: 4px;
115
+ -moz-border-radius: 4px;
116
+ border-radius: 4px;
117
+ }
118
+ .nav-collapse .dropdown-menu li + li a {
119
+ margin-bottom: 2px;
120
+ }
121
+ .nav-collapse .nav > li > a:hover,
122
+ .nav-collapse .dropdown-menu a:hover {
123
+ background-color: #f2f2f2;
124
+ }
125
+ .navbar-inverse .nav-collapse .nav > li > a,
126
+ .navbar-inverse .nav-collapse .dropdown-menu a {
127
+ color: #999999;
128
+ }
129
+ .navbar-inverse .nav-collapse .nav > li > a:hover,
130
+ .navbar-inverse .nav-collapse .dropdown-menu a:hover {
131
+ background-color: #111111;
132
+ }
133
+ .nav-collapse.in .btn-group {
134
+ margin-top: 5px;
135
+ padding: 0;
136
+ }
137
+ .nav-collapse .dropdown-menu {
138
+ position: static;
139
+ top: auto;
140
+ left: auto;
141
+ float: none;
142
+ display: none;
143
+ max-width: none;
144
+ margin: 0 15px;
145
+ padding: 0;
146
+ background-color: transparent;
147
+ border: none;
148
+ -webkit-border-radius: 0;
149
+ -moz-border-radius: 0;
150
+ border-radius: 0;
151
+ -webkit-box-shadow: none;
152
+ -moz-box-shadow: none;
153
+ box-shadow: none;
154
+ }
155
+ .nav-collapse .open > .dropdown-menu {
156
+ display: block;
157
+ }
158
+ .nav-collapse .dropdown-menu:before,
159
+ .nav-collapse .dropdown-menu:after {
160
+ display: none;
161
+ }
162
+ .nav-collapse .dropdown-menu .divider {
163
+ display: none;
164
+ }
165
+ .nav-collapse .nav > li > .dropdown-menu:before,
166
+ .nav-collapse .nav > li > .dropdown-menu:after {
167
+ display: none;
168
+ }
169
+ .nav-collapse .navbar-form,
170
+ .nav-collapse .navbar-search {
171
+ float: none;
172
+ padding: 10px 15px;
173
+ margin: 10px 0;
174
+ border-top: 1px solid #f2f2f2;
175
+ border-bottom: 1px solid #f2f2f2;
176
+ -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
177
+ -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
178
+ box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
179
+ }
180
+ .navbar-inverse .nav-collapse .navbar-form,
181
+ .navbar-inverse .nav-collapse .navbar-search {
182
+ border-top-color: #111111;
183
+ border-bottom-color: #111111;
184
+ }
185
+ .navbar .nav-collapse .nav.pull-right {
186
+ float: none;
187
+ margin-left: 0;
188
+ }
189
+ .nav-collapse,
190
+ .nav-collapse.collapse {
191
+ overflow: hidden;
192
+ height: 0;
193
+ }
194
+ .navbar .btn-navbar {
195
+ display: block;
196
+ }
197
+ .navbar-static .navbar-inner {
198
+ padding-left: 10px;
199
+ padding-right: 10px;
200
+ }
201
+ }
202
+ @media (min-width: 980px) {
203
+ .nav-collapse.collapse {
204
+ height: auto !important;
205
+ overflow: visible !important;
206
+ }
207
+ }
@@ -0,0 +1,326 @@
1
+ /*!
2
+ * Bootstrap v2.2.2
3
+ *
4
+ * Copyright 2012 Twitter, Inc
5
+ * Licensed under the Apache License v2.0
6
+ * http://www.apache.org/licenses/LICENSE-2.0
7
+ *
8
+ * Designed and built with all the love in the world @twitter by @mdo and @fat.
9
+ */
10
+
11
+ @media (min-width: 768px) and (max-width: 979px) {
12
+ .row {
13
+ margin-left: -20px;
14
+ *zoom: 1;
15
+ }
16
+ .row:before,
17
+ .row:after {
18
+ display: table;
19
+ content: "";
20
+ line-height: 0;
21
+ }
22
+ .row:after {
23
+ clear: both;
24
+ }
25
+ [class*="span"] {
26
+ float: left;
27
+ min-height: 1px;
28
+ margin-left: 20px;
29
+ }
30
+ .container,
31
+ .navbar-static-top .container,
32
+ .navbar-fixed-top .container,
33
+ .navbar-fixed-bottom .container {
34
+ width: 724px;
35
+ }
36
+ .span12 {
37
+ width: 724px;
38
+ }
39
+ .span11 {
40
+ width: 662px;
41
+ }
42
+ .span10 {
43
+ width: 600px;
44
+ }
45
+ .span9 {
46
+ width: 538px;
47
+ }
48
+ .span8 {
49
+ width: 476px;
50
+ }
51
+ .span7 {
52
+ width: 414px;
53
+ }
54
+ .span6 {
55
+ width: 352px;
56
+ }
57
+ .span5 {
58
+ width: 290px;
59
+ }
60
+ .span4 {
61
+ width: 228px;
62
+ }
63
+ .span3 {
64
+ width: 166px;
65
+ }
66
+ .span2 {
67
+ width: 104px;
68
+ }
69
+ .span1 {
70
+ width: 42px;
71
+ }
72
+ .offset12 {
73
+ margin-left: 764px;
74
+ }
75
+ .offset11 {
76
+ margin-left: 702px;
77
+ }
78
+ .offset10 {
79
+ margin-left: 640px;
80
+ }
81
+ .offset9 {
82
+ margin-left: 578px;
83
+ }
84
+ .offset8 {
85
+ margin-left: 516px;
86
+ }
87
+ .offset7 {
88
+ margin-left: 454px;
89
+ }
90
+ .offset6 {
91
+ margin-left: 392px;
92
+ }
93
+ .offset5 {
94
+ margin-left: 330px;
95
+ }
96
+ .offset4 {
97
+ margin-left: 268px;
98
+ }
99
+ .offset3 {
100
+ margin-left: 206px;
101
+ }
102
+ .offset2 {
103
+ margin-left: 144px;
104
+ }
105
+ .offset1 {
106
+ margin-left: 82px;
107
+ }
108
+ .row-fluid {
109
+ width: 100%;
110
+ *zoom: 1;
111
+ }
112
+ .row-fluid:before,
113
+ .row-fluid:after {
114
+ display: table;
115
+ content: "";
116
+ line-height: 0;
117
+ }
118
+ .row-fluid:after {
119
+ clear: both;
120
+ }
121
+ .row-fluid [class*="span"] {
122
+ display: block;
123
+ width: 100%;
124
+ min-height: 30px;
125
+ -webkit-box-sizing: border-box;
126
+ -moz-box-sizing: border-box;
127
+ box-sizing: border-box;
128
+ float: left;
129
+ margin-left: 2.7624309392265194%;
130
+ *margin-left: 2.709239449864817%;
131
+ }
132
+ .row-fluid [class*="span"]:first-child {
133
+ margin-left: 0;
134
+ }
135
+ .row-fluid .controls-row [class*="span"] + [class*="span"] {
136
+ margin-left: 2.7624309392265194%;
137
+ }
138
+ .row-fluid .span12 {
139
+ width: 100%;
140
+ *width: 99.94680851063829%;
141
+ }
142
+ .row-fluid .span11 {
143
+ width: 91.43646408839778%;
144
+ *width: 91.38327259903608%;
145
+ }
146
+ .row-fluid .span10 {
147
+ width: 82.87292817679558%;
148
+ *width: 82.81973668743387%;
149
+ }
150
+ .row-fluid .span9 {
151
+ width: 74.30939226519337%;
152
+ *width: 74.25620077583166%;
153
+ }
154
+ .row-fluid .span8 {
155
+ width: 65.74585635359117%;
156
+ *width: 65.69266486422946%;
157
+ }
158
+ .row-fluid .span7 {
159
+ width: 57.18232044198895%;
160
+ *width: 57.12912895262725%;
161
+ }
162
+ .row-fluid .span6 {
163
+ width: 48.61878453038674%;
164
+ *width: 48.56559304102504%;
165
+ }
166
+ .row-fluid .span5 {
167
+ width: 40.05524861878453%;
168
+ *width: 40.00205712942283%;
169
+ }
170
+ .row-fluid .span4 {
171
+ width: 31.491712707182323%;
172
+ *width: 31.43852121782062%;
173
+ }
174
+ .row-fluid .span3 {
175
+ width: 22.92817679558011%;
176
+ *width: 22.87498530621841%;
177
+ }
178
+ .row-fluid .span2 {
179
+ width: 14.3646408839779%;
180
+ *width: 14.311449394616199%;
181
+ }
182
+ .row-fluid .span1 {
183
+ width: 5.801104972375691%;
184
+ *width: 5.747913483013988%;
185
+ }
186
+ .row-fluid .offset12 {
187
+ margin-left: 105.52486187845304%;
188
+ *margin-left: 105.41847889972962%;
189
+ }
190
+ .row-fluid .offset12:first-child {
191
+ margin-left: 102.76243093922652%;
192
+ *margin-left: 102.6560479605031%;
193
+ }
194
+ .row-fluid .offset11 {
195
+ margin-left: 96.96132596685082%;
196
+ *margin-left: 96.8549429881274%;
197
+ }
198
+ .row-fluid .offset11:first-child {
199
+ margin-left: 94.1988950276243%;
200
+ *margin-left: 94.09251204890089%;
201
+ }
202
+ .row-fluid .offset10 {
203
+ margin-left: 88.39779005524862%;
204
+ *margin-left: 88.2914070765252%;
205
+ }
206
+ .row-fluid .offset10:first-child {
207
+ margin-left: 85.6353591160221%;
208
+ *margin-left: 85.52897613729868%;
209
+ }
210
+ .row-fluid .offset9 {
211
+ margin-left: 79.8342541436464%;
212
+ *margin-left: 79.72787116492299%;
213
+ }
214
+ .row-fluid .offset9:first-child {
215
+ margin-left: 77.07182320441989%;
216
+ *margin-left: 76.96544022569647%;
217
+ }
218
+ .row-fluid .offset8 {
219
+ margin-left: 71.2707182320442%;
220
+ *margin-left: 71.16433525332079%;
221
+ }
222
+ .row-fluid .offset8:first-child {
223
+ margin-left: 68.50828729281768%;
224
+ *margin-left: 68.40190431409427%;
225
+ }
226
+ .row-fluid .offset7 {
227
+ margin-left: 62.70718232044199%;
228
+ *margin-left: 62.600799341718584%;
229
+ }
230
+ .row-fluid .offset7:first-child {
231
+ margin-left: 59.94475138121547%;
232
+ *margin-left: 59.838368402492065%;
233
+ }
234
+ .row-fluid .offset6 {
235
+ margin-left: 54.14364640883978%;
236
+ *margin-left: 54.037263430116376%;
237
+ }
238
+ .row-fluid .offset6:first-child {
239
+ margin-left: 51.38121546961326%;
240
+ *margin-left: 51.27483249088986%;
241
+ }
242
+ .row-fluid .offset5 {
243
+ margin-left: 45.58011049723757%;
244
+ *margin-left: 45.47372751851417%;
245
+ }
246
+ .row-fluid .offset5:first-child {
247
+ margin-left: 42.81767955801105%;
248
+ *margin-left: 42.71129657928765%;
249
+ }
250
+ .row-fluid .offset4 {
251
+ margin-left: 37.01657458563536%;
252
+ *margin-left: 36.91019160691196%;
253
+ }
254
+ .row-fluid .offset4:first-child {
255
+ margin-left: 34.25414364640884%;
256
+ *margin-left: 34.14776066768544%;
257
+ }
258
+ .row-fluid .offset3 {
259
+ margin-left: 28.45303867403315%;
260
+ *margin-left: 28.346655695309746%;
261
+ }
262
+ .row-fluid .offset3:first-child {
263
+ margin-left: 25.69060773480663%;
264
+ *margin-left: 25.584224756083227%;
265
+ }
266
+ .row-fluid .offset2 {
267
+ margin-left: 19.88950276243094%;
268
+ *margin-left: 19.783119783707537%;
269
+ }
270
+ .row-fluid .offset2:first-child {
271
+ margin-left: 17.12707182320442%;
272
+ *margin-left: 17.02068884448102%;
273
+ }
274
+ .row-fluid .offset1 {
275
+ margin-left: 11.32596685082873%;
276
+ *margin-left: 11.219583872105325%;
277
+ }
278
+ .row-fluid .offset1:first-child {
279
+ margin-left: 8.56353591160221%;
280
+ *margin-left: 8.457152932878806%;
281
+ }
282
+ input,
283
+ textarea,
284
+ .uneditable-input {
285
+ margin-left: 0;
286
+ }
287
+ .controls-row [class*="span"] + [class*="span"] {
288
+ margin-left: 20px;
289
+ }
290
+ input.span12, textarea.span12, .uneditable-input.span12 {
291
+ width: 710px;
292
+ }
293
+ input.span11, textarea.span11, .uneditable-input.span11 {
294
+ width: 648px;
295
+ }
296
+ input.span10, textarea.span10, .uneditable-input.span10 {
297
+ width: 586px;
298
+ }
299
+ input.span9, textarea.span9, .uneditable-input.span9 {
300
+ width: 524px;
301
+ }
302
+ input.span8, textarea.span8, .uneditable-input.span8 {
303
+ width: 462px;
304
+ }
305
+ input.span7, textarea.span7, .uneditable-input.span7 {
306
+ width: 400px;
307
+ }
308
+ input.span6, textarea.span6, .uneditable-input.span6 {
309
+ width: 338px;
310
+ }
311
+ input.span5, textarea.span5, .uneditable-input.span5 {
312
+ width: 276px;
313
+ }
314
+ input.span4, textarea.span4, .uneditable-input.span4 {
315
+ width: 214px;
316
+ }
317
+ input.span3, textarea.span3, .uneditable-input.span3 {
318
+ width: 152px;
319
+ }
320
+ input.span2, textarea.span2, .uneditable-input.span2 {
321
+ width: 90px;
322
+ }
323
+ input.span1, textarea.span1, .uneditable-input.span1 {
324
+ width: 28px;
325
+ }
326
+ }