37 lines
566 B
CSS
37 lines
566 B
CSS
#theming input {
|
|
width: 17em;
|
|
}
|
|
|
|
#theming .upload-logo-field {
|
|
display: none;
|
|
}
|
|
|
|
#theming .theme-undo {
|
|
cursor: pointer;
|
|
opacity: .5;
|
|
padding: 11px 5px;
|
|
vertical-align: top;
|
|
display: inline-block;
|
|
}
|
|
|
|
#theming .icon-loading-small:after {
|
|
margin: -10px 0 0 -10px;
|
|
}
|
|
|
|
#theming label span {
|
|
display: inline-block;
|
|
min-width: 90px;
|
|
padding: 8px 0px;
|
|
}
|
|
|
|
#theming .icon-upload,
|
|
#theming .icon-loading-small {
|
|
display: inline-flex;
|
|
padding: 8px;
|
|
margin: 2px 0px;
|
|
}
|
|
|
|
div#theming_settings_msg {
|
|
margin-left: 10px;
|
|
}
|