diff options
Diffstat (limited to 'styles.css')
-rw-r--r-- | styles.css | 30 |
1 files changed, 27 insertions, 3 deletions
@@ -46,12 +46,35 @@ div.head_box { div.event { width: 250px; - height: 250px; float: left; border: 1px solid #6D96A9; margin: 2px; } +div.event div.tools { + width: 20px; + height: 225px; + float: left; + background: #DEE6EE; + padding: 2px; + margin: 0px; +} + +div.event div.content { + float: left; + margin: 0; + padding: 5px; + height: 225px; +} + +div.event div.content. div.description { + overflow: auto; +} + +div.event div.content p { + +} + div.event .station { background: #6D96A9; color: white; @@ -60,10 +83,11 @@ div.event .station { padding: 3px 3px 3px 10px; } -div.event .title { +div.event div.content .title { font-weight: bold; } -div.event .short { +div.event div.content .short { font-size: 11px; } + |