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,3 +932,7 @@ input[type="search"] {
932 932
 .hidden {
933 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