19 lines
227 B
CSS
19 lines
227 B
CSS
@charset "UTF-8";
|
|
|
|
#container{
|
|
width:1024px;
|
|
margin:auto;
|
|
}
|
|
|
|
.defender_add_form .general_detail{
|
|
display:none !important;
|
|
}
|
|
|
|
|
|
.form_sample{
|
|
display:none !important;
|
|
}
|
|
|
|
input[type=number]{
|
|
text-align:right;
|
|
} |