Panel/themes/Evolution/modules/gamemanager/stop.css
2026-05-02 13:05:52 +00:00

18 lines
No EOL
378 B
CSS

.main-content {
background:none repeat scroll 0% 0% transparent;
border-radius:3px;
-moz-border-radius:3px;
border:1px solid #505050;
overflow:auto;
padding-right:1%;
padding-bottom:1%;
padding-left:1%;
}
#content {
border-radius:3px;
-moz-border-radius:3px;
background:#505050;
margin:0px auto;
text-align:left;
}