mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 06:07:32 +02:00
Styling for the future.
This commit is contained in:
@@ -1778,3 +1778,32 @@ tr.highlight-even, .table-striped > tbody > tr.highlight-even { background-colo
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
|
||||
@media only screen and (min-width : 768px) {
|
||||
.is-table-row {
|
||||
display: table;
|
||||
width: 100%;
|
||||
margin:0;
|
||||
|
||||
}
|
||||
.is-table-row > .admin-right-panel, .is-table-row > .admin-left-panel{
|
||||
float: none;
|
||||
display: table-cell;
|
||||
vertical-align: top;
|
||||
|
||||
}
|
||||
}
|
||||
.admin-left-panel {
|
||||
background-color: #303030;
|
||||
!*margin-top: -37px;*!
|
||||
padding-right: 0;
|
||||
padding-left: 0;
|
||||
background:#3c3c3c;
|
||||
|
||||
}
|
||||
|
||||
.col-lg-2 { width: 12%}
|
||||
.col-lg-10 { width: 88%}
|
||||
|
||||
*/
|
||||
|
Reference in New Issue
Block a user