Skip to content

Instantly share code, notes, and snippets.

@rundis
Created June 30, 2015 08:27
Show Gist options
  • Save rundis/15e0fffafcfc0c756c09 to your computer and use it in GitHub Desktop.
Save rundis/15e0fffafcfc0c756c09 to your computer and use it in GitHub Desktop.
fixed-data-table meets boostrap dropdown button for css showdown
<div class="public_fixedDataTable_main"> <!-- positioned relative -->
<div class="fixedDataTable_rowsContainer"> <!-- positioned relative -->
<div style="position:absolute;transform:translate3d(0px,50px,0);backface-visibility:hidden;">
<div style="width:600px;height:50px;z-index:0;transform:translate3d(0px,0px,0);backface-visibility:hidden;" class="fixedDataTableRow_rowWrapper"> <!-- positioned absolute -->
<div class="public_fixedDataTableRow_main public_fixedDataTable_bodyRow" style="width:600px;height:50px;"> <!-- positioned absolute -->
<div class="fixedDataTableRow_body"> <!-- positioned absolute -->
<div style="height:50px;" class="fixedDataTableCellGroup_cellGroupWrapper">
<div class="fixedDataTableCellGroup_cellGroup" style="height:50px;position:absolute;width:0;z-index:2;transform:translate3d(0px,0px,0);backface-visibility:hidden;">
</div>
</div>
<div style="height:50px;" class="fixedDataTableCellGroup_cellGroupWrapper"> <!-- positioned absolute -->
<div class="fixedDataTableCellGroup_cellGroup" style="height:50px;position:absolute;width:600px;z-index:0;transform:translate3d(0px,0px,0);backface-visibility:hidden;">
<div class="public_fixedDataTableCell_main public_fixedDataTableCell_alignCenter" style="height:50px;left:0;width:150px;"> <!-- positioned absolute -->
<div class="public_fixedDataTableCell_wrap1" style="height:50px;width:150px;" > <!-- positioned absolute -->
<div class="public_fixedDataTableCell_wrap2"> <!-- positioned absolute -->
<div class="public_fixedDataTableCell_wrap3"> <!-- positioned absolute -->
<div class="public_fixedDataTableCell_cellContent public_fixedDataTableCell_cellContent"> <!-- positioned absolute -->
<div class="btn-group btn-group-sm"> <!-- positioned absolute -->
<button class="dropdown-toggle btn btn-sm btn-default" type="button"> <!-- positioned relative -->
<span>Velg</span>
<span></span>
<span class="caret"></span></button>
<ul class="dropdown-menu" role="menu"> <!-- positioned absolute, z-index 1000 -->
<li role="presentation" class=""> <!-- positioned absolute, z-index 1000 -->
<a href="/produsenter/1/status" tabindex="-1">Status</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment