Browse Source

update main.css (input for 'Publish' date mostly).

stable
Craig Oates 2 years ago
parent
commit
7931d33588
  1. 11
      static/css/main.css

11
static/css/main.css

@ -35,7 +35,8 @@ a:hover {
input[type=file],
input[type=text],
input[type=password] {
input[type=password],
input[type=number] {
border: 1px solid black;
border-radius: 8px;
margin: 0px;
@ -341,6 +342,14 @@ hr {
padding: 0px;
}
.be-gui-form-row input[type=number] {
padding: 6px;
}
.be-gui-form-row select {
margin: 0px 6px 0px 0px;
}
.be-gui-form-thumbnail {
max-height: 80px;
margin: 12px;

Loading…
Cancel
Save