aboutsummaryrefslogtreecommitdiff
path: root/less/tables.less
AgeCommit message (Collapse)AuthorFilesLines
2014-08-04rename imported files to preface with underscore; rerun grunt distMark Otto1-266/+0
2014-08-03Merge branch 'master' into derpMark Otto1-1/+0
Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css
2014-08-02Fixes #14251: Remove the -webkit-overflow-scrolling to prevent Safari from ↵Mark Otto1-1/+0
screwing up widths
2014-08-02Merge branch 'master' into derpMark Otto1-1/+2
Conflicts: _config.yml dist/css/bootstrap-theme.css.map dist/css/bootstrap.css dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/_includes/components/glyphicons.html docs/_includes/css/forms.html docs/_includes/css/tables.html docs/_includes/getting-started/browser-device-support.html docs/_includes/header.html docs/_includes/js/affix.html docs/_includes/js/alerts.html docs/_includes/js/buttons.html docs/_includes/js/dropdowns.html docs/_includes/js/overview.html docs/_includes/js/popovers.html docs/_includes/js/tooltips.html docs/_includes/nav/javascript.html docs/assets/css/docs.min.css docs/assets/css/src/docs.css docs/assets/js/customize.min.js docs/assets/js/docs.min.js docs/assets/js/raw-files.min.js docs/browser-bugs.html docs/dist/css/bootstrap-theme.css.map docs/dist/css/bootstrap.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css docs/examples/blog/index.html docs/examples/carousel/index.html docs/examples/cover/index.html docs/examples/dashboard/index.html docs/examples/grid/index.html docs/examples/jumbotron-narrow/index.html docs/examples/jumbotron/index.html docs/examples/justified-nav/index.html docs/examples/navbar-fixed-top/index.html docs/examples/navbar-static-top/index.html docs/examples/navbar/index.html docs/examples/non-responsive/index.html docs/examples/offcanvas/index.html docs/examples/signin/index.html docs/examples/starter-template/index.html docs/examples/sticky-footer-navbar/index.html docs/examples/sticky-footer/index.html docs/examples/theme/index.html docs/examples/tooltip-viewport/index.html less/code.less less/panels.less less/variables.less
2014-08-02Fixes #13202: Always use overflow: auto; on .table-responsive to prevent ↵Mark Otto1-1/+2
content breaking out of containers
2014-07-14inverse table ideaMark Otto1-0/+18
2014-07-13table headersMark Otto1-0/+15
2014-07-12Fixes #14095: Add basic styling for captions, which we've for some reason ↵Mark Otto1-0/+6
been missing all this time.
2014-06-25removing redundant background declarations on TDsAndrei Railean1-8/+1
2014-06-25assign background to row of .table-stripedAndrei Railean1-0/+1
if background is not set on row, striping doesn't work properly in responsive tables where row and cells are set to display: block.
2014-06-10Merge pull request #13670 from nadangergeo/masterMark Otto1-1/+1
Table-responsive: changed overflow-x to auto to hide scrollbar when it's not overflown, fixes #13669.
2014-06-08remove max-width: 100%; from table and place it on .tableMark Otto1-0/+1
2014-05-29removing unnecessary max-width on tablesbcullman1-1/+0
2014-05-24Table-responsive: changed overflow-x to auto to hide scrollbar when it's not ↵Nadan Gergeo1-1/+1
overflown, fixes #13669.
2014-03-06Fixes #12722: Fixes up responsive tables in printMark Otto1-1/+1
Safari renders this fine for one reason or another, but Chrome still renders the media query styles to make tables responsive. This change scopes them to screen devices only, so printing looks boss everywhere.
2014-02-14Make .table-responsive usable as mixinZlatan Vasović1-2/+2
2014-01-07Fix #12073: Consistent order of variationsJulian Thilo1-1/+1
This changes the order of component variations throughout the repo (code and docs) to be more consistent. The order now used everywhere is the one most frequently found in the repo before: Default, Primary, Success, Info, Warning, Danger
2013-12-19Added position: static to table th and td.dzwillia1-0/+1
2013-12-07Fixes #10884: Adds .info variant to contextual table classesMark Otto1-0/+1
2013-12-07Reorder button and table variants for consistent orderMark Otto1-1/+1
2013-11-30Fixes #11623: Reset position to static for grid columns within tables to ↵Mark Otto1-0/+1
unfuck borders in IE9/10 and Firefox
2013-11-07Simplify table state stylesZlatan Vasović1-18/+4
2013-11-06more nesting in table.lessChris Rebert1-8/+12
2013-11-06use nesting to make .table-striped & .table-hover mixin-able again; fixes #11387Chris Rebert1-8/+12
2013-10-14Merge pull request #11084 from ZDroid/variable_wayMark Otto1-1/+1
Unhardcode .table-responsive bottom margin
2013-10-14fix .table-responsive media query; refs #11067Chris Rebert1-1/+1
2013-10-14Unhardcode .table-responsive bottom marginZlatan Vasović1-1/+1
2013-09-20Avoid LESS nesting if isn't neededZlatan Vasović1-23/+13
2013-09-08fixes #10526: Remove custom background on responsive tables and set it in ↵Mark Otto1-1/+0
the docs where it should've been originally
2013-09-08fixes #10521: Only remove bottom-border from last row of cells in tbody and ↵Mark Otto1-0/+8
tfoot within responsive tables
2013-08-27use direct-child selector more in table styles to better support nested ↵Chris Rebert1-13/+14
tables; fixes #10231
2013-08-23Merge pull request #10057 from sambowler/patch-1Mark Otto1-1/+2
Fix responsive table scrolling on Windows Phone 8.
2013-08-23Merge branch 'master' of https://github.com/apexskier/bootstrap into ↵Mark Otto1-0/+1
apexskier-master Conflicts: dist/css/bootstrap.min.css
2013-08-23Added -webkit-overflow-scrolling: touch to responsive tablesCameron Little1-0/+1
2013-08-23Fix responsive table scrolling on Windows Phone 8.Sam Bowler1-1/+2
2013-08-20rename @screen-XX to @screen-XX-min for clarity+unambiguityChris Rebert1-1/+1
2013-08-19Update tables.lessboomsb1-2/+2
Fixed Table cell sizing with multiple classes by using *= instead of ^=
2013-08-18Add responsive tables with help of `.table-responsive` wrapperMark Otto1-20/+72
2013-08-172px border on thead th elements for just a tad more separationMark Otto1-0/+9
2013-08-14Added table-row-variant mixinggam1-43/+7
2013-08-06fixes #9140: use correct var in tablesMark Otto1-1/+1
2013-07-25fixes #8571 completely: add better th support for table classesMark Otto1-4/+8
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-18Fixes #8452: adds `.active` to table classesMark Otto1-0/+5
2013-07-17fixes #8491: add vars for table paddingMark Otto1-2/+2
2013-07-05Add tfoot back (addresses more than #8387)Mark Otto1-4/+8
2013-07-02refactor tables.less to use nesting moreChris Rebert1-44/+62
2013-07-01simplify tables.lessliuyl1-39/+35
2013-06-23Fixes #8211: restore proper table grid class behaviorMark Otto1-3/+5
Needs work though—we shouldn't be setting this stuff with the attribute selectors, but it's the easiest solution for now.