mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Impact analysis display: cosmetics on tooltips: widen a bit the tooltips and prevent the text from overflowing horizontally.
SVN:trunk[4224]
This commit is contained in:
@@ -1449,6 +1449,8 @@ div.ui-dialog-header {
|
||||
.ui-tooltip {
|
||||
padding: 10px 10px;
|
||||
box-shadow: 0 0 7px black;
|
||||
max-width: 350px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.ui-tooltip .arrow {
|
||||
width: 70px;
|
||||
|
||||
@@ -1539,6 +1539,8 @@ div.ui-dialog-header {
|
||||
.ui-tooltip {
|
||||
padding: 10px 10px;
|
||||
box-shadow: 0 0 7px black;
|
||||
max-width: 350px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.ui-tooltip .arrow {
|
||||
width: 70px;
|
||||
|
||||
Reference in New Issue
Block a user