Created
May 7, 2015 07:03
-
-
Save mtigdemir/24dd7fb91bbf0b68c145 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .table-fixed { | |
| width: 100%; | |
| } | |
| .table-fixed thead, tbody, tr, td, th { display: block; } | |
| .table-fixed tr:after { | |
| content: ' '; | |
| display: block; | |
| visibility: hidden; | |
| clear: both; | |
| } | |
| .table-fixed thead th { | |
| height: 30px; | |
| /*text-align: left;*/ | |
| } | |
| .table-fixed tbody { | |
| height: 230px; | |
| overflow-y: auto; | |
| } | |
| .table-fixed thead { | |
| /* fallback */ | |
| } | |
| .table-fixed tbody td, thead th { | |
| width: 19.2%; | |
| float: left; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment