Skip to content

Instantly share code, notes, and snippets.

@rod-dot-codes
Created September 30, 2016 10:40
Show Gist options
  • Save rod-dot-codes/2adfa196914c97c01707d1aa9ecdf6b9 to your computer and use it in GitHub Desktop.
Save rod-dot-codes/2adfa196914c97c01707d1aa9ecdf6b9 to your computer and use it in GitHub Desktop.
.table>thead:first-child>tr:first-child>th:first-child
{
position: absolute;
display: inline-block;
background-color:red;
height:100%;
}
.table> tbody > tr > td:first-child
{
position: absolute;
display: inline-block;
background-color:red;
height:100%;
}
.table>thead:first-child>tr:first-child>th:nth-child(2)
{
padding-left:40px;
}
.table> tbody > tr > td:nth-child(2)
{
padding-left:50px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment