0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-29 21:52:22 +01:00

223 Commits

Author SHA1 Message Date
Mark Otto
0ef4b6419f overhaul frontpage jumbotron, add js for twitter buttons back in, fix up some form ids and classes, straighten out the use of primary button variable 2012-01-26 10:00:09 -08:00
Mark Otto
94ea3b62f0 fix forms examples and allow for inputs in labels 2012-01-25 21:28:24 -08:00
Mark Otto
b6b19866ac remove some old -moz- prefixes from mixins while we're at it, dropping FF3.6 support 2012-01-25 20:32:19 -08:00
Mark Otto
f62c9379fb remove all tablesorter assets and css 2012-01-25 20:07:27 -08:00
Mark Otto
e877d125d7 fix button group shadows, update js docs to fix alert js file link 2012-01-25 20:02:32 -08:00
Mark Otto
0db2d45350 update mixins to use slightly diff variables within some parametric mixins 2012-01-25 15:04:41 -08:00
Mark Otto
1c66779857 Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wip
Conflicts:
	bootstrap.css
2012-01-25 12:43:31 -08:00
Mark Otto
2b2c72b9aa fix select alignment and height 2012-01-25 12:04:19 -08:00
Mark Otto
86191d898b height auto on mutli select 2012-01-25 11:51:13 -08:00
Jacob Thornton
04f84997c1 rebuil 2012-01-25 11:49:34 -08:00
Mark Otto
06017b26ca fix bottom visual bug on carousel images 2012-01-25 11:47:36 -08:00
Mark Otto
58d08a2db3 enable support for form states on select elements 2012-01-25 11:35:08 -08:00
Mark Otto
b851156863 change form fields back to inline-block to allow for inline-help text in default form markup 2012-01-25 11:26:45 -08:00
Mark Otto
d3c5dd4e6a updated comments in forms.less and added uneditable-textarea class to extend uneditable-input 2012-01-25 11:21:44 -08:00
Mark Otto
cfa925cab6 remake after merging large button group fix 2012-01-25 11:15:48 -08:00
Mark Otto
603aaa01ef remake after updating variables from @lookfirst 2012-01-25 11:05:23 -08:00
Mark Otto
9553b1e3e9 update docs to include separate responsive css, update docs to highlight proper file name, updated makefile to build responsive separately 2012-01-25 10:02:52 -08:00
Mark Otto
29b4ba0fc5 fix modal examples on js page, update modal close button positioning 2012-01-25 09:53:53 -08:00
Mark Otto
b01de5fc56 updated icons to require a base class .icon 2012-01-25 09:51:03 -08:00
Mark Otto
d8041f7c8f fix margin on input buttons in modals 2012-01-25 08:34:20 -08:00
Mark Otto
b8fa6cfacf move css builder and downloader to dedicated page, start to update remaining sections on LESS docs page 2012-01-25 01:22:29 -08:00
Mark Otto
6ab56051fd fix up docs css for responsive and subnav, fix forms error states 2012-01-24 23:35:34 -08:00
Mark Otto
f2fe2b1798 remove top margin from alert close, chance close line height to 18px (baseLineHeight) 2012-01-24 21:11:20 -08:00
Mark Otto
a5c1d1f182 adding actual images to carousel to ensure you can see things are animating; updated styles of carousel controls to work on light and dark backgrounds and use opacity for effects 2012-01-24 20:45:38 -08:00
Mark Otto
a03fbc18cb allow for text in progress bars 2012-01-24 20:30:26 -08:00
Mark Otto
40e92221a6 revamp alert message and error state color/text/bg to be variables 2012-01-24 16:54:35 -08:00
Mark Otto
c2312220e4 fix code type size 2012-01-24 16:19:01 -08:00
Mark Otto
8ff621aa26 fix broken index page heading, update variables and less pages 2012-01-24 16:07:30 -08:00
Mark Otto
e829001e5c attempt to fix select list alignment in Firefox by removing padding. not quite fixed 100%, but getting there. 2012-01-24 12:28:20 -08:00
Mark Otto
b0bd1d8203 add bottom-up styles to the dropdown menus 2012-01-24 10:45:29 -08:00
Mark Otto
7d2e13f1b4 remake css 2012-01-24 10:43:13 -08:00
Jacob Thornton
9a68f115e7 rebuild 2012-01-23 15:07:07 -08:00
Mark Otto
cd5ffbe396 fix up the modals in responsive a bit 2012-01-23 13:50:55 -08:00
Mark Otto
ff113acba8 cut margin in half on default forms 2012-01-23 12:21:00 -08:00
Mark Otto
00d9258194 revert to negative margin on grid row 2012-01-23 11:35:39 -08:00
Mark Otto
22fa371259 Merge branch 'normalize' of https://github.com/necolas/bootstrap into necolas-normalize
Conflicts:
	bootstrap.css
	bootstrap.min.css
	lib/type.less
2012-01-23 11:25:16 -08:00
Jacob Thornton
1209a3756c :focus:required:invalid: http://www.alistapart.com/articles/forward-thinking-form-validation 2012-01-22 20:50:35 -08:00
Jacob Thornton
2355ea034b rebuild 2012-01-22 20:47:24 -08:00
Jacob Thornton
36d56fb1ba don't use negative margin - use first child to set to 0 2012-01-22 20:12:26 -08:00
Jacob Thornton
b8c0388f8a fix sans-serif order in forms.less and rebuild 2012-01-22 20:07:17 -08:00
Jacob Thornton
155b72e873 share -> share-alt 2012-01-22 20:02:56 -08:00
Nicolas Gallagher
782c994060 Remove global reset in favour of contextual reset.
Rather than having a partial reset with individual elements having
their styles built back up, only elements without replacement
styles have specific properties 'reset'.

This commit also includes: a correction to the font mixin arguments
used on forms (the output is now valid CSS); the removal of
`overflow-y:scroll` from the `html` element which is now known to
cause some problems for jQuery modal plugins in Firefox.
2012-01-20 21:21:59 +00:00
Nicolas Gallagher
8825443d6e Remove search input cancel button in WebKit-OSX.
On input elements with a `type` of `search`, WebKit on OS X will
display a cancel button after text has been entered. This can
look ugly or be poorly position when you've added other styles to
the input (especially additional padding).
2012-01-19 22:27:24 +00:00
Nicolas Gallagher
25ac318d33 Remove unnecessary CSS properties from the clearfix mixin. 2012-01-19 20:33:22 +00:00
Mark Otto
ab8f2e2767 don't scope placeholder text color to just inputs 2012-01-18 00:35:14 -08:00
Mark Otto
d12560c0ee make button active state clearer by lightening the inner shadow and removing the background image 2012-01-18 00:30:49 -08:00
Mark Otto
f2fadf1f0a rename navbar variables, change navbar search placeholder to mixin 2012-01-18 00:24:10 -08:00
Mark Otto
47b8184bbb scope table styles to a class, .table, instead of on the generic element as a smarter default 2012-01-17 23:39:18 -08:00
Mark Otto
51f5b7b8af cleanup accordion css and add comments 2012-01-17 23:24:59 -08:00
Mark Otto
41a410b8e6 Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wip
Conflicts:
	bootstrap.css
	bootstrap.min.css
	docs/javascript.html
	lib/accordion.less
2012-01-17 23:19:21 -08:00