From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmccabe@sourceware.org Date: 21 Sep 2006 21:45:40 -0000 Subject: [Cluster-devel] conga/luci/plone-custom base.css.dtml failsafe ... Message-ID: <20060921214540.24507.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe at sourceware.org 2006-09-21 21:45:36 Modified files: luci/plone-custom: base.css.dtml failsafe_login_form.cpt login_form.cpt portlet_login Added files: luci/plone-custom: input_disabled_background.gif Log message: - make it obvious that disabled input elements are disabled - keep the browser from asking to remember passwords Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/input_disabled_background.gif.diff?cvsroot=cluster&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/base.css.dtml.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/failsafe_login_form.cpt.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/login_form.cpt.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/plone-custom/portlet_login.diff?cvsroot=cluster&r1=1.8&r2=1.9 /cvs/cluster/conga/luci/plone-custom/input_disabled_background.gif,v --> standard output revision 1.1 Binary files /cvs/cluster/conga/luci/plone-custom/input_disabled_background.gif and - differ --- conga/luci/plone-custom/base.css.dtml 2006/09/19 14:48:21 1.2 +++ conga/luci/plone-custom/base.css.dtml 2006/09/21 21:45:36 1.3 @@ -158,13 +158,17 @@ } textarea { - font: 100% Monaco, "Courier New", Courier, monospace; + font: 100% "Bitstream Vera Mono Sans", Monaco, "Courier New", Courier, monospace; border: &dtml-borderWidth; solid &dtml-globalBorderColor;; color: &dtml-inputFontColor;; background: White url(&dtml-portal_url;/input_background.gif) repeat-x; width: 100%; } +textarea.disabled,textarea:disabled { + background: transparent url(&dtml-portal_url;/input_disabled_background.gif) repeat-x; +} + input { font-family: ; border: &dtml-borderWidth; solid &dtml-globalBorderColor;; @@ -172,12 +176,22 @@ vertical-align: middle; background: White url(&dtml-portal_url;/input_background.gif) repeat-x; } + +input.disabled,input:disabled { + background: transparent url(&dtml-portal_url;/input_disabled_background.gif) repeat-x; +} + select { border: &dtml-borderWidth; solid &dtml-globalBorderColor;; color: &dtml-inputFontColor;; background-color: White; vertical-align: top; } + +select.disabled,select:disabled { + background-color: gray; +} + abbr, acronym, .explain { border-bottom: &dtml-borderWidth; dotted &dtml-fontColor;; color: &dtml-fontColor;; @@ -196,14 +210,14 @@ color: &dtml-discreetColor;; } code { - font-family: Monaco, "Courier New", Courier, monospace; + font-family: "Bitstream Vera Mono Sans", Monaco, "Courier New", Courier, monospace; font-size: 120%; color: &dtml-fontColor;; background-color: &dtml-globalBackgroundColor;; padding: 0 0.1em; } pre { - font-family: Monaco, "Courier New", Courier, monospace; + font-family: "Bitstream Vera Mono Sans", Monaco, "Courier New", Courier, monospace; font-size: 100%; padding: 1em; border: &dtml-borderWidth; &dtml-borderStyle; &dtml-globalBorderColor;; --- conga/luci/plone-custom/failsafe_login_form.cpt 2006/09/19 14:48:21 1.2 +++ conga/luci/plone-custom/failsafe_login_form.cpt 2006/09/21 21:45:36 1.3 @@ -77,7 +77,7 @@
Validation error output
- Validation error output -
Validation error output
- Validation error output - Login Name
- Password
-