X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=nd.css;h=d281c3197b8fdbc9bb430f39f2be0fb9dee74a66;hb=b7cdc3406c4e318da99e18827e18d52311a56b06;hp=1d1d9ac188a8950c460f293c84b621e846973439;hpb=8d1ec9372fa9786009022fca3503ef3c79974f3e;p=ndwebbie.git diff --git a/nd.css b/nd.css index 1d1d9ac..d281c31 100644 --- a/nd.css +++ b/nd.css @@ -1,5 +1,5 @@ body { - padding-left: 12em; + padding-left: 14em; /*padding-right: 12em;*/ font-family: sans-serif; color: black; @@ -9,7 +9,7 @@ body { padding: 0; margin: 0; position: absolute; - width: 10em; + width: 14em; top: 1em; } #leftbar{ @@ -18,6 +18,19 @@ body { #rightbar{ right: 1em; } + +legend { + color: black; + background: white; + border-style: solid; + border-width: 1px; + padding: 1px; +} +table.boards td { + border-style: solid; + border-width: 1px; + padding: 1px; +} div.leftinfo{ float: left; padding-right: 2em; @@ -28,7 +41,7 @@ p.claimlinks{ ul.linkbar { list-style-type: none; - width: 10em; + width: 13.5em; padding: 0; margin: 0; } @@ -42,8 +55,11 @@ ul.linkbar li { ul.linkbar a { text-decoration: none; } -input.coord { - width: 3.5em; +input.coordsinput { + width: 4em; +} +input.small { + width: 1.7em; } tr.odd { background: white; @@ -129,3 +145,16 @@ div.clear { line-height: 0.0; font-size: 1px; } + +td.LowestPrio{ + background: red; + color: black; +} +td.MediumPrio{ + background: yellow; + color: black; +} +td.HighestPrio{ + background: green; + color: black; +}