From 39699541441342d8ea63c10b5c319942131fb37c Mon Sep 17 00:00:00 2001 From: tirilane Date: Mon, 7 Mar 2011 12:02:26 +0000 Subject: [PATCH] =?UTF-8?q?Har=20n=C3=A5=20fiksa=20CSS=20til=20highlightin?= =?UTF-8?q?g=20av=20hyller=20i=20hyllekartet.=20M=C3=A5tte=20i=20prosessen?= =?UTF-8?q?=20endre=20litt=20p=C3=A5=20hylledesignet,=20slik=20at=20man=20?= =?UTF-8?q?g=C3=A5r=20gjennom=20alle=20kategoriene=20i=20hver=20ytre=20tab?= =?UTF-8?q?ell=20i=20tillegg=20til=20hver=20indre,=20slik=20at=20hele=20hy?= =?UTF-8?q?lla=20lyser=20opp,=20ikke=20bare=20den=20usynlige=20hylla=20inn?= =?UTF-8?q?i=20hylla.=20Eller=20noe=20s=C3=A5nt.=20Mer=20fikling=20p=C3=A5?= =?UTF-8?q?=20#12,=20alts=C3=A5.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- python/web/media/styles/scaffold.css | 8 ++++++-- python/web/templates/map/index.html | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/python/web/media/styles/scaffold.css b/python/web/media/styles/scaffold.css index 0794bd8..4d5a395 100644 --- a/python/web/media/styles/scaffold.css +++ b/python/web/media/styles/scaffold.css @@ -95,8 +95,12 @@ table.shelf{ color:#666; } -.highlight { - background-color: #3399CC; +td.highlight { + background-color: #44A4BD; + color: #27606E; + font-style: italic; + font-weight: bolder; + text-shadow: #27606E; } .key { diff --git a/python/web/templates/map/index.html b/python/web/templates/map/index.html index 9721172..23f0dca 100644 --- a/python/web/templates/map/index.html +++ b/python/web/templates/map/index.html @@ -13,7 +13,7 @@ Hyllekart {% for row in shelf.shelf_list %} {% for column in row %} - + {% for category in column %}
{{ category }}