Add: register_maestro

This commit is contained in:
2018-07-10 10:21:37 +09:00
parent 9a8b8fc417
commit 7fe64c7a45
7 changed files with 931 additions and 1 deletions
+114
View File
@@ -0,0 +1,114 @@
@charset "utf-8";
<style type="text/css">
.login {
background-color: #ff0000;
padding: 20px;
}
.register {
background-color: #0000ff;
padding: 20px;
}
.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>