fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [12144] stylesheet for validator


From: Alejandro
Subject: [Fmsystem-commits] [12144] stylesheet for validator
Date: Fri, 10 Oct 2014 19:53:29 +0000

Revision: 12144
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12144
Author:   nudrick
Date:     2014-10-10 19:53:28 +0000 (Fri, 10 Oct 2014)
Log Message:
-----------
stylesheet for validator

Added Paths:
-----------
    branches/dev-syncromind/phpgwapi/js/jquery/validator/
    branches/dev-syncromind/phpgwapi/js/jquery/validator/css/
    branches/dev-syncromind/phpgwapi/js/jquery/validator/css/main.css

Added: branches/dev-syncromind/phpgwapi/js/jquery/validator/css/main.css
===================================================================
--- branches/dev-syncromind/phpgwapi/js/jquery/validator/css/main.css           
                (rev 0)
+++ branches/dev-syncromind/phpgwapi/js/jquery/validator/css/main.css   
2014-10-10 19:53:28 UTC (rev 12144)
@@ -0,0 +1,56 @@
+/* Form validator */
+
+.help-block {
+    display: inline;
+    padding-left: 6px;
+    font-size: 85%;
+}
+
+span.form-error.help-block {
+    display: block;
+    color: red;
+    margin-top: 6px;
+    padding-left: 0;
+}
+
+div.form-error {
+    padding: 6px 12px;
+    line-height: 180%;
+    background: #ffe5ed;
+    border-radius: 4px;
+    margin-bottom: 22px;
+    color: darkred;
+}
+
+input.valid {
+    background: url(../img/icon-ok.png) no-repeat right center #e3ffe5;
+    color: #002f00;
+    border-color: #96b796 !important;
+}
+
+input.error {
+    background: url(../img/icon-fail.png) no-repeat right center #ffebef;
+    color: #480000;
+}
+
+.form-suggest-element {
+    padding: 4px;
+}
+
+form.validating-server-side .server-validation {
+    background: url(../img/ajax-loader.gif?v=2) no-repeat center right #FFF;
+    opacity: 0.5;
+}
+
+.max-chars {
+    background: #EEE;
+    color: #999;
+}
+
+.form-help {
+    padding-left: 6px;
+    font-size: 90%;
+    color: #888;
+}
+
+




reply via email to

[Prev in Thread] Current Thread [Next in Thread]