2016-06-07 20:09:49 +03:00
|
|
|
#theming input {
|
2017-04-28 19:23:15 +03:00
|
|
|
width: 230px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#theming input:focus,
|
|
|
|
#theming input:active {
|
|
|
|
padding-right: 30px;
|
2016-06-07 20:09:49 +03:00
|
|
|
}
|
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;
|
|
|
|
}
|
2016-10-12 17:45:07 +03:00
|
|
|
form.uploadButton {
|
|
|
|
width: 356px;
|
|
|
|
}
|
|
|
|
#theming form .theme-undo,
|
|
|
|
#theming .theme-remove-bg {
|
|
|
|
cursor: pointer;
|
|
|
|
opacity: .3;
|
|
|
|
padding: 7px;
|
|
|
|
vertical-align: top;
|
|
|
|
display: inline-block;
|
|
|
|
float: right;
|
2016-11-16 13:38:01 +03:00
|
|
|
position: relative;
|
|
|
|
top: 4px;
|
2016-10-12 17:45:07 +03:00
|
|
|
right: 0px;
|
2016-11-16 13:38:01 +03:00
|
|
|
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-06-23 13:05:42 +03:00
|
|
|
#theming label span {
|
2016-06-09 22:46:30 +03:00
|
|
|
display: inline-block;
|
2017-04-28 18:55:59 +03:00
|
|
|
min-width: 120px;
|
2016-06-23 13:05:42 +03:00
|
|
|
padding: 8px 0px;
|
2017-04-28 18:55:59 +03:00
|
|
|
vertical-align: top;
|
2016-06-09 22:46:30 +03:00
|
|
|
}
|
|
|
|
|
2016-10-12 17:45:07 +03:00
|
|
|
#theming .icon-upload,
|
2017-05-20 23:10:06 +03:00
|
|
|
#theming .uploadButton .icon-loading-small {
|
2017-04-28 18:55:59 +03:00
|
|
|
padding: 8px 20px;
|
|
|
|
width: 20px;
|
|
|
|
margin: 2px 0px;
|
|
|
|
min-height: 32px;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
#theming_settings_status {
|
|
|
|
height: 26px;
|
|
|
|
margin: 10px;
|
|
|
|
}
|
2017-05-20 23:41:23 +03:00
|
|
|
|
2017-05-20 23:30:02 +03:00
|
|
|
#theming_settings_loading {
|
2017-05-20 23:26:58 +03:00
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
2017-04-28 18:55:59 +03:00
|
|
|
margin-right: 10px;
|
|
|
|
}
|
2016-08-24 12:33:54 +03:00
|
|
|
|
2017-05-20 23:26:58 +03:00
|
|
|
#theming_settings_msg {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2017-05-12 03:49:32 +03:00
|
|
|
#theming-preview-logo {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2016-08-24 12:33:54 +03:00
|
|
|
#theming-preview {
|
|
|
|
width: 230px;
|
|
|
|
height: 140px;
|
|
|
|
background-size: cover;
|
|
|
|
background-position: center center;
|
|
|
|
text-align: center;
|
2017-04-28 18:55:59 +03:00
|
|
|
margin-left: 123px;
|
|
|
|
margin-top: 10px;
|
2017-05-12 03:49:32 +03:00
|
|
|
cursor: pointer;
|
2016-08-24 12:33:54 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
#theming-preview img {
|
|
|
|
max-width: 20%;
|
|
|
|
max-height: 20%;
|
|
|
|
margin-top: 20px;
|
2016-11-16 13:38:01 +03:00
|
|
|
}
|