]> git.mxchange.org Git - jjobs-war.git/commitdiff
Continued a bit: (please cherry-pick)
authorRoland Häder <roland@mxchange.org>
Fri, 12 Aug 2016 09:40:47 +0000 (11:40 +0200)
committerRoland Haeder <roland@mxchange.org>
Fri, 19 Aug 2016 21:06:10 +0000 (23:06 +0200)
- added padding left+right to have some space for rounded corners
- added style class for text areas

web/admin/user/admin_user_lock.xhtml
web/resources/css/cssLayout.css

index 94ebf9b6359f0172e1f8973f67053c9c4e275298..7c683b7be535925117ca34e4a666f01d7aa27494 100644 (file)
@@ -68,7 +68,7 @@
                                                </div>
 
                                                <div>
-                                                       <h:inputTextarea id="userLockReason" value="#{adminUserController.userLockReason}" cols="50" rows="10" required="true" requiredMessage="#{msg.ADMIN_USER_UNLOCK_REASON_REQUIRED}" />
+                                                       <h:inputTextarea styleClass="input" id="userLockReason" value="#{adminUserController.userLockReason}" cols="50" rows="10" required="true" requiredMessage="#{msg.ADMIN_USER_UNLOCK_REASON_REQUIRED}" />
                                                </div>
                                        </div>
 
index 83edaac7ac68c92677a93e73574a9f430020aaff..9e6791ca9ca41e309e79b61b0183a01f867b5b29 100644 (file)
@@ -336,3 +336,8 @@ input:hover, textarea:hover, select:hover, option:hover {
 .fieldset {
        padding: 5px;
 }
+
+.input {
+       padding-left: 4px;
+       padding-right: 4px;
+}