z-index correction for workzone tabs

This commit is contained in:
Ysolyne Gresille
2012-06-26 13:47:13 +02:00
parent f36f1ae950
commit ac137b6a6d
2 changed files with 2 additions and 2 deletions

View File

@@ -221,7 +221,7 @@ span.ww_winTitle {
height: 52px;
display: inline-block;
background-color: #404040;
z-index: 1000;
z-index: 10;
}
#idFrameC .ui-tabs #thesaurus_tab li a {

View File

@@ -221,7 +221,7 @@ span.ww_winTitle {
height: 52px;
display: inline-block;
background-color: #999999;
z-index: 0;
z-index: 10;
}
#idFrameC .ui-tabs .ui-tabs-nav li.ui-tabs-selected {