Skip to content

Commit 741d384

Browse files
committed
Added som css to support agenda and menu fixes.
- Legacy-Id: 1342
1 parent 17bf0b3 commit 741d384

1 file changed

Lines changed: 24 additions & 1 deletion

File tree

static/css/base.css

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,16 @@ body {
88
font-family: Verdana, Helvetica, Arial, sans-serif;
99
}
1010

11+
.column {
12+
vertical-align: top;
13+
}
14+
15+
#pagelayout {
16+
position: relative; /* Provide a base for later positions and sizes */
17+
}
18+
1119
#content {
12-
margin-left: 12em;
20+
/* margin-left: 12em; */
1321
}
1422

1523
#content h1 {
@@ -186,3 +194,18 @@ span.form-required {
186194
line-height: 150%;
187195
margin-bottom: 0.75em;
188196
}
197+
198+
tbody.odd {
199+
background-color: #ffffff;
200+
}
201+
tbody.even {
202+
background-color: #f0f0ff;
203+
}
204+
205+
#agenda th, #agenda td {
206+
padding-top: 0.1em;
207+
padding-bottom: 0.1em;
208+
/* padding-left: 0.5em; */ /* inherited */
209+
/* padding-right: 0.5em; */ /* inherited */
210+
font-size: 0.9em;
211+
}

0 commit comments

Comments
 (0)