Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
#ucp-main {
position: fixed;
z-index: 10000000;
margin: 10% 10px 10% 10px;
border-radius: 5px;
border-style: solid;
border-width: 1px;
overflow: auto;
height: auto;
width: auto;
max-height: 90%;
max-width: 90%;
cursor: default;
}
.ucp-action {
display: inline-flex;
flex-wrap: wrap;
margin: 3px;
min-width: 30%;
}
.ucp-action * {margin:1px}
.ucp-bar {
display: inline-flex;
margin: 5px;
}
.ucp-btn {
float: right;
margin: 5px;
}
.ucp-btn-showform {
text-transform: uppercase;
font-weight: bold;
cursor: default;
}