NIHVIVO-3523 Improve the layout of admin/showAuth
This commit is contained in:
parent
94a2d9327c
commit
779c48c683
2 changed files with 24 additions and 23 deletions
|
@ -2,20 +2,20 @@
|
|||
|
||||
/* Styles for Freemarker template showAuth */
|
||||
|
||||
#show-auth * h3 {
|
||||
#show-auth h3 {
|
||||
padding: 20px 0 12px 0;
|
||||
}
|
||||
#show-auth * caption {
|
||||
padding: 20px 0 12px 0;
|
||||
#show-auth h4 {
|
||||
padding: 30px 0 12px 0;
|
||||
margin: 0;
|
||||
text-align: left;
|
||||
}
|
||||
#show-auth * th {
|
||||
#show-auth th {
|
||||
padding: 4px 10px 4px 10px;
|
||||
border: 1px solid black;
|
||||
text-align: right;
|
||||
}
|
||||
#show-auth * td {
|
||||
#show-auth td {
|
||||
padding: 4px 10px 4px 10px;
|
||||
text-align: left;
|
||||
border: 1px solid black;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue