Added som css to support agenda and menu fixes.
- Legacy-Id: 1342
This commit is contained in:
parent
17bf0b3fd0
commit
741d384e9c
|
@ -8,8 +8,16 @@ body {
|
|||
font-family: Verdana, Helvetica, Arial, sans-serif;
|
||||
}
|
||||
|
||||
.column {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
#pagelayout {
|
||||
position: relative; /* Provide a base for later positions and sizes */
|
||||
}
|
||||
|
||||
#content {
|
||||
margin-left: 12em;
|
||||
/* margin-left: 12em; */
|
||||
}
|
||||
|
||||
#content h1 {
|
||||
|
@ -186,3 +194,18 @@ span.form-required {
|
|||
line-height: 150%;
|
||||
margin-bottom: 0.75em;
|
||||
}
|
||||
|
||||
tbody.odd {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
tbody.even {
|
||||
background-color: #f0f0ff;
|
||||
}
|
||||
|
||||
#agenda th, #agenda td {
|
||||
padding-top: 0.1em;
|
||||
padding-bottom: 0.1em;
|
||||
/* padding-left: 0.5em; */ /* inherited */
|
||||
/* padding-right: 0.5em; */ /* inherited */
|
||||
font-size: 0.9em;
|
||||
}
|
Loading…
Reference in a new issue