mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
Enhancement of the forms presentation.
SVN:trunk[1176]
This commit is contained in:
@@ -1495,7 +1495,7 @@ EOF
|
||||
{
|
||||
// State attribute is always read-only from the UI
|
||||
$sHTMLValue = $this->GetStateLabel();
|
||||
$aVal = array('label' => $oAttDef->GetLabel(), 'value' => $sHTMLValue, 'comments' => $sComments, 'infos' => $sInfos);
|
||||
$aVal = array('label' => '<span>'.$oAttDef->GetLabel().'</span>', 'value' => $sHTMLValue, 'comments' => $sComments, 'infos' => $sInfos);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
@@ -139,14 +139,22 @@ tr.clicked td {
|
||||
}
|
||||
|
||||
td.label {
|
||||
vertical-align: top;
|
||||
}
|
||||
td.label span {
|
||||
font-family: Tahoma, Verdana, Arial, Helvetica;
|
||||
font-size: 12px;
|
||||
color: #000000;
|
||||
nobackground-color:#f6f6f6;
|
||||
padding: 0.25em;
|
||||
padding: 5px;
|
||||
padding-right: 10px;
|
||||
font-weight:bold;
|
||||
vertical-align: top;
|
||||
text-align: right;
|
||||
display: block;
|
||||
}
|
||||
fieldset td.label span {
|
||||
padding: 3px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
.ui-widget-content td a, p a, p a:visited, td a, td a:visited {
|
||||
@@ -966,6 +974,9 @@ span.form_validation {
|
||||
-webkit-border-radius: 10px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
.caselog {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
.caselog_header {
|
||||
padding:3px;
|
||||
border-top:1px solid #fff;
|
||||
@@ -983,3 +994,18 @@ span.form_validation {
|
||||
border-bottom:1px #999 solid;
|
||||
width:100%;
|
||||
}
|
||||
table.details {
|
||||
border-collapse: collapse;
|
||||
noborder-bottom: 2px #fff solid;
|
||||
width:100%;
|
||||
}
|
||||
table.details>tbody>tr>td {
|
||||
noborder-top: 2px #fff solid;
|
||||
padding-bottom: 5px;
|
||||
padding-top: 3px;
|
||||
background: transparent url(../images/details_sep.gif) bottom repeat-x;
|
||||
}
|
||||
fieldset table.details>tbody>tr>td {
|
||||
padding-top: 3px;
|
||||
background: transparent;
|
||||
}
|
||||
BIN
images/details_sep.gif
Normal file
BIN
images/details_sep.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 38 B |
Reference in New Issue
Block a user