Author: jablko
Date: Wed Sep 23 15:46:21 2009
New Revision: 3482
Log:
Use generic class names -- force
Modified:
trunk/plugins/sfAlouettePlugin/web/css/style.css
trunk/plugins/sfColumbiaPlugin/web/css/style.css
Modified: trunk/plugins/sfAlouettePlugin/web/css/style.css
==============================================================================
--- trunk/plugins/sfAlouettePlugin/web/css/style.css Wed Sep 23 15:40:48
2009 (r3481)
+++ trunk/plugins/sfAlouettePlugin/web/css/style.css Wed Sep 23 15:46:21
2009 (r3482)
@@ -592,7 +592,7 @@
/* searchbox */
/*****************************************/
-#searchbox
+#search-sidebar
{
background: transparent url(../images/searchbox.png) repeat scroll 0 0;
background-repeat: repeat-y;
@@ -601,7 +601,7 @@
width: 770px;
}
-#searchbox .box
+#search-sidebar .textbox
{
width: 360px;
height: auto;
@@ -612,12 +612,12 @@
margin: 5px;
}
-#searchbox .box:focus
+#search-sidebar .textbox:focus
{
background: transparent;
}
-#searchbox .searchbox-submit
+#search-sidebar .form-submit
{
background: transparent url(../images/searchbox-button.png) repeat scroll 0
0;;
background-repeat: repeat-y;
Modified: trunk/plugins/sfColumbiaPlugin/web/css/style.css
==============================================================================
--- trunk/plugins/sfColumbiaPlugin/web/css/style.css Wed Sep 23 15:40:48
2009 (r3481)
+++ trunk/plugins/sfColumbiaPlugin/web/css/style.css Wed Sep 23 15:46:21
2009 (r3482)
@@ -614,7 +614,7 @@
/* searchbox */
/*****************************************/
-#searchbox
+#search-sidebar
{
background: transparent url(../images/searchbox.gif) repeat scroll 0 0;
background-repeat: repeat-y;
@@ -623,7 +623,7 @@
width: 770px;
}
-#searchbox .box
+#search-sidebar .textbox
{
width: 360px;
height: auto;
@@ -634,12 +634,12 @@
margin: 5px;
}
-#searchbox .box:focus
+#search-sidebar .textbox:focus
{
background: transparent;
}
-#searchbox .searchbox-submit
+#search-sidebar .form-submit
{
background: transparent url(../images/searchbox-button.gif) repeat scroll 0
0;;
background-repeat: repeat-y;
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---