From: Andrey Kutejko Date: Sat, 21 Sep 2013 11:55:12 +0000 (+0300) Subject: bump libs X-Git-Tag: 0.5~30 X-Git-Url: https://git.andy128k.dev/?a=commitdiff_plain;h=5bc49d5ed8d9445a3f4737a5909a9cea318e6435;p=ipf.git bump libs --- diff --git a/composer.lock b/composer.lock index a718dfa..5e8b556 100644 --- a/composer.lock +++ b/composer.lock @@ -11,7 +11,7 @@ "source": { "type": "git", "url": "git://git.andy128k.net/ipf-template.git", - "reference": "1e6bb72a1b05b2eb83bf4ce3bb6acfec94c0f63b" + "reference": "07cadd4c5eaf9bca8adf059c90e2cb60a3d29fbd" }, "require-dev": { "phpunit/phpunit": "3.7.*" @@ -36,7 +36,7 @@ } ], "description": "Template Engine extracted from IPF Web Framework", - "time": "2013-09-17 19:16:01" + "time": "2013-09-21 11:18:12" }, { "name": "andy128k/missing-tools", diff --git a/ipf/admin/static/admin/css/forms.css b/ipf/admin/static/admin/css/forms.css index f9e2304..7d46add 100644 --- a/ipf/admin/static/admin/css/forms.css +++ b/ipf/admin/static/admin/css/forms.css @@ -113,6 +113,7 @@ ul.orderer li.deleted:hover, ul.orderer li.deleted a.selector:hover { cursor:def .form-row img { vertical-align:middle; } .form-row input { vertical-align:middle; width: 300px; } .form-row textarea { width: 300px; height: 180px; } +.form-row select[multiple] { width: 300px; height: 180px; } form .form-row p { padding-left:0; font-size:11px; } /* FORM GROUP TITLE */