Commit Graph

83 Commits

Author SHA1 Message Date
Aurelio De Rosa
297c5ba32e Update forms.css
Update based on the solution proposed in issue #90.
2013-06-18 21:28:08 +02:00
Matt Sweeney
a0c01e30f6 Merge branch 'master' into consistent-buttons 2013-06-12 11:14:33 -07:00
Eric Ferraiuolo
554266361f Improve consistency of code formatting
This re-formats the code which was formatted differently than primary
way CSS code in Pure.
2013-06-10 10:02:55 -04:00
Eric Ferraiuolo
9d6410646f Merge branch 'consistent-buttons' of github.com:tilomitra/kimono into consistent-buttons
Conflicts:
	src/forms/css/forms.css
2013-06-07 23:01:19 -04:00
Matt Sweeney
1b9e251586 Fix form-group rules for text inputs. 2013-06-07 02:28:05 -07:00
Tilo Mitra
0d10f77653 Merge branch 'consistent-buttons' of github.com:msweeney/pure into msweeney-buttons
Conflicts:
	src/forms/css/forms.css
2013-06-06 19:04:53 -04:00
Matt Sweeney
31116be637 Convert tabs to spaces. 2013-06-06 14:49:31 -07:00
Tilo Mitra
45518caff5 Fixes issue #23
Removes browser prefixes for CSS properties that don't need prefixes
in supported environments.
2013-06-06 10:14:19 -04:00
Tilo Mitra
aa9fa1eace update stacked form manual test 2013-06-06 10:06:53 -04:00
Tilo Mitra
13e1134a0f <input>s and <textarea>s should not be display: block for stacked forms.
Only labels should be display:block. This allows the .pure-form-message*
classes to work as expected.
2013-06-06 10:05:41 -04:00
Matt Sweeney
82271a4558 Include all text-like INPUT elements for collapse to block in narrow view. 2013-06-05 23:08:00 -07:00
Matt Sweeney
2aa7f41022 Narrow text attributes for form-stacked to avoid targeting buttons. 2013-06-05 22:50:18 -07:00
Matt Sweeney
46fb38fab5 Replace single quote with double quotes for attribute selectors. 2013-06-05 22:47:27 -07:00
Matt Sweeney
01551ea44a Remove block button from narrow view for consistency with other button types. 2013-06-05 22:41:04 -07:00
Matt Sweeney
e3e65d33af Add line breaks between rules. 2013-06-05 22:39:28 -07:00
Eric Ferraiuolo
9ec47cd9f6 Make minor tweaks to CSS files to clear basic linting issues 2013-06-05 14:04:38 -04:00
Tilo Mitra
6c44708a81 update manual tests to compare .pure-button vs. "buttony" <input>s 2013-06-05 11:16:43 -04:00
Tilo Mitra
e5efcedfb1 Target input styles to only texty inputs.
This adds a lot more rules but I'm hoping that gzipping
will not affect the k-weight much. This commit fixes
issue #54 (https://github.com/yui/pure/issues/54)
2013-06-05 11:14:30 -04:00
Eric Ferraiuolo
6f6ea96cf1 Merge branch 'codepb-master' 2013-06-04 12:53:34 -04:00
Tilo Mitra
bee0e2dbde Merge branch 'master' into help 2013-06-03 19:51:30 -04:00
Tilo Mitra
5046fd8de9 update form manual test to work with e8645ae 2013-06-03 19:50:42 -04:00
Tilo Mitra
e8645ae508 add pure-form-message and pure-form-message-inline classes.
Refer to https://github.com/yui/pure/pull/32 for the
discussion behind this.
2013-06-03 19:49:42 -04:00
Paul Burgess
09673bf169 #42 fix for checkbox, file, and radio input focus
Added styles for checkbox, file, and radio input focus as they were not
affected by borders.
2013-06-01 19:00:50 +01:00
rcbdev
b923cefa2c #49 Updated form styles - textarea matches input
Updated form.css so that the textarea styles match those of inputs. This includes border, rounded corners, shadows, etc.
2013-06-01 12:52:07 +02:00
Danny Tatom
8e380861c3 Added pure-help-block 2013-05-28 15:59:46 -05:00
Tilo Mitra
6c1290e80c remove module-level HISTORY and README 2013-05-20 12:47:02 -04:00
Eric Ferraiuolo
ce76337d98 Remove redundant LICENSE.md file from the forms module 2013-05-17 00:48:50 -04:00
Tilo Mitra
c0e641f7bf clean up test files 2013-05-16 14:18:18 -04:00
Eric Ferraiuolo
681ca1a93e Rename CSS classname prefix to pure 2013-05-16 13:33:57 -04:00
Eric Ferraiuolo
a19f09a17f Rename project to "Pure" 2013-05-16 13:21:35 -04:00
Eric Ferraiuolo
52ee854e3a Remove extra license info from forms-core.css src file 2013-05-14 17:00:54 -04:00
Eric Ferraiuolo
8ed6826eb6 Rename files to fit the new naming conventions
* `-core.css`: The module's most basic functionality.
* `[module].css`: The module's main rules, assumes `-core.css` rules.
* `-context.css`: A contextualized version of `[module].css`.
* `-r.css`: Respnsive, `@media` query rules.
* `-[feature].css`: Optional feature that provides extra rules.
2013-05-14 13:10:29 -04:00
Tilo Mitra
dbb805f448 Initial drop 2013-05-09 18:05:18 -04:00