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:
parent
ec52df6025
commit
066108ff41
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue