mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
22 lines
258 B
CSS
22 lines
258 B
CSS
#admin_title {
|
|
font-weight:bold;
|
|
float:left;
|
|
height:30px;
|
|
}
|
|
|
|
#admin_info {
|
|
float:right;
|
|
height:30px;
|
|
}
|
|
|
|
#admin_module_list {
|
|
clear:both;
|
|
float:left;
|
|
}
|
|
|
|
#admin_module_content {
|
|
position:relative;
|
|
margin-left:150px;
|
|
left:0px;
|
|
top:30px;
|
|
}
|