symbiont 0.2.1 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.coveralls.yml +1 -0
- data/.gitignore +22 -22
- data/.travis.yml +25 -14
- data/Gemfile +4 -2
- data/{LICENSE → LICENSE.txt} +22 -22
- data/README.md +57 -65
- data/Rakefile +28 -34
- data/lib/symbiont/accessor.rb +7 -0
- data/lib/symbiont/assertions.rb +33 -0
- data/lib/symbiont/elements.rb +69 -0
- data/lib/symbiont/errors.rb +7 -0
- data/lib/symbiont/factory.rb +75 -46
- data/lib/symbiont/helpers.rb +49 -0
- data/lib/symbiont/logging.rb +5 -0
- data/lib/symbiont/pages.rb +32 -0
- data/lib/symbiont/platform.rb +12 -0
- data/lib/symbiont/version.rb +3 -3
- data/lib/symbiont.rb +34 -92
- data/spec/fixtures/element_definitions.rb +32 -0
- data/spec/fixtures/mock_drivers.rb +8 -0
- data/spec/fixtures/page_definitions.rb +36 -0
- data/spec/spec_helper.rb +31 -80
- data/spec/symbiont/assertion_spec.rb +88 -0
- data/spec/symbiont/driver_spec.rb +41 -0
- data/spec/symbiont/element_spec.rb +8 -0
- data/spec/symbiont/factory_spec.rb +70 -130
- data/spec/symbiont/page_spec.rb +50 -0
- data/symbiont.gemspec +52 -27
- data/test/symbiont-script.rb +97 -0
- metadata +89 -230
- data/Gemfile.lock +0 -44
- data/HISTORY.md +0 -99
- data/app/app.rb +0 -48
- data/app/public/css/cupertino/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png +0 -0
- data/app/public/css/cupertino/images/ui-bg_flat_15_cd0a0a_40x100.png +0 -0
- data/app/public/css/cupertino/images/ui-bg_glass_100_e4f1fb_1x400.png +0 -0
- data/app/public/css/cupertino/images/ui-bg_glass_50_3baae3_1x400.png +0 -0
- data/app/public/css/cupertino/images/ui-bg_glass_80_d7ebf9_1x400.png +0 -0
- data/app/public/css/cupertino/images/ui-bg_highlight-hard_100_f2f5f7_1x100.png +0 -0
- data/app/public/css/cupertino/images/ui-bg_highlight-hard_70_000000_1x100.png +0 -0
- data/app/public/css/cupertino/images/ui-bg_highlight-soft_100_deedf7_1x100.png +0 -0
- data/app/public/css/cupertino/images/ui-bg_highlight-soft_25_ffef8f_1x100.png +0 -0
- data/app/public/css/cupertino/images/ui-icons_2694e8_256x240.png +0 -0
- data/app/public/css/cupertino/images/ui-icons_2e83ff_256x240.png +0 -0
- data/app/public/css/cupertino/images/ui-icons_3d80b3_256x240.png +0 -0
- data/app/public/css/cupertino/images/ui-icons_72a7cf_256x240.png +0 -0
- data/app/public/css/cupertino/images/ui-icons_ffffff_256x240.png +0 -0
- data/app/public/css/cupertino/jquery-ui-1.8.16.custom.css +0 -290
- data/app/public/css/demo_table_jui.css +0 -471
- data/app/public/css/font/ColabLig-webfont.eot +0 -0
- data/app/public/css/font/ColabLig-webfont.svg +0 -149
- data/app/public/css/font/ColabLig-webfont.ttf +0 -0
- data/app/public/css/font/ColabLig-webfont.woff +0 -0
- data/app/public/css/font/ColabMed-webfont.eot +0 -0
- data/app/public/css/font/ColabMed-webfont.svg +0 -149
- data/app/public/css/font/ColabMed-webfont.ttf +0 -0
- data/app/public/css/font/ColabMed-webfont.woff +0 -0
- data/app/public/css/font/ColabReg-webfont.eot +0 -0
- data/app/public/css/font/ColabReg-webfont.svg +0 -149
- data/app/public/css/font/ColabReg-webfont.ttf +0 -0
- data/app/public/css/font/ColabReg-webfont.woff +0 -0
- data/app/public/css/font/ColabThi-webfont.eot +0 -0
- data/app/public/css/font/ColabThi-webfont.svg +0 -149
- data/app/public/css/font/ColabThi-webfont.ttf +0 -0
- data/app/public/css/font/ColabThi-webfont.woff +0 -0
- data/app/public/css/normalize.css +0 -376
- data/app/public/css/site.css +0 -446
- data/app/public/fancybox/blank.gif +0 -0
- data/app/public/fancybox/fancy_close.png +0 -0
- data/app/public/fancybox/fancy_loading.png +0 -0
- data/app/public/fancybox/fancy_nav_left.png +0 -0
- data/app/public/fancybox/fancy_nav_right.png +0 -0
- data/app/public/fancybox/fancy_shadow_e.png +0 -0
- data/app/public/fancybox/fancy_shadow_n.png +0 -0
- data/app/public/fancybox/fancy_shadow_ne.png +0 -0
- data/app/public/fancybox/fancy_shadow_nw.png +0 -0
- data/app/public/fancybox/fancy_shadow_s.png +0 -0
- data/app/public/fancybox/fancy_shadow_se.png +0 -0
- data/app/public/fancybox/fancy_shadow_sw.png +0 -0
- data/app/public/fancybox/fancy_shadow_w.png +0 -0
- data/app/public/fancybox/fancy_title_left.png +0 -0
- data/app/public/fancybox/fancy_title_main.png +0 -0
- data/app/public/fancybox/fancy_title_over.png +0 -0
- data/app/public/fancybox/fancy_title_right.png +0 -0
- data/app/public/fancybox/fancybox-x.png +0 -0
- data/app/public/fancybox/fancybox-y.png +0 -0
- data/app/public/fancybox/fancybox.png +0 -0
- data/app/public/fancybox/jquery.fancybox-1.3.4.css +0 -359
- data/app/public/fancybox/jquery.fancybox-1.3.4.js +0 -1156
- data/app/public/fancybox/jquery.fancybox-1.3.4.min.js +0 -1
- data/app/public/img/Sorting icons.psd +0 -0
- data/app/public/img/back_disabled.png +0 -0
- data/app/public/img/back_enabled.png +0 -0
- data/app/public/img/back_enabled_hover.png +0 -0
- data/app/public/img/close.png +0 -0
- data/app/public/img/favicon.ico +0 -0
- data/app/public/img/forward_disabled.png +0 -0
- data/app/public/img/forward_enabled.png +0 -0
- data/app/public/img/forward_enabled_hover.png +0 -0
- data/app/public/img/lucid-bg.png +0 -0
- data/app/public/img/lucid-ft.png +0 -0
- data/app/public/img/open.png +0 -0
- data/app/public/img/sort_asc.png +0 -0
- data/app/public/img/sort_asc_disabled.png +0 -0
- data/app/public/img/sort_both.png +0 -0
- data/app/public/img/sort_desc.png +0 -0
- data/app/public/img/sort_desc_disabled.png +0 -0
- data/app/public/js/comics.js +0 -11
- data/app/public/js/signup.js +0 -141
- data/app/public/js/site.js +0 -42
- data/app/public/js/stardate.js +0 -35
- data/app/public/js/vendor/html5shiv.js +0 -5
- data/app/public/js/vendor/jquery-1.8.3.min.js +0 -2
- data/app/public/js/vendor/jquery.dataTables.min.js +0 -151
- data/app/public/js/vendor/jquery.validate.min.js +0 -4
- data/app/views/comics.erb +0 -344
- data/app/views/index.erb +0 -7
- data/app/views/layout.erb +0 -72
- data/app/views/layout_small.erb +0 -21
- data/app/views/stardate.erb +0 -5
- data/app/views/stardate_calc.erb +0 -30
- data/app/views/webobject.erb +0 -147
- data/lib/symbiont/data_setter.rb +0 -53
- data/lib/symbiont/enclosers.rb +0 -118
- data/lib/symbiont/evaluators.rb +0 -92
- data/lib/symbiont/generators.rb +0 -331
- data/lib/symbiont/locators.rb +0 -43
- data/lib/symbiont/logger.rb +0 -5
- data/lib/symbiont/platform_watir/platform_object.rb +0 -466
- data/lib/symbiont/platform_watir.rb +0 -9
- data/lib/symbiont/platforms.rb +0 -23
- data/lib/symbiont/web_objects/_common.rb +0 -174
- data/lib/symbiont/web_objects/button.rb +0 -22
- data/lib/symbiont/web_objects/checkbox.rb +0 -31
- data/lib/symbiont/web_objects/div.rb +0 -15
- data/lib/symbiont/web_objects/heading.rb +0 -12
- data/lib/symbiont/web_objects/hidden_field.rb +0 -19
- data/lib/symbiont/web_objects/label.rb +0 -15
- data/lib/symbiont/web_objects/link.rb +0 -23
- data/lib/symbiont/web_objects/list_item.rb +0 -13
- data/lib/symbiont/web_objects/option.rb +0 -10
- data/lib/symbiont/web_objects/ordered_list.rb +0 -49
- data/lib/symbiont/web_objects/paragraph.rb +0 -11
- data/lib/symbiont/web_objects/radio.rb +0 -31
- data/lib/symbiont/web_objects/select_list.rb +0 -82
- data/lib/symbiont/web_objects/span.rb +0 -15
- data/lib/symbiont/web_objects/table.rb +0 -71
- data/lib/symbiont/web_objects/table_cell.rb +0 -24
- data/lib/symbiont/web_objects/table_row.rb +0 -59
- data/lib/symbiont/web_objects/text_area.rb +0 -26
- data/lib/symbiont/web_objects/text_field.rb +0 -31
- data/lib/symbiont/web_objects/unordered_list.rb +0 -49
- data/lib/symbiont/web_objects.rb +0 -22
- data/lucid.yml +0 -6
- data/spec/symbiont/data_setter_spec.rb +0 -65
- data/spec/symbiont/enclosers_spec.rb +0 -76
- data/spec/symbiont/evaluators_spec.rb +0 -95
- data/spec/symbiont/generators/button_generators_spec.rb +0 -72
- data/spec/symbiont/generators/checkbox_generators_spec.rb +0 -79
- data/spec/symbiont/generators/div_generators_spec.rb +0 -56
- data/spec/symbiont/generators/hidden_field_generators_spec.rb +0 -65
- data/spec/symbiont/generators/link_generators_spec.rb +0 -62
- data/spec/symbiont/generators/paragraph_generators_spec.rb +0 -57
- data/spec/symbiont/generators/radio_generators_spec.rb +0 -76
- data/spec/symbiont/generators/select_list_generators_spec.rb +0 -93
- data/spec/symbiont/generators/span_generators_spec.rb +0 -56
- data/spec/symbiont/generators/table_cell_generators_spec.rb +0 -56
- data/spec/symbiont/generators/table_generators_spec.rb +0 -56
- data/spec/symbiont/generators/text_area_generators_spec.rb +0 -72
- data/spec/symbiont/generators/text_field_generators_spec.rb +0 -72
- data/spec/symbiont/generators_spec.rb +0 -59
- data/spec/symbiont/locators_spec.rb +0 -68
- data/spec/symbiont/platform_object_spec.rb +0 -18
- data/spec/symbiont/symbiont_spec.rb +0 -29
- data/spec/symbiont/web_object_spec.rb +0 -194
- data/spec/symbiont/web_objects/button_spec.rb +0 -38
- data/spec/symbiont/web_objects/checkbox_spec.rb +0 -27
- data/spec/symbiont/web_objects/div_spec.rb +0 -18
- data/spec/symbiont/web_objects/heading_spec.rb +0 -22
- data/spec/symbiont/web_objects/hidden_field_spec.rb +0 -18
- data/spec/symbiont/web_objects/label_spec.rb +0 -18
- data/spec/symbiont/web_objects/link_spec.rb +0 -33
- data/spec/symbiont/web_objects/list_item_spec.rb +0 -18
- data/spec/symbiont/web_objects/option_spec.rb +0 -9
- data/spec/symbiont/web_objects/ordered_list_spec.rb +0 -53
- data/spec/symbiont/web_objects/paragraph_spec.rb +0 -18
- data/spec/symbiont/web_objects/radio_spec.rb +0 -27
- data/spec/symbiont/web_objects/select_list_spec.rb +0 -69
- data/spec/symbiont/web_objects/span_spec.rb +0 -18
- data/spec/symbiont/web_objects/table_cell_spec.rb +0 -19
- data/spec/symbiont/web_objects/table_row_spec.rb +0 -58
- data/spec/symbiont/web_objects/table_spec.rb +0 -61
- data/spec/symbiont/web_objects/text_area_spec.rb +0 -18
- data/spec/symbiont/web_objects/text_field_spec.rb +0 -39
- data/spec/symbiont/web_objects/unordered_list_spec.rb +0 -51
- data/specs/common/support/browser.rb +0 -25
- data/specs/common/support/env.rb +0 -6
- data/specs/common/support/events.rb +0 -15
- data/specs/enclosers.feature +0 -9
- data/specs/evaluators.feature +0 -26
- data/specs/pages/characters.rb +0 -22
- data/specs/pages/home.rb +0 -9
- data/specs/pages/stardate.rb +0 -23
- data/specs/pages/web_objects.rb +0 -77
- data/specs/select_list.feature +0 -53
- data/specs/steps/enclosers_steps.rb +0 -17
- data/specs/steps/evaluators_steps.rb +0 -44
- data/specs/steps/navigation_steps.rb +0 -14
- data/specs/steps/select_list_steps.rb +0 -94
- data/specs/steps/table_cell_steps.rb +0 -31
- data/specs/steps/table_steps.rb +0 -87
- data/specs/table.feature +0 -49
- data/specs/table_cell.feature +0 -27
@@ -1,376 +0,0 @@
|
|
1
|
-
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
|
2
|
-
|
3
|
-
/* ==========================================================================
|
4
|
-
HTML5 display definitions
|
5
|
-
========================================================================== */
|
6
|
-
|
7
|
-
/*
|
8
|
-
* Corrects `block` display not defined in IE 8/9.
|
9
|
-
*/
|
10
|
-
|
11
|
-
article,
|
12
|
-
aside,
|
13
|
-
details,
|
14
|
-
figcaption,
|
15
|
-
figure,
|
16
|
-
footer,
|
17
|
-
header,
|
18
|
-
hgroup,
|
19
|
-
nav,
|
20
|
-
section,
|
21
|
-
summary {
|
22
|
-
display: block;
|
23
|
-
}
|
24
|
-
|
25
|
-
/*
|
26
|
-
* Corrects `inline-block` display not defined in IE 8/9.
|
27
|
-
*/
|
28
|
-
|
29
|
-
audio,
|
30
|
-
canvas,
|
31
|
-
video {
|
32
|
-
display: inline-block;
|
33
|
-
}
|
34
|
-
|
35
|
-
/*
|
36
|
-
* Prevents modern browsers from displaying `audio` without controls.
|
37
|
-
* Remove excess height in iOS 5 devices.
|
38
|
-
*/
|
39
|
-
|
40
|
-
audio:not([controls]) {
|
41
|
-
display: none;
|
42
|
-
height: 0;
|
43
|
-
}
|
44
|
-
|
45
|
-
/*
|
46
|
-
* Addresses styling for `hidden` attribute not present in IE 8/9.
|
47
|
-
*/
|
48
|
-
|
49
|
-
[hidden] {
|
50
|
-
display: none;
|
51
|
-
}
|
52
|
-
|
53
|
-
/* ==========================================================================
|
54
|
-
Base
|
55
|
-
========================================================================== */
|
56
|
-
|
57
|
-
/*
|
58
|
-
* 1. Sets default font family to sans-serif.
|
59
|
-
* 2. Prevents iOS text size adjust after orientation change, without disabling
|
60
|
-
* user zoom.
|
61
|
-
*/
|
62
|
-
|
63
|
-
html {
|
64
|
-
font-family: sans-serif; /* 1 */
|
65
|
-
-webkit-text-size-adjust: 100%; /* 2 */
|
66
|
-
-ms-text-size-adjust: 100%; /* 2 */
|
67
|
-
}
|
68
|
-
|
69
|
-
/*
|
70
|
-
* Removes default margin.
|
71
|
-
*/
|
72
|
-
|
73
|
-
body {
|
74
|
-
margin: 0;
|
75
|
-
}
|
76
|
-
|
77
|
-
/* ==========================================================================
|
78
|
-
Links
|
79
|
-
========================================================================== */
|
80
|
-
|
81
|
-
/*
|
82
|
-
* Addresses `outline` inconsistency between Chrome and other browsers.
|
83
|
-
*/
|
84
|
-
|
85
|
-
a:focus {
|
86
|
-
outline: thin dotted;
|
87
|
-
}
|
88
|
-
|
89
|
-
/*
|
90
|
-
* Improves readability when focused and also mouse hovered in all browsers.
|
91
|
-
*/
|
92
|
-
|
93
|
-
a:active,
|
94
|
-
a:hover {
|
95
|
-
outline: 0;
|
96
|
-
}
|
97
|
-
|
98
|
-
/* ==========================================================================
|
99
|
-
Typography
|
100
|
-
========================================================================== */
|
101
|
-
|
102
|
-
/*
|
103
|
-
* Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
|
104
|
-
* Safari 5, and Chrome.
|
105
|
-
*/
|
106
|
-
|
107
|
-
h1 {
|
108
|
-
font-size: 2em;
|
109
|
-
}
|
110
|
-
|
111
|
-
/*
|
112
|
-
* Addresses styling not present in IE 8/9, Safari 5, and Chrome.
|
113
|
-
*/
|
114
|
-
|
115
|
-
abbr[title] {
|
116
|
-
border-bottom: 1px dotted;
|
117
|
-
}
|
118
|
-
|
119
|
-
/*
|
120
|
-
* Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
|
121
|
-
*/
|
122
|
-
|
123
|
-
b,
|
124
|
-
strong {
|
125
|
-
font-weight: bold;
|
126
|
-
}
|
127
|
-
|
128
|
-
/*
|
129
|
-
* Addresses styling not present in Safari 5 and Chrome.
|
130
|
-
*/
|
131
|
-
|
132
|
-
dfn {
|
133
|
-
font-style: italic;
|
134
|
-
}
|
135
|
-
|
136
|
-
/*
|
137
|
-
* Addresses styling not present in IE 8/9.
|
138
|
-
*/
|
139
|
-
|
140
|
-
mark {
|
141
|
-
background: #ff0;
|
142
|
-
color: #000;
|
143
|
-
}
|
144
|
-
|
145
|
-
|
146
|
-
/*
|
147
|
-
* Corrects font family set oddly in Safari 5 and Chrome.
|
148
|
-
*/
|
149
|
-
|
150
|
-
code,
|
151
|
-
kbd,
|
152
|
-
pre,
|
153
|
-
samp {
|
154
|
-
font-family: monospace, serif;
|
155
|
-
font-size: 1em;
|
156
|
-
}
|
157
|
-
|
158
|
-
/*
|
159
|
-
* Improves readability of pre-formatted text in all browsers.
|
160
|
-
*/
|
161
|
-
|
162
|
-
pre {
|
163
|
-
white-space: pre;
|
164
|
-
white-space: pre-wrap;
|
165
|
-
word-wrap: break-word;
|
166
|
-
}
|
167
|
-
|
168
|
-
/*
|
169
|
-
* Sets consistent quote types.
|
170
|
-
*/
|
171
|
-
|
172
|
-
q {
|
173
|
-
quotes: "\201C" "\201D" "\2018" "\2019";
|
174
|
-
}
|
175
|
-
|
176
|
-
/*
|
177
|
-
* Addresses inconsistent and variable font size in all browsers.
|
178
|
-
*/
|
179
|
-
|
180
|
-
small {
|
181
|
-
font-size: 80%;
|
182
|
-
}
|
183
|
-
|
184
|
-
/*
|
185
|
-
* Prevents `sub` and `sup` affecting `line-height` in all browsers.
|
186
|
-
*/
|
187
|
-
|
188
|
-
sub,
|
189
|
-
sup {
|
190
|
-
font-size: 75%;
|
191
|
-
line-height: 0;
|
192
|
-
position: relative;
|
193
|
-
vertical-align: baseline;
|
194
|
-
}
|
195
|
-
|
196
|
-
sup {
|
197
|
-
top: -0.5em;
|
198
|
-
}
|
199
|
-
|
200
|
-
sub {
|
201
|
-
bottom: -0.25em;
|
202
|
-
}
|
203
|
-
|
204
|
-
/* ==========================================================================
|
205
|
-
Embedded content
|
206
|
-
========================================================================== */
|
207
|
-
|
208
|
-
/*
|
209
|
-
* Removes border when inside `a` element in IE 8/9.
|
210
|
-
*/
|
211
|
-
|
212
|
-
img {
|
213
|
-
border: 0;
|
214
|
-
}
|
215
|
-
|
216
|
-
/*
|
217
|
-
* Corrects overflow displayed oddly in IE 9.
|
218
|
-
*/
|
219
|
-
|
220
|
-
svg:not(:root) {
|
221
|
-
overflow: hidden;
|
222
|
-
}
|
223
|
-
|
224
|
-
/* ==========================================================================
|
225
|
-
Figures
|
226
|
-
========================================================================== */
|
227
|
-
|
228
|
-
/*
|
229
|
-
* Addresses margin not present in IE 8/9 and Safari 5.
|
230
|
-
*/
|
231
|
-
|
232
|
-
figure {
|
233
|
-
margin: 0;
|
234
|
-
}
|
235
|
-
|
236
|
-
/* ==========================================================================
|
237
|
-
Forms
|
238
|
-
========================================================================== */
|
239
|
-
|
240
|
-
/*
|
241
|
-
* Define consistent border, margin, and padding.
|
242
|
-
*/
|
243
|
-
|
244
|
-
fieldset {
|
245
|
-
border: 1px solid #c0c0c0;
|
246
|
-
margin: 0 2px;
|
247
|
-
padding: 0.35em 0.625em 0.75em;
|
248
|
-
}
|
249
|
-
|
250
|
-
/*
|
251
|
-
* 1. Corrects color not being inherited in IE 8/9.
|
252
|
-
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
|
253
|
-
*/
|
254
|
-
|
255
|
-
legend {
|
256
|
-
border: 0; /* 1 */
|
257
|
-
padding: 0; /* 2 */
|
258
|
-
}
|
259
|
-
|
260
|
-
/*
|
261
|
-
* 1. Corrects font family not being inherited in all browsers.
|
262
|
-
* 2. Corrects font size not being inherited in all browsers.
|
263
|
-
* 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
|
264
|
-
*/
|
265
|
-
|
266
|
-
button,
|
267
|
-
input,
|
268
|
-
select,
|
269
|
-
textarea {
|
270
|
-
font-family: inherit; /* 1 */
|
271
|
-
font-size: 100%; /* 2 */
|
272
|
-
margin: 0; /* 3 */
|
273
|
-
}
|
274
|
-
|
275
|
-
/*
|
276
|
-
* Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
|
277
|
-
* the UA stylesheet.
|
278
|
-
*/
|
279
|
-
|
280
|
-
button,
|
281
|
-
input {
|
282
|
-
line-height: normal;
|
283
|
-
}
|
284
|
-
|
285
|
-
/*
|
286
|
-
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
|
287
|
-
* and `video` controls.
|
288
|
-
* 2. Corrects inability to style clickable `input` types in iOS.
|
289
|
-
* 3. Improves usability and consistency of cursor style between image-type
|
290
|
-
* `input` and others.
|
291
|
-
*/
|
292
|
-
|
293
|
-
button,
|
294
|
-
html input[type="button"], /* 1 */
|
295
|
-
input[type="reset"],
|
296
|
-
input[type="submit"] {
|
297
|
-
-webkit-appearance: button; /* 2 */
|
298
|
-
cursor: pointer; /* 3 */
|
299
|
-
}
|
300
|
-
|
301
|
-
/*
|
302
|
-
* Re-set default cursor for disabled elements.
|
303
|
-
*/
|
304
|
-
|
305
|
-
button[disabled],
|
306
|
-
input[disabled] {
|
307
|
-
cursor: default;
|
308
|
-
}
|
309
|
-
|
310
|
-
/*
|
311
|
-
* 1. Addresses box sizing set to `content-box` in IE 8/9.
|
312
|
-
* 2. Removes excess padding in IE 8/9.
|
313
|
-
*/
|
314
|
-
|
315
|
-
input[type="checkbox"],
|
316
|
-
input[type="radio"] {
|
317
|
-
box-sizing: border-box; /* 1 */
|
318
|
-
padding: 0; /* 2 */
|
319
|
-
}
|
320
|
-
|
321
|
-
/*
|
322
|
-
* 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
|
323
|
-
* 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
|
324
|
-
* (include `-moz` to future-proof).
|
325
|
-
*/
|
326
|
-
|
327
|
-
input[type="search"] {
|
328
|
-
-webkit-appearance: textfield; /* 1 */
|
329
|
-
-moz-box-sizing: content-box;
|
330
|
-
-webkit-box-sizing: content-box; /* 2 */
|
331
|
-
box-sizing: content-box;
|
332
|
-
}
|
333
|
-
|
334
|
-
/*
|
335
|
-
* Removes inner padding and search cancel button in Safari 5 and Chrome
|
336
|
-
* on OS X.
|
337
|
-
*/
|
338
|
-
|
339
|
-
input[type="search"]::-webkit-search-cancel-button,
|
340
|
-
input[type="search"]::-webkit-search-decoration {
|
341
|
-
-webkit-appearance: none;
|
342
|
-
}
|
343
|
-
|
344
|
-
/*
|
345
|
-
* Removes inner padding and border in Firefox 4+.
|
346
|
-
*/
|
347
|
-
|
348
|
-
button::-moz-focus-inner,
|
349
|
-
input::-moz-focus-inner {
|
350
|
-
border: 0;
|
351
|
-
padding: 0;
|
352
|
-
}
|
353
|
-
|
354
|
-
/*
|
355
|
-
* 1. Removes default vertical scrollbar in IE 8/9.
|
356
|
-
* 2. Improves readability and alignment in all browsers.
|
357
|
-
*/
|
358
|
-
|
359
|
-
textarea {
|
360
|
-
overflow: auto; /* 1 */
|
361
|
-
vertical-align: top; /* 2 */
|
362
|
-
}
|
363
|
-
|
364
|
-
/* ==========================================================================
|
365
|
-
Tables
|
366
|
-
========================================================================== */
|
367
|
-
|
368
|
-
/*
|
369
|
-
* Remove most spacing between table cells.
|
370
|
-
*/
|
371
|
-
|
372
|
-
table {
|
373
|
-
border-collapse: collapse;
|
374
|
-
border-spacing: 0;
|
375
|
-
}
|
376
|
-
|