* zin: add css file of formGridPanel widget.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
.size-sm {--zt-panel-form-max-width: 800px; --zt-panel-form-min-width: 590px;}
|
||||
.size-md {--zt-panel-form-max-width: 1000px; --zt-panel-form-min-width: 790px;}
|
||||
.size-lg {--zt-panel-form-max-width: 1200px; --zt-panel-form-min-width: 990px;}
|
||||
@@ -43,6 +43,6 @@ class formGridPanel extends formPanel
|
||||
|
||||
public static function getPageCSS(): ?string
|
||||
{
|
||||
return ".size-sm {--zt-panel-form-max-width: 800px;--zt-panel-form-min-width: 600px;}";
|
||||
return file_get_contents(__DIR__ . DS . 'css' . DS . 'v1.css');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user