[Rt-commit] rt branch, 3.8-trunk, updated. 66f97da15d84ad97536c0e0c42d503962a1276e6

Kevin Falcone falcone at bestpractical.com
Tue Jul 21 19:10:24 EDT 2009


The branch, 3.8-trunk has been updated
       via  66f97da15d84ad97536c0e0c42d503962a1276e6 (commit)
      from  2cffc2e9a434f59e836779f3f072afe2aa6df1b9 (commit)

Summary of changes:
 share/html/NoAuth/css/3.4-compat/forms.css  |    5 +++++
 share/html/NoAuth/css/3.5-default/forms.css |    5 +++++
 share/html/NoAuth/css/web2/forms.css        |    5 +++++
 share/html/Ticket/Elements/EditCustomFields |    2 +-
 4 files changed, 16 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 66f97da15d84ad97536c0e0c42d503962a1276e6
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Tue Jul 21 19:06:52 2009 -0400

    Make the "Input must match" CF messages cssable

diff --git a/share/html/NoAuth/css/3.4-compat/forms.css b/share/html/NoAuth/css/3.4-compat/forms.css
index bf55187..cbfb829 100644
--- a/share/html/NoAuth/css/3.4-compat/forms.css
+++ b/share/html/NoAuth/css/3.4-compat/forms.css
@@ -103,3 +103,8 @@ form .label, form label {
     margin-left: 2em;
 }
 
+.cfinvalidfield {
+    font-style: italic;
+    color: red;
+}
+
diff --git a/share/html/NoAuth/css/3.5-default/forms.css b/share/html/NoAuth/css/3.5-default/forms.css
index d2baa32..6dfde46 100755
--- a/share/html/NoAuth/css/3.5-default/forms.css
+++ b/share/html/NoAuth/css/3.5-default/forms.css
@@ -141,3 +141,8 @@ form input.checkbox, form input.radio {
     
 }
 
+.cfinvalidfield {
+    font-style: italic;
+    color: red;
+}
+
diff --git a/share/html/NoAuth/css/web2/forms.css b/share/html/NoAuth/css/web2/forms.css
index beb7bf9..8afedcb 100755
--- a/share/html/NoAuth/css/web2/forms.css
+++ b/share/html/NoAuth/css/web2/forms.css
@@ -235,3 +235,8 @@ div.widget .hints {
     width: 7em;
 }
 
+.cfinvalidfield {
+    font-style: italic;
+    color: red;
+}
+
diff --git a/share/html/Ticket/Elements/EditCustomFields b/share/html/Ticket/Elements/EditCustomFields
index 7fd7199..bbcc8ea 100755
--- a/share/html/Ticket/Elements/EditCustomFields
+++ b/share/html/Ticket/Elements/EditCustomFields
@@ -67,7 +67,7 @@
       &>
 %  if (my $msg = $m->notes('InvalidField-' . $CustomField->Id)) {
         <br />
-        <em style="color: red"><% $msg %></em>
+        <span class="cfinvalidfield"><% $msg %></span>
 %  }
     </td>
 

-----------------------------------------------------------------------


More information about the Rt-commit mailing list