Add: register_maestro
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user