mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
Dashboards - Finalized the implementation (inc. translation in french) - still some known issues
SVN:trunk[2195]
This commit is contained in:
@@ -1178,6 +1178,19 @@ table.prop_table {
|
||||
td.prop_value {
|
||||
text-align: left;
|
||||
}
|
||||
tr.itop-property-field-modified td {
|
||||
background: #fbb;
|
||||
}
|
||||
tr.itop-property-field-modified td.prop_value.hover {
|
||||
background: #fbb;
|
||||
}
|
||||
td.prop_value textarea, td.prop_value input[type=text]{
|
||||
width: 98%;
|
||||
}
|
||||
td.prop_icon {
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
.dashlet {
|
||||
text-align:left;
|
||||
}
|
||||
@@ -1193,6 +1206,15 @@ td.prop_value {
|
||||
.dashlet-content .display_block {
|
||||
text-align:left;
|
||||
}
|
||||
.prop_apply .ui-icon-alert {
|
||||
display: none;
|
||||
}
|
||||
.prop_apply .ui-state-error .ui-icon-alert {
|
||||
display: block;
|
||||
}
|
||||
.ui-state-error .ui-icon-circle-check {
|
||||
display: none;
|
||||
}
|
||||
.summary-details {
|
||||
float: right;
|
||||
margin-top: 5px;
|
||||
|
||||
Reference in New Issue
Block a user