2016-06-07 20:09:49 +03:00
|
|
|
#theming input {
|
|
|
|
width: 17em;
|
|
|
|
}
|
2016-06-09 22:46:30 +03:00
|
|
|
|
|
|
|
#theming .upload-logo-field {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2016-11-16 13:38:01 +03:00
|
|
|
#theming div > label {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2016-06-09 22:46:30 +03:00
|
|
|
#theming .theme-undo {
|
2016-11-16 13:38:01 +03:00
|
|
|
position: absolute;
|
|
|
|
top: -7px;
|
|
|
|
right: 7px;
|
2016-06-09 22:46:30 +03:00
|
|
|
cursor: pointer;
|
2016-11-16 13:38:01 +03:00
|
|
|
opacity: .3;
|
|
|
|
padding: 7px;
|
2016-08-29 18:42:43 +03:00
|
|
|
vertical-align: top;
|
|
|
|
display: inline-block;
|
2016-11-16 13:38:01 +03:00
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
#theming form .theme-undo {
|
|
|
|
position: relative;
|
|
|
|
top: 4px;
|
|
|
|
left: 158px;
|
|
|
|
visibility: visible;
|
|
|
|
}
|
|
|
|
#theming input[type='text']:focus + .theme-undo,
|
|
|
|
#theming input[type='text']:active + .theme-undo {
|
|
|
|
visibility: visible;
|
2016-06-09 22:46:30 +03:00
|
|
|
}
|
|
|
|
|
2016-08-29 18:42:43 +03:00
|
|
|
#theming .icon-loading-small:after {
|
|
|
|
margin: -10px 0 0 -10px;
|
2016-06-09 22:46:30 +03:00
|
|
|
}
|
|
|
|
|
2016-06-23 13:05:42 +03:00
|
|
|
#theming label span {
|
2016-06-09 22:46:30 +03:00
|
|
|
display: inline-block;
|
2016-06-23 13:05:42 +03:00
|
|
|
min-width: 90px;
|
|
|
|
padding: 8px 0px;
|
2016-06-09 22:46:30 +03:00
|
|
|
}
|
|
|
|
|
2016-08-29 18:42:43 +03:00
|
|
|
#theming .icon-upload,
|
|
|
|
#theming .icon-loading-small {
|
2016-06-09 22:46:30 +03:00
|
|
|
display: inline-flex;
|
2016-06-23 13:05:42 +03:00
|
|
|
padding: 8px;
|
2016-08-29 18:42:43 +03:00
|
|
|
margin: 2px 0px;
|
2016-06-09 22:46:30 +03:00
|
|
|
}
|
2016-06-16 18:30:18 +03:00
|
|
|
|
|
|
|
div#theming_settings_msg {
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
2016-08-24 12:33:54 +03:00
|
|
|
|
|
|
|
#theming-preview {
|
|
|
|
width: 230px;
|
|
|
|
height: 140px;
|
|
|
|
background-size: cover;
|
|
|
|
background-position: center center;
|
|
|
|
text-align: center;
|
|
|
|
margin-left: 93px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#theming-preview img {
|
|
|
|
max-width: 20%;
|
|
|
|
max-height: 20%;
|
|
|
|
margin-top: 20px;
|
2016-11-16 13:38:01 +03:00
|
|
|
}
|