Add a CSS style for the divinfo for the operation details
This commit is contained in:
parent
937420817d
commit
f0f98f64c6
3 changed files with 7 additions and 3 deletions
|
|
@ -887,4 +887,5 @@ div#div_jrn{
|
|||
background-color:#EDF3FF;
|
||||
|
||||
}
|
||||
|
||||
div.divinfo
|
||||
{ color:red;text-align:right;display:block;width:30em;height:13;}
|
||||
|
|
@ -920,4 +920,6 @@ div#div_jrn{
|
|||
background-color:#EDF3FF;
|
||||
|
||||
}
|
||||
|
||||
|
||||
div.divinfo
|
||||
{ color:red;text-align:right;display:block;width:30em;height:13;font-weight:bold}
|
||||
|
|
@ -947,4 +947,5 @@ div#div_cat{
|
|||
background-color:#EDF3FF;
|
||||
|
||||
}
|
||||
|
||||
div.divinfo
|
||||
{ color:red;text-align:right;display:block;width:30em;height:13;}
|
||||
Loading…
Add table
Add a link
Reference in a new issue