Private GIT

Skip to content
Snippets Groups Projects
Commit 6b00946d authored by rridene's avatar rridene
Browse files

[Datatable]: fix buttons position

parent 2922ff10
Branches
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@
<divid="hostListing">
<div id="tableLeft">
<!-- Add / Actions -->
<div class="buttonGroup">
<div class="buttonGroup absolute">
{if (isset($objectAddUrl) && !empty($objectAddUrl))}
<div class="configuration-actions">
<button class="btnC btnSuccess" id="modalAdd">{t}Add {$objectName}{/t}</button>
......
......@@ -3,6 +3,9 @@
z-index: 1;
//top: @paddingElem/2;
&.absolute {
position: absolute;
}
.configuration-actions,
#selected_option,
#addToGroup
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment