]> git.mxchange.org Git - jjobs-war.git/commitdiff
Some nice stuff: (please cherry-pick)
authorRoland Häder <roland@mxchange.org>
Thu, 11 Aug 2016 15:57:04 +0000 (17:57 +0200)
committerRoland Haeder <roland@mxchange.org>
Fri, 19 Aug 2016 21:00:21 +0000 (23:00 +0200)
- fixed user account status CSS class
- added hover CSS definition for "errors" CSS class

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

index 294ff5e511e615c8ae4e27164ca55e67b6a63a99..b6ecdacea0075df37a478f85e9ef372c289e8b9c 100644 (file)
@@ -63,7 +63,7 @@
                                <h:column>
                                        <h:outputLabel for="userAccountStatus" styleClass="table_data_label" value="#{msg.ADMIN_USER_ACCOUNT_STATUS}" />
 
-                                       <h:outputText id="userAccountStatus" styleClass="data_field #{beanHelper.user.userAccountStatus.styleClass}" value="#{msg[beanHelper.user.userAccountStatus.messageKey]}" />
+                                       <h:outputText id="userAccountStatus" styleClass="table_data_field #{beanHelper.user.userAccountStatus.styleClass}" value="#{msg[beanHelper.user.userAccountStatus.messageKey]}" />
                                </h:column>
 
                                <h:column>
index 69e17cd98acbc06e2f521d5d749024b4c01a5171..86d6557804ec4351ea1ba9b922e2ff2caef9329f 100644 (file)
@@ -231,6 +231,10 @@ ul.footer_nav li.footer_copyright {
        color: red;
 }
 
+.errors:hover {
+       cursor: not-allowed;
+}
+
 .fatals {
        color: red;
        font-weight: bold;