More tweaks to product details view.
This commit is contained in:
parent
3b9efe0ffb
commit
6252c3f777
3 changed files with 71 additions and 57 deletions
|
@ -73,6 +73,11 @@ div.grid.full table {
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
div.grid.no-border table {
|
||||
border-left: none;
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
div.grid table th,
|
||||
div.grid table td {
|
||||
border-right: 1px solid black;
|
||||
|
|
|
@ -68,19 +68,28 @@ body > #body-wrapper {
|
|||
* Panels
|
||||
******************************/
|
||||
|
||||
.panel,
|
||||
.panel-grid {
|
||||
border-left: 1px solid Black;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.panel {
|
||||
border-bottom: 1px solid Black;
|
||||
border-left: 1px solid Black;
|
||||
border-right: 1px solid Black;
|
||||
margin-bottom: 15px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.panel h2 {
|
||||
border-top: 1px solid Black;
|
||||
.panel h2,
|
||||
.panel-grid h2 {
|
||||
border-bottom: 1px solid Black;
|
||||
margin: 0px;
|
||||
border-top: 1px solid Black;
|
||||
padding: 5px;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.panel-grid h2 {
|
||||
border-right: 1px solid Black;
|
||||
}
|
||||
|
||||
.panel-body {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue