Author: peter
Date: Wed Sep 16 11:01:49 2009
New Revision: 3341
Log:
commit .css files excluded from r3333 due to pre-commit hook issue
Modified:
trunk/web/css/form.css
Modified: trunk/web/css/form.css
==============================================================================
--- trunk/web/css/form.css Wed Sep 16 09:39:09 2009 (r3340)
+++ trunk/web/css/form.css Wed Sep 16 11:01:49 2009 (r3341)
@@ -493,4 +493,28 @@
#list-search .textbox:focus
{
background: #CCCCCC;
-}
\ No newline at end of file
+}
+
+/*********************************************************
+ ADMIN INFO
+**********************************************************/
+
+.admin-info
+{
+ background-color: #A0A9BC;
+ border: 1px solid #000000;
+ padding: 5px;
+}
+
+.admin-info table
+{
+ border-collapse: separate;
+ width: 100%;
+ margin: 0;
+ padding: 0;
+}
+
+.admin-info .form-item label
+{
+ color: #000000;
+}
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---