diff --git a/static/style.css b/static/style.css index 5cdb7cf..2760164 100644 --- a/static/style.css +++ b/static/style.css @@ -4,9 +4,13 @@ h1, h2 { margin: 0; } h1 { border-bottom: 2px solid #eee; } h2 { font-size: 1.2em; border-top: 2px solid #eee; margin-top: 0.25em; margin-bottom: 0.25em;} td { height: 1.75em; } +textarea { border: 2px solid #ccc; } +input[type=text]{ border: 2px solid #ccc; } .submit { font-family: monospace; } -.tickbox { margin-right: 0.5em; } +.tickbox { margin-right: 0.5em; width:2em; } +.iconbox { margin-right: 0.5em; width: 1.5em; text-decoration:pointer; + font-size:1.5em; color:#377ba8; } .noitem { background-color: transparent; border-color:transparent; } .page { border: 5px solid #ccc; padding: 0.5em; background: white; overflow:auto; min-height:16em;} @@ -17,7 +21,7 @@ td { height: 1.75em; } .add-entry { font-size: 0.9em; } .add-entry dl { font-weight: bold; } .metanav { text-align: left; font-size: 1.2em; - background: #fafafa; font-weight: bold; } + background: #fafafa; font-weight: normal; } .flash { background: #cee5F5; padding: 0.5em; border: 1px solid #aacbe2; } .error { background: #f0d6d6; padding: 0.5em; } diff --git a/templates/layout.html b/templates/layout.html index b70b6a4..0dcc436 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -29,7 +29,7 @@