vitro/webapp/web/css/showAuth.css

23 lines
464 B
CSS
Raw Normal View History

/* $This file is distributed under the terms of the license in /doc/license.txt$ */
/* Styles for Freemarker template showAuth */
#show-auth h3 {
padding: 20px 0 12px 0;
}
#show-auth h4 {
padding: 30px 0 12px 0;
margin: 0;
text-align: left;
}
#show-auth th {
padding: 4px 10px 4px 10px;
border: 1px solid black;
text-align: right;
}
#show-auth td {
padding: 4px 10px 4px 10px;
text-align: left;
border: 1px solid black;
}