Bug 13040 [CSS follow-up] Improve exporter to allow multiple branch selections

This patch adds a little bit of CSS to style the branch checkbox boxes.
I hope that this helps the readability, especially in systems with a
large number of branches.

Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
This commit is contained in:
Owen Leonard 2015-01-23 09:50:58 -05:00 committed by Tomas Cohen Arazi
parent ec52df6025
commit 066108ff41

View file

@ -2766,8 +2766,13 @@ span.onsite_checkout {
}
.branchgriditem {
background-color: #fff;
border: 1px solid #b9d8d9;
border-radius: 3px;
display: table-cell;
float: left;
margin: 3px;
padding: 0.3em;
}
.branchgridrow {
display: table-row;