mirror of
https://github.com/e107inc/e107.git
synced 2025-01-18 05:09:05 +01:00
29 lines
664 B
CSS
29 lines
664 B
CSS
/* Non-Admin CSS Document */
|
|
.col-main { zoom: 1 }
|
|
button { width:auto; margin-left:5px; overflow:visible; }
|
|
|
|
input.checkbox,
|
|
input.radio { width:13px; height:13px; }
|
|
|
|
button {
|
|
width:auto;
|
|
overflow:visible;
|
|
vertical-align: middle
|
|
}
|
|
button span {
|
|
margin-top:1px;
|
|
|
|
}
|
|
|
|
|
|
/* THEME SPECIFIC CSS *********************************************************************************************/
|
|
|
|
#core-frontpage-edit-home { width: 49%; float: left; margin-right: 10px; }
|
|
#core-frontpage-edit-post-login { width: 49%; float: left;}
|
|
|
|
#core-frontpage-edit-home .adminlist { width: 100%; }
|
|
#core-frontpage-edit-post-login .adminlist { width: 100%; }
|
|
|
|
|
|
|