Tweak styles for 'sources' grid on products view page
This commit is contained in:
parent
8e35b68e05
commit
c24120393f
2 changed files with 12 additions and 3 deletions
|
@ -117,6 +117,10 @@
|
|||
margin-top: 0.3em;
|
||||
}
|
||||
|
||||
.newgrid.no-border {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.newgrid table {
|
||||
background-color: white;
|
||||
border: 1px solid black;
|
||||
|
@ -134,6 +138,11 @@
|
|||
width: 50%;
|
||||
}
|
||||
|
||||
.newgrid.no-border table {
|
||||
border-left: none;
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
|
||||
/******************************
|
||||
* thead
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue