admin magic box: v0.1
This commit is contained in:
@@ -1059,12 +1059,14 @@
|
||||
|
||||
#options .options_box {
|
||||
background:$col_main_3;
|
||||
width:490px;
|
||||
width:calc(50% - 25px);
|
||||
float:left;
|
||||
margin:0 10px 10px 0;
|
||||
padding:10px;
|
||||
}
|
||||
|
||||
#options .options_box:nth-child(even) {
|
||||
margin-right:0;
|
||||
}
|
||||
#options .options_box .loading {
|
||||
padding:10px;
|
||||
}
|
||||
@@ -1086,11 +1088,12 @@
|
||||
#options .options_box input[type=password],
|
||||
#options .options_box select,
|
||||
#options .options_box .checkbox {
|
||||
background:$col_none;
|
||||
background:$col_main_4;
|
||||
border-width:1px;
|
||||
font-size:14px;
|
||||
padding:5px;
|
||||
float:right;
|
||||
width:calc(50% - 10px);
|
||||
}
|
||||
|
||||
#options .options_box .button {
|
||||
@@ -1103,14 +1106,16 @@
|
||||
}
|
||||
|
||||
#options .options_box .checkbox {
|
||||
padding:0;
|
||||
text-align:center;
|
||||
padding-top:0;
|
||||
padding-bottom:0;
|
||||
background:none;
|
||||
font-size:1.7em;
|
||||
}
|
||||
|
||||
#options .options_box .option_line p {
|
||||
float:left;
|
||||
width:250px;
|
||||
width:50%;
|
||||
padding:5px 0;
|
||||
font-size:14px;
|
||||
}
|
||||
@@ -1119,6 +1124,35 @@
|
||||
margin-top:5px;
|
||||
}
|
||||
|
||||
#options #admin {
|
||||
clear:both;
|
||||
width:calc(100% - 20px);
|
||||
}
|
||||
|
||||
#options #admin .magic_box {
|
||||
font-size:14px;
|
||||
padding:5px 10px 10px;
|
||||
background:$col_main_4;
|
||||
float:left;
|
||||
}
|
||||
|
||||
#options #admin .magic_box h3 {
|
||||
margin:0;
|
||||
font-style: italic;
|
||||
text-align: center;
|
||||
padding:5px 0;
|
||||
}
|
||||
|
||||
#options #admin .magic_box input, #options #admin .magic_box select {
|
||||
width:calc(100% - 10px);
|
||||
margin:5px 0;
|
||||
float:left;
|
||||
background:white;
|
||||
}
|
||||
#options #admin .magic_box select {
|
||||
width:100%;
|
||||
}
|
||||
|
||||
/* Procedure */
|
||||
|
||||
#procedure #procedure_steps .button {
|
||||
@@ -1354,15 +1388,6 @@
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
/* Log Out */
|
||||
|
||||
#logout p {
|
||||
font-size:18px;
|
||||
background-color:$col_main_3;
|
||||
margin-top:25px;
|
||||
padding:5px;
|
||||
}
|
||||
|
||||
/* Note */
|
||||
|
||||
#note {
|
||||
|
||||
Reference in New Issue
Block a user