mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
#1118: fixed strange display of synchro data sources status.
SVN:trunk[3672]
This commit is contained in:
@@ -1901,7 +1901,7 @@ div.ui-dialog-header {
|
||||
}
|
||||
|
||||
|
||||
.arrow {
|
||||
.ui-tooltip .arrow {
|
||||
width: 70px;
|
||||
height: 16px;
|
||||
overflow: hidden;
|
||||
@@ -1912,18 +1912,18 @@ div.ui-dialog-header {
|
||||
}
|
||||
|
||||
|
||||
.arrow.top {
|
||||
.ui-tooltip .arrow.top {
|
||||
top: -16px;
|
||||
bottom: auto;
|
||||
}
|
||||
|
||||
|
||||
.arrow.left {
|
||||
.ui-tooltip .arrow.left {
|
||||
left: 20%;
|
||||
}
|
||||
|
||||
|
||||
.arrow:after {
|
||||
.ui-tooltip .arrow:after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
left: 20px;
|
||||
@@ -1937,7 +1937,7 @@ div.ui-dialog-header {
|
||||
}
|
||||
|
||||
|
||||
.arrow.top:after {
|
||||
.ui-tooltip .arrow.top:after {
|
||||
bottom: -20px;
|
||||
top: auto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user