mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-17 18:29:55 +09:00
52 lines
684 B
CSS
52 lines
684 B
CSS
.editor_window {
|
|
width:400px;
|
|
text-align:center;
|
|
}
|
|
|
|
.header {
|
|
float:left;
|
|
width:100px;
|
|
clear:left;
|
|
text-align:left;
|
|
font-weight:bold;
|
|
margin:5px;
|
|
font-size:9pt;
|
|
font-size:9pt;
|
|
}
|
|
|
|
.body {
|
|
float:left;
|
|
width:250px;
|
|
text-align:left;
|
|
margin:5px;
|
|
font-size:9pt;
|
|
}
|
|
|
|
.body label {
|
|
cursor:pointer;
|
|
font-size:9pt;
|
|
}
|
|
|
|
.multimedia_url {
|
|
width:240px;
|
|
border:1px solid #AAAAAA;
|
|
}
|
|
|
|
.multimedia_size {
|
|
width:60px;
|
|
border:1px solid #AAAAAA;
|
|
}
|
|
|
|
.editor_button_area {
|
|
clear:both;
|
|
text-align:center;
|
|
height:25px;
|
|
padding-top:3px;
|
|
background-color:#EEEEEE;
|
|
}
|
|
|
|
.editor_button {
|
|
margin-top:4px;
|
|
background-color:#FFFFFF;
|
|
border:1px solid #AAAAAA;
|
|
}
|