You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
197 lines
3.6 KiB
197 lines
3.6 KiB
.add_new_profile {
|
|
padding: 20px;
|
|
display: block;
|
|
text-align: center;
|
|
font-size: 20px;
|
|
border-bottom: 1px solid rgba(255,255,255,0.2);
|
|
}
|
|
|
|
.profile {
|
|
border-bottom: 1px solid rgba(255,255,255,0.2);
|
|
position: relative;
|
|
}
|
|
|
|
.profile > .delete {
|
|
position: absolute;
|
|
padding: 16px;
|
|
right: 0;
|
|
cursor: pointer;
|
|
opacity: 0.6;
|
|
color: #fd5353;
|
|
}
|
|
.profile > .delete:hover {
|
|
opacity: 1;
|
|
}
|
|
|
|
.profile .ctrlHolder:hover {
|
|
background: none;
|
|
}
|
|
|
|
.profile .qualities {
|
|
min-height: 80px;
|
|
}
|
|
|
|
.profile .formHint {
|
|
width: 210px !important;
|
|
vertical-align: top !important;
|
|
margin: 0 !important;
|
|
padding-left: 3px !important;
|
|
opacity: 0.1;
|
|
}
|
|
.profile:hover .formHint {
|
|
opacity: 1;
|
|
}
|
|
|
|
.profile .wait_for {
|
|
padding-top: 0;
|
|
padding-bottom: 20px;
|
|
}
|
|
|
|
.profile .wait_for input {
|
|
margin: 0 5px !important;
|
|
}
|
|
|
|
.profile .wait_for .minimum_score_input {
|
|
width: 40px !important;
|
|
text-align: left;
|
|
}
|
|
|
|
.profile .types {
|
|
padding: 0;
|
|
margin: 0 20px 0 -4px;
|
|
display: inline-block;
|
|
}
|
|
|
|
.profile .types li {
|
|
padding: 3px 5px;
|
|
border-bottom: 1px solid rgba(255,255,255,0.2);
|
|
list-style: none;
|
|
}
|
|
.profile .types li:last-child { border: 0; }
|
|
|
|
.profile .types li > * {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
line-height: 0;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.profile .type .check {
|
|
margin-top: -1px;
|
|
}
|
|
|
|
.profile .quality_type select {
|
|
width: 120px;
|
|
margin-left: -1px;
|
|
}
|
|
|
|
.profile .types li.is_empty .check,
|
|
.profile .types li.is_empty .delete,
|
|
.profile .types li.is_empty .handle,
|
|
.profile .types li.is_empty .check_label {
|
|
visibility: hidden;
|
|
}
|
|
|
|
.profile .types .type label {
|
|
display: inline-block;
|
|
width: auto;
|
|
float: none;
|
|
text-transform: uppercase;
|
|
font-size: 11px;
|
|
font-weight: normal;
|
|
margin-right: 20px;
|
|
text-shadow: none;
|
|
vertical-align: bottom;
|
|
padding: 0;
|
|
height: 17px;
|
|
}
|
|
.profile .types .type label .check {
|
|
margin-right: 5px;
|
|
}
|
|
.profile .types .type label .check_label {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
height: 16px;
|
|
line-height: 13px;
|
|
}
|
|
|
|
.profile .types .type .threed {
|
|
display: none;
|
|
}
|
|
|
|
.profile .types .type.allow_3d .threed {
|
|
display: inline-block;
|
|
}
|
|
|
|
.profile .types .type .handle {
|
|
background: url('../../images/handle.png') center;
|
|
display: inline-block;
|
|
height: 20px;
|
|
width: 20px;
|
|
cursor: -moz-grab;
|
|
cursor: -webkit-grab;
|
|
cursor: grab;
|
|
margin: 0;
|
|
}
|
|
|
|
.profile .types .type .delete {
|
|
height: 20px;
|
|
width: 20px;
|
|
line-height: 20px;
|
|
visibility: hidden;
|
|
cursor: pointer;
|
|
font-size: 13px;
|
|
color: #fd5353;
|
|
}
|
|
.profile .types .type:not(.allow_3d) .delete {
|
|
margin-left: 55px;
|
|
}
|
|
|
|
.profile .types .type:hover:not(.is_empty) .delete {
|
|
visibility: visible;
|
|
}
|
|
|
|
#profile_ordering {
|
|
|
|
}
|
|
|
|
#profile_ordering ul {
|
|
float: left;
|
|
margin: 0;
|
|
width: 275px;
|
|
padding: 0;
|
|
}
|
|
|
|
#profile_ordering li {
|
|
border-bottom: 1px solid rgba(255,255,255,0.2);
|
|
padding: 0 5px;
|
|
}
|
|
#profile_ordering li:last-child { border: 0; }
|
|
|
|
#profile_ordering li .check {
|
|
margin: 2px 10px 0 0;
|
|
vertical-align: top;
|
|
}
|
|
|
|
#profile_ordering li > span {
|
|
display: inline-block;
|
|
height: 20px;
|
|
vertical-align: top;
|
|
line-height: 20px;
|
|
}
|
|
|
|
#profile_ordering li .handle {
|
|
background: url('../../images/handle.png') center;
|
|
width: 20px;
|
|
float: right;
|
|
cursor: -webkit-grab;
|
|
cursor: -moz-grab;
|
|
cursor: grab;
|
|
}
|
|
|
|
#profile_ordering .formHint {
|
|
clear: none;
|
|
float: right;
|
|
width: 250px;
|
|
margin: 0;
|
|
}
|
|
|