Author: david
Date: 2008-10-27 14:57:38 -0700 (Mon, 27 Oct 2008)
New Revision: 1507
Modified:
trunk/qubit/web/css/form.css
Log:
Revert css change to "form input" in r1501 with added selectors
input[type=text] and input[type=file] - increased specificity was causing the
rule to take precidence over the "form.login input" css rule.
Modified: trunk/qubit/web/css/form.css
===================================================================
--- trunk/qubit/web/css/form.css 2008-10-27 20:36:00 UTC (rev 1506)
+++ trunk/qubit/web/css/form.css 2008-10-27 21:57:38 UTC (rev 1507)
@@ -18,7 +18,7 @@
border: 0;
}
-form input[type=text], input[type=file]
+form input
{
width: 95%;
padding: 0 3px 3px 3px;
@@ -38,13 +38,6 @@
border: 1px solid #a3a3a3;
}
-form radio
-{
- padding: 0;
- margin: 0 0 0 20px;
- vertical-align: top;
-}
-
form ul.radio_list li
{
background: none;
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.ca/group/qubit-commits?hl=en
-~----------~----~----~----~------~----~------~--~---