Jan Dittberner
709f2067cd
- add translatable labels for HTML output (not used for JSON yet) - add oldpeople URL - modify the output template to use one table - add styles - rename action from handle_post to urllist to reflect its use - use a property to determine the order of url sections - use a list with a type to aggregate the urlbuilder results - use textilize to display labels
28 lines
No EOL
285 B
CSS
28 lines
No EOL
285 B
CSS
html, body {
|
|
font-family:sans, Arial;
|
|
font-size:10pt;
|
|
}
|
|
|
|
table {
|
|
border-collapse:collapse;
|
|
width:100%;
|
|
}
|
|
|
|
th, td {
|
|
border:1px solid grey;
|
|
}
|
|
|
|
td {
|
|
vertical-align:top;
|
|
padding:2px;
|
|
}
|
|
|
|
td p {
|
|
padding:0;
|
|
margin:0;
|
|
}
|
|
|
|
.errormsg {
|
|
font-size:80%;
|
|
color:red;
|
|
} |