SPR-908: all z-indices are found in base_structure.less,

SPR-908: Bugfix Direct-nav in Tableview should be above toggle button
This commit is contained in:
Jana Deutschländer 2017-05-10 15:43:01 +02:00
commit 3389cd60ad
9 changed files with 56 additions and 17 deletions

View file

@ -93,7 +93,3 @@ ul.page-attributes {
} // li
} // ul
}
.plugin__do_usertasks_list {
z-index: 200; // put tasks-list above pagetools
}

View file

@ -8,7 +8,6 @@
#dokuwiki__content.main-content {
div.editbutton_table {
position: relative; // for IE
z-index: 1; // for IE
float: left;
margin-top: -1.46rem !important; // overwrite inline stales

View file

@ -34,7 +34,6 @@ div#dwpl-ti-container {
&.selected {
position: relative;
z-index: 1; // put .slected tab above div.dwpl-ti-content-box
background-color: @ini_background;
color: @ini_text;
}