Added grid for admin.css
This commit is contained in:
parent
32d92ab7d5
commit
e5af25adf6
1 changed files with 39 additions and 0 deletions
|
|
@ -1096,5 +1096,44 @@ h2.title_container {
|
|||
|
||||
}
|
||||
|
||||
/*Grid 100% */
|
||||
|
||||
.row_4x {
|
||||
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
/* border: solid #fff 1px;*/
|
||||
float:auto;
|
||||
|
||||
}
|
||||
|
||||
.row_5x {
|
||||
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
/* border: solid #fff 1px;*/
|
||||
float:auto;
|
||||
|
||||
}
|
||||
|
||||
|
||||
.row_7x {
|
||||
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
/*border: solid #f00 1px;*/
|
||||
float:auto;
|
||||
|
||||
}
|
||||
|
||||
.row_8x {
|
||||
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
/*border: solid #f00 1px;*/
|
||||
float:auto;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue