aboutsummaryrefslogtreecommitdiff
path: root/less
AgeCommit message (Collapse)AuthorFilesLines
2013-07-25Merge pull request #8611 from twitter/bs3_form_classesMark Otto2-105/+104
Updated BS3 form classes
2013-07-25Add comment about opacity mixin not being usedMark Otto1-0/+4
2013-07-25Update form validation statesMark Otto2-9/+11
* Once again no longer applies to single inputs (this is a bit simpler, but I'm open to new ideas) but the entire set of inputs, labels, and help text within a particular element. However, the styles are not too dependent on markup or layout, so they're super flexible. * Simplified the markup in the validation docs examples to match latest changes. * Renamed `.form-state-validation` mixin to `.form-control-validation` to match naming of prev commit.
2013-07-25SpacingMark Otto1-3/+0
2013-07-25Refactor forms stylesMark Otto1-93/+93
* Reorganize forms.less * Change from attribute selectors to `.form-control`. Few lines, less specific (meaning easier overrides as `element[type=""]` is more specific than a class), less intrusive, and more performant. * Add `.form-group` for basic spacing in vertical forms. * Remove (unnecessary?) `margin: 0;` from `form` element (as far as I can tell no browser sets that anyway).
2013-07-25twbs ALL the linksChris Rebert3-4/+4
2013-07-25move some thing aroundMark Otto1-7/+11
2013-07-25Merge branch '3.0.0-wip' of https://github.com/saas786/bootstrap into 3.0.0-wipMark Otto3-22/+59
2013-07-25fixes #8571 completely: add better th support for table classesMark Otto1-4/+8
2013-07-25Navbar toggle is not vertically aligned (3.0.0-wip) with custom navbar heightGeremia Taglialatela1-1/+1
When using navbar heights higher that default, the navbar-toggle button is not centered. Fiddle demonstrating this issue (compiled with `@navbar-height: 60px;`): http://jsfiddle.net/tagliala/mRVMe/2/ Another fiddle with the proposed fix: http://jsfiddle.net/tagliala/mRVMe/3/
2013-07-25Moved navs inline properties to variables.less and customize.html & ↵syed2-15/+42
nav-customize.html
2013-07-25Moving navbar inline properties to variables.less and customize.htmlsyed2-7/+17
2013-07-24Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wipMark Otto4-4/+4
Conflicts: dist/css/bootstrap.min.css
2013-07-24make againMark Otto1-3/+3
2013-07-24Merge branch '3.0.0-wip' of https://github.com/salman-javed-confiz/bootstrap ↵Mark Otto1-1/+2
into salman-javed-confiz-3.0.0-wip
2013-07-24Merge pull request #8583 from liuyl/disabledMark Otto4-4/+4
set cursor to not-allowed for disabled elements
2013-07-24make footer border color use header border color in modalsMark Otto1-2/+1
2013-07-24Moved modals inline properties to variables.lesssyed2-7/+17
In this commit I moved modals.less inline properties to variables.less and also added those variables to customize.html.
2013-07-24set cursor to not-allowed for disabled elementsliuyl4-4/+4
2013-07-24issues fixed for nav-justified on pills on android default browser.Salman Javed1-1/+2
2013-07-23Run make on prev commitsMark Otto3-5/+7
2013-07-23Update forms varsMark Otto2-3/+1
* Reorganize layout * Add input group var * Add legend border var
2013-07-23Update dropdown varsMark Otto3-12/+8
* Update `.nav-divider` mixin to simplify to a 1px line (one value instead of two in parametric mixin) * Rename and consolidate dropdown caret vars * Add vars to Customizer
2013-07-23Update code varsMark Otto2-5/+3
* Drop the `rgba()` border and fallback because fuck that noise * Add vars to customizer * Remove rogue `:`
2013-07-23Update close varsMark Otto2-3/+2
* Remove dupe hover color var (again, it's not necessary to have it's own var here since we're controlling it via `opacity`) * Add to customizer
2013-07-23Update carousel varsMark Otto2-9/+8
* Remove `@carousel-control-hover-color` since that's just the same as the default control color and all we change is `opacity` (it's required for specificity). * Add vars to customizer * Update customizer nav to include new section * Remove the `li` from the var names * Consolidate and simplify `text-shadow` vars
2013-07-23Update and add `@btn-hover-color` to Customize pageMark Otto1-1/+1
2013-07-23Merge branch '3.0.0-wip' of https://github.com/saas786/bootstrap into ↵Mark Otto9-26/+72
saas786-3.0.0-wip
2013-07-23Fixes #8571: allow table classes in thead and tfootMark Otto1-3/+7
2013-07-23Drop rounded corners on `.table-bordered`Mark Otto1-72/+8
* Cuts close to 100 lines of CSS from the table CSS * File size aside, this drastically simplifies CSS for folks looking to build on top of the `.table-bordered` option as a starting point
2013-07-23Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wipMark Otto1-1/+1
Conflicts: dist/css/bootstrap.min.css
2013-07-23No more left margin on dd elements, fixes #8567Mark Otto1-1/+1
2013-07-23@badge-bg should be @gray-light not #f5f5f5Francis Brunelle1-1/+1
2013-07-21Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wipMark Otto2-6/+6
Conflicts: dist/css/bootstrap.min.css
2013-07-21Merge pull request #8545 from liuyl/refactor-btngroupsMark Otto1-5/+6
refactor button-groups.less
2013-07-21refactor button-groups.lessliuyl1-5/+6
2013-07-21remove useless display:inline-blockliuyl1-1/+0
2013-07-20Update file input to remove height and line-heightMark Otto1-2/+1
This particular form control is wildly inaccurate across browsers, so we're removing the `height` and `line-height`, but adding `display: block` so it renders similarly to our other inputs.
2013-07-20Remove more commented out CSS from formsMark Otto1-1/+0
2013-07-20Remove commented out CSSMark Otto1-8/+0
2013-07-20moving forms, labels and list-group to variables.lesssyed4-8/+18
2013-07-20moving code and dropdowns to variables.lesssyed3-9/+26
2013-07-20Move inline properties to variables.lesssyed4-11/+30
moved buttons.less, carousel.less & close.less in this commit
2013-07-20Update vars for badges, breadcrumbs; update customize pageMark Otto2-3/+6
2013-07-19Fixes #8385: update carousel captionsMark Otto1-3/+8
* No longer hidden by default--up to users to figure that part out with longer content * Cleaned up styles and spacing
2013-07-19Fixes #8278: fix on printMark Otto1-0/+11
2013-07-19Variables reorganization and breadcrumbs updateMark Otto2-18/+22
* Place component vars alongside the rest of the component vars * Redo some of the breadcrumbs code to add a var and remove `text-shadow`
2013-07-19Improved and followed pattern suggestionssyed4-14/+11
2013-07-19move breadcrumb.less inline properties and also added @color-2 missed in ↵syed2-3/+8
last commit
2013-07-19move badges inline properties to variables.lesssyed2-3/+7