From 945994afa06ce10e60967f89b27cc0bf01b4aa7f Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Tue, 1 Jan 2013 22:39:14 +0100 Subject: [PATCH] CSS for color square of the categories in caption --- youmap/static/youmap/youmap.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/youmap/static/youmap/youmap.css b/youmap/static/youmap/youmap.css index 70e37f39..0e6b9930 100644 --- a/youmap/static/youmap/youmap.css +++ b/youmap/static/youmap/youmap.css @@ -79,3 +79,12 @@ input:-moz-placeholder, :-moz-placeholder { #storage-ui-container.warning .button:hover { background-color: #970b0e; } + +/* Map infos */ +.category_color { + display: inline-block; + width: 16px; + height: 16px; + margin-right: 10px; + border: 1px solid #000; +} \ No newline at end of file