From: Alexander Ebert Date: Sat, 16 Apr 2016 10:50:56 +0000 (+0200) Subject: Added proper styling for form grids X-Git-Tag: 3.0.0_Beta_1~1881 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a44dd9c3d3f4f4eaaf28c809ffa13bd341586f22;p=GitHub%2FWoltLab%2FWCF.git Added proper styling for form grids --- diff --git a/wcfsetup/install/files/acp/templates/pageList.tpl b/wcfsetup/install/files/acp/templates/pageList.tpl index 65639ca559..1972e72de7 100644 --- a/wcfsetup/install/files/acp/templates/pageList.tpl +++ b/wcfsetup/install/files/acp/templates/pageList.tpl @@ -44,59 +44,61 @@

{lang}wcf.global.filter{/lang}

-
-
-
-
-
- -
-
- -
-
-
- -
-
- -
-
-
- -
-
- -
-
-
+
+
+
+
+ +
+
+ +
+
+
+ +
+
+ +
+
+
+ +
+
+ +
+
+
+
-
- -
-
-
+ +
+
+ +
+
+
+
-
- - {event name='filterFields'} -
+ +
+
-
- - {@SECURITY_TOKEN_INPUT_TAG} -
+ {event name='filterFields'} +
+ +
+ + {@SECURITY_TOKEN_INPUT_TAG}
diff --git a/wcfsetup/install/files/style/layout/form.scss b/wcfsetup/install/files/style/layout/form.scss index b8adc56af1..8732e33fc2 100644 --- a/wcfsetup/install/files/style/layout/form.scss +++ b/wcfsetup/install/files/style/layout/form.scss @@ -208,3 +208,15 @@ input { width: 100%; } } + +/* grid-based form controls */ +.formGrid { + dt { + display: none; + } + + .selectDropdown, + select { + width: 100%; + } +}