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