Adjust width of text input field
authorJoey Schulze <joey@infodrom.org>
Mon, 12 Mar 2012 16:10:53 +0000 (17:10 +0100)
committerJoey Schulze <joey@infodrom.org>
Mon, 12 Mar 2012 16:10:53 +0000 (17:10 +0100)
masks/documents/files.php

index a3df49e..6142b85 100644 (file)
@@ -58,7 +58,7 @@ $mask = array(
                              'title' => array(
                                            'name' => 'Titel',
                                            'type' => 'text',
-                                           'size' => 25,
+                                           'size' => 21,
                                            'required' => true,
                                            ),
                              'date' => array(