nextcloud/apps/theming/css/settings-admin.css

35 lines
479 B
CSS
Raw Normal View History

#theming input {
width: 17em;
}
2016-06-09 22:46:30 +03:00
#theming .upload-logo-field {
display: none;
}
#theming .theme-undo {
cursor: pointer;
opacity: .5;
padding: 9px;
vertical-align: bottom;
2016-06-09 22:46:30 +03:00
}
#theming .icon {
display: inline-block;
}
#theming label span {
2016-06-09 22:46:30 +03:00
display: inline-block;
min-width: 90px;
padding: 8px 0px;
2016-06-09 22:46:30 +03:00
}
#theming .icon-upload {
display: inline-flex;
padding: 8px;
margin: 0;
2016-06-09 22:46:30 +03:00
}
div#theming_settings_msg {
margin-left: 10px;
}