bug - Attribute column in table structure does not have borders

Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
This commit is contained in:
Madhura Jayaratne 2015-06-08 15:44:47 +05:30
parent 7f3fa4c857
commit 42f2e29f14
2 changed files with 12 additions and 0 deletions

View File

@ -606,6 +606,12 @@ form.login label {
font-size: 70%;
}
@media print {
.column_attribute {
font-size: 100%;
}
}
/******************************************************************************/
/* specific elements */

View File

@ -905,6 +905,12 @@ form.login select {
font-size: 70%;
}
@media print {
.column_attribute {
font-size: 100%;
}
}
/******************************************************************************/
/* specific elements */