mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
- 'Add...' butotn is now grayed when there is nothing to Add
- Better handling of AllowedValues, supporting autocompletes - Cleanup unused code in wizard.utils.js SVN:code[151]
This commit is contained in:
@@ -11,11 +11,12 @@
|
||||
display: none;
|
||||
|
||||
position: fixed;
|
||||
top: 10%;
|
||||
left: 20%;
|
||||
top: 25px;
|
||||
left: 25px;
|
||||
|
||||
margin-left: -100px;
|
||||
width: 800px;
|
||||
nomargin-left: 25px;
|
||||
nomargin-right: 25px;
|
||||
nowidth: 800px;
|
||||
|
||||
background-color: #FFF;
|
||||
color: #333;
|
||||
@@ -37,4 +38,4 @@
|
||||
* removed.html .jqmWindow {
|
||||
position: absolute;
|
||||
top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user