Enhancement of the forms presentation.

SVN:trunk[1176]
This commit is contained in:
Denis Flaven
2011-04-05 12:13:44 +00:00
parent 144af46e8b
commit 446a8f74fb
3 changed files with 30 additions and 4 deletions

View File

@@ -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
{

View File

@@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 B