Commit Graph

592 Commits

Author SHA1 Message Date
Eric Ferraiuolo
23bfcf11fe Merge pull request #131 from tilomitra/paginator-bug
increase margin between paginator items to fix issue #127
2013-07-17 09:07:05 -07:00
Tilo
7646702883 Merge pull request #8 from ericf/tilomitra-paginator-bug
Add _all_ Pure Grids styles to Paginator
2013-07-17 09:05:59 -07:00
Eric Ferraiuolo
d0fefa1b36 Add _all_ Pure Grids styles to Paginator
Fixes #127
Closes #131
2013-07-17 08:54:44 -07:00
Eric Ferraiuolo
293b850d16 Merge branch 'AurelioDeRosa-patch-1'
Conflicts:
	HISTORY.md
2013-07-17 08:35:58 -07:00
Tilo Mitra
22ccfc86bc reset letter-spacing and word-spacing for paginator list elements 2013-07-17 11:28:02 -04:00
Eric Ferraiuolo
cc1184ec94 Downgrade grunt-contrib-watch to a version that doesn't use tiny-lr
The watch task's tiny-lr dependency does not have a license, so we
needed to downgrade to a version which doesn't use it. The project seems
to be abandoned, and this pull request hasn't been merged:
https://github.com/mklabs/tiny-lr/pull/15
2013-07-16 13:19:17 -07:00
Tilo Mitra
896524449e Replace negative margin fix with grid whitespace-removal fix.
Tested on Latest Chrome, FF, Safari, IE7/8/9.
I had to make the left padding different from the right padding
since the text was appearing skewed to the left with the new
grid fix.
2013-07-16 14:42:37 -04:00
Eric Ferraiuolo
7eae88794c Merge pull request #132 from tilomitra/readonly-input
Differentiate [readonly] inputs from [disabled] inputs
2013-07-16 10:39:59 -07:00
Tilo Mitra
a25231e90b modify colors to be consistent with other colors in Pure 2013-07-16 12:10:19 -04:00
Eric Ferraiuolo
5ec83f04dc Change format of issue numbers listed in HISTORY.md 2013-07-11 17:34:08 -04:00
Eric Ferraiuolo
f7a230b1b6 Merge branch 'button-visited' of git://github.com/tilomitra/pure
Conflicts:
	HISTORY.md
2013-07-11 16:55:06 -04:00
Eric Ferraiuolo
502bc4f0bf Merge pull request #134 from tilomitra/grid-inline-block
Fix issue #94: Change `pure-u-1` to display: inline-block; width: 100%
2013-07-11 13:50:52 -07:00
Aurelio De Rosa
50742e0a93 Added margin for elements children of .pure-form-stacked 2013-07-10 22:45:26 +02:00
Tilo Mitra
aa165b5ecd update HISTORY for commit 14a89fb 2013-07-10 14:16:59 -04:00
Tilo Mitra
14a89fbe9f Buttons no longer inherit page a:visited style
This fixes issue #87.
2013-07-10 14:15:41 -04:00
Tilo Mitra
1446393fd9 add HISTORY entry for commit 7b8cab1 2013-07-10 12:00:45 -04:00
Tilo Mitra
7b8cab1eb7 Grid unit pure-u-1 is now display: block; width: 100%;
This commit fixes issue #94.
2013-07-10 11:59:39 -04:00
Tilo Mitra
80a741e8a1 indent 2013-07-10 11:54:59 -04:00
Tilo Mitra
e9b1f1bf15 add issue + committer reference 2013-07-10 11:54:36 -04:00
Tilo Mitra
561a3d3e04 remove cursor property for readonly inputs 2013-07-10 11:54:22 -04:00
Aurelio De Rosa
3a2e622559 Updated Rounded Form section in manual test of forms.html 2013-07-10 00:59:49 +02:00
Aurelio De Rosa
445d7ac332 Updated style for .pure-input-rounded 2013-07-10 00:52:34 +02:00
Aurelio De Rosa
bc258aa7b8 Updated HISTORY.md to document pull request #133 2013-07-10 00:32:01 +02:00
Aurelio De Rosa
b2c4452b8b Update forms.css
Proposed fix for issue #109
2013-07-10 00:06:20 +02:00
Tilo Mitra
7f9f6b6835 update HISTORY.md with paginator button fix 2013-07-09 17:52:34 -04:00
Tilo Mitra
abe3e76054 update HISTORY.md with [readonly] input enhancement 2013-07-09 17:50:55 -04:00
Tilo Mitra
e1545d54e9 Differentiate [readonly] form inputs from [disabled]
This commit builds on top of jaseg's commit (4c5caee).
Readonly form inputs have a different style from both
[disabled] and normal inputs.

[readonly] inputs do not have the default :focus style.
2013-07-09 17:26:11 -04:00
jaseg
3b76f889c2 Forms: Make [readonly] inputs easily readable 2013-07-09 16:42:58 -04:00
Tilo Mitra
3d7dea4926 increase margin between paginator items to fix issue #127 2013-07-09 16:37:04 -04:00
Eric Ferraiuolo
742a0beb49 Merge branch 'label-color' of git://github.com/AurelioDeRosa/pure into AurelioDeRosa-label-color
Conflicts:
	HISTORY.md
2013-07-09 10:26:58 -04:00
Eric Ferraiuolo
b4e623e9dd Merge pull request #120 from AurelioDeRosa/master
Fixed issue #95
2013-07-09 07:20:13 -07:00
Aurelio De Rosa
c321389319 Update HISTORY.md
Documented fix for issue [#89](https://github.com/yui/pure/issues/89)
2013-07-01 23:03:26 +02:00
Aurelio De Rosa
7109a8b51c Update forms.css
Removed the gray color of forms' labels. Fix for issue [#89](https://github.com/yui/pure/issues/89)
2013-07-01 23:02:32 +02:00
Aurelio De Rosa
b51ebbbb16 Update HISTORY.md
Documented the fix for issue #95
2013-07-01 22:31:57 +02:00
Aurelio De Rosa
ecd9b2c8c9 Update tables.css
Fix for issue #95
2013-07-01 22:28:35 +02:00
Tilo
7047b57d14 Merge pull request #115 from chilts/patch-1
Update with typo for .pure-u-1-6 from 16.656 to 16.666
2013-06-25 14:38:23 -07:00
Andrew Chilton
ba18944769 Update HISTORY.md
Added history for commit 371ce08
2013-06-25 20:36:01 +12:00
Andrew Chilton
371ce08b0f Update with typo for .pure-u-1-6 from 16.656 to 16.666 2013-06-22 23:06:11 +12:00
Tilo Mitra
1809be0a23 s/following/subsequent 2013-06-19 20:15:47 -06:00
Aurelio De Rosa
b97ede0b78 Update HISTORY.md
Added explanation for commit 297c5ba that fix issue #90
2013-06-19 20:14:36 -06:00
Aurelio De Rosa
297c5ba32e Update forms.css
Update based on the solution proposed in issue #90.
2013-06-18 21:28:08 +02:00
Tilo
3782be8c29 Merge pull request #96 from msweeney/consistent-buttons
This PR fixes a cut and paste bug that mapped text inputs to pure-form instead of pure-group.
2013-06-14 08:11:07 -07:00
Tilo
208764a170 Merge pull request #99 from AurelioDeRosa/patch-1
Update HISTORY.md
2013-06-14 08:10:28 -07:00
Matt Sweeney
2785bdc085 Add history entry for targeting. 2013-06-13 22:07:45 -07:00
Aurelio De Rosa
d753d2066f Update HISTORY.md
Based on [this](https://github.com/yui/pure/pull/51), the right name is pure-menu-separator.
2013-06-14 01:48:41 +03:00
Matt Sweeney
a0c01e30f6 Merge branch 'master' into consistent-buttons 2013-06-12 11:14:33 -07:00
Eric Ferraiuolo
2b4ce431e4 Merge pull request #91 from rgrove/patch-1
s/Pures's/Pure's/ in CONTRIBUTING.md
2013-06-11 17:18:57 -07:00
Ryan Grove
416a1a8d6d s/Pures's/Pure's/ 2013-06-11 17:07:28 -07:00
Eric Ferraiuolo
e5ca1ed40a Update Pure's file size (this time without including HTTP header sizes) 2013-06-11 18:46:02 -04:00
Eric Ferraiuolo
fcdf9aec12 Bump version to 0.2.1-pre 2013-06-11 18:38:05 -04:00