103 lines
1.3 KiB
CSS
103 lines
1.3 KiB
CSS
@charset "utf-8";
|
|
|
|
<style type="text/css">
|
|
|
|
.hide {
|
|
display: none;
|
|
}
|
|
|
|
#section_add_maestro {
|
|
overflow: hidden;
|
|
}
|
|
|
|
#add_maestro {
|
|
float: left;
|
|
line-height: 2em;
|
|
width: 400px;
|
|
padding: 10px;
|
|
background-color: #aaaaff;
|
|
}
|
|
|
|
#maestro_list_result {
|
|
float: right;
|
|
line-height: 2em;
|
|
width: 600px;
|
|
padding: 10px;
|
|
background-color: #ffaaaa;
|
|
}
|
|
|
|
#maestro_list_result_contents {
|
|
vertical-align: top;
|
|
}
|
|
|
|
.maestro_list {
|
|
list-style: none;
|
|
}
|
|
|
|
.maestro_list > li > span {
|
|
line-height: normal;
|
|
}
|
|
|
|
.maestro_list > li > .maestro_id {
|
|
display: none;
|
|
}
|
|
|
|
.maestro_list .maestro_id {
|
|
background-color: #ffffff;
|
|
}
|
|
|
|
.maestro_list .maestro_name {
|
|
width: 200px;
|
|
background-color: #ffdddd;
|
|
}
|
|
|
|
.maestro_list .maestro_account_type {
|
|
width: 200px;
|
|
background-color: #ddffdd;
|
|
}
|
|
|
|
.maestro_list .maestro_update {
|
|
width: 200px;
|
|
background-color: #ddddff;
|
|
}
|
|
|
|
.maestro_list_navigator {
|
|
text-align: center;
|
|
}
|
|
|
|
.maestro_list_navigator > span {
|
|
line-height: normal;
|
|
}
|
|
|
|
.maestro_list_navigator > span > a {
|
|
cursor: pointer;
|
|
}
|
|
|
|
#search_maestro {
|
|
overflow: hidden;
|
|
}
|
|
|
|
#search_maestro_name {
|
|
float: left;
|
|
line-height: 2em;
|
|
width: 400px;
|
|
padding: 10px;
|
|
background-color: #aaaaff;
|
|
}
|
|
|
|
#search_result {
|
|
float: right;
|
|
line-height: 2em;
|
|
width: 600px;
|
|
padding: 10px;
|
|
background-color: #ffaaaa;
|
|
}
|
|
|
|
/*
|
|
#mouse_app_list {
|
|
overflow: hidden;
|
|
}
|
|
*/
|
|
|
|
|
|
</style> |