CSS for color square of the categories in caption

This commit is contained in:
Yohan Boniface 2013-01-01 22:39:14 +01:00
parent d262703813
commit 945994afa0

View file

@ -79,3 +79,12 @@ input:-moz-placeholder, :-moz-placeholder {
#storage-ui-container.warning .button:hover { #storage-ui-container.warning .button:hover {
background-color: #970b0e; background-color: #970b0e;
} }
/* Map infos */
.category_color {
display: inline-block;
width: 16px;
height: 16px;
margin-right: 10px;
border: 1px solid #000;
}