bug - Attribute column in table structure does not have borders
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
This commit is contained in:
parent
7f3fa4c857
commit
42f2e29f14
@ -606,6 +606,12 @@ form.login label {
|
||||
font-size: 70%;
|
||||
}
|
||||
|
||||
@media print {
|
||||
.column_attribute {
|
||||
font-size: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
/******************************************************************************/
|
||||
/* specific elements */
|
||||
|
||||
|
||||
@ -905,6 +905,12 @@ form.login select {
|
||||
font-size: 70%;
|
||||
}
|
||||
|
||||
@media print {
|
||||
.column_attribute {
|
||||
font-size: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
/******************************************************************************/
|
||||
/* specific elements */
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user