# HG changeset patch # User Matt Mackall # Date 2008-04-04 18:43:25 # Node ID 5e011a40235286eb768e311166a1361dbd4bf87d # Parent 6c4e12682fb985137f7e68dbaa9ee9444b1281b0 coal: more tweaks - move icons inside links - set icon borders to 0 - make active menu button white on black and remove bar diff --git a/templates/coal/map b/templates/coal/map --- a/templates/coal/map +++ b/templates/coal/map @@ -20,8 +20,8 @@ searchentry = shortlogentry.tmpl changeset = changeset.tmpl manifest = manifest.tmpl -direntry = ' {basename|escape}/drwxr-xr-x' -fileentry = ' {basename|escape}{size}{permissions|permissions}' +direntry = ' {basename|escape}/drwxr-xr-x' +fileentry = ' {basename|escape}{size}{permissions|permissions}' filerevision = filerevision.tmpl fileannotate = fileannotate.tmpl diff --git a/templates/static/style-coal.css b/templates/static/style-coal.css --- a/templates/static/style-coal.css +++ b/templates/static/style-coal.css @@ -27,7 +27,7 @@ body { padding: 10px; width: 75px; margin: 0; - font-size: 80% /*smaller*/; + font-size: 80%; text-align: left; position: fixed; top: 27px; @@ -50,17 +50,18 @@ body { } .menu li.active { - border-left: 3px solid black; + background: black; + color: white; } +.menu a { color: black; display: block; } + .search { position: absolute; top: .7em; right: 2em; } -.menu a { color: black; display: block; } - a { text-decoration:none; } .age { white-space:nowrap; } .date { white-space:nowrap; } @@ -128,6 +129,7 @@ h3 { .bigtable td.annotate { font-size: smaller; } .fileline { font-family: monospace; } +.fileline img { border: 0; } /* Changeset entry */ #changesetEntry {