13 lines
175 B
CSS
13 lines
175 B
CSS
|
|
.omni_admin_content {
|
||
|
|
width:1055px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.omni_admin_main {
|
||
|
|
background-color:#f6f6f6;
|
||
|
|
border:1px solid #ccc;
|
||
|
|
float:left;
|
||
|
|
margin:10px;
|
||
|
|
padding:10px;
|
||
|
|
width:760px;
|
||
|
|
}
|