Browse Source

Size screenshots in edit form

spaghetti 7 years ago
parent
commit
794d396d48
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      static/styles/global.css

+ 4
- 0
static/styles/global.css View File

932
 .hidden {
932
 .hidden {
933
   display: none;
933
   display: none;
934
 }
934
 }
935
+
936
+form.edit_form[name=screenshots_form] input[type=text], form.edit_form[name=screenshots_form] img {
937
+  width: 400px;
938
+}

Loading…
Cancel
Save