Author: jablko
Date: Wed Sep 23 15:54:39 2009
New Revision: 3483
Log:
Restore look of search box -- 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:46:21
2009 (r3482)
+++ trunk/plugins/sfAlouettePlugin/web/css/style.css Wed Sep 23 15:54:39
2009 (r3483)
@@ -598,6 +598,7 @@
background-repeat: repeat-y;
height: 42px;
margin: 0 auto 0 auto;
+ padding: 0;
width: 770px;
}
@@ -617,17 +618,17 @@
background: transparent;
}
-#search-sidebar .form-submit
+#search-sidebar .form-submit, #search-sidebar .form-submit:hover
{
background: transparent url(../images/searchbox-button.png) repeat scroll 0
0;;
background-repeat: repeat-y;
+ color: transparent;
width: 38px;
height: 33px;
border: 0;
margin: 4px 4px 2px 0;
position: relative;
- bottom: 39px;
- left: 380px;
+ left: 220px;
}
/*********************************************************
Modified: trunk/plugins/sfColumbiaPlugin/web/css/style.css
==============================================================================
--- trunk/plugins/sfColumbiaPlugin/web/css/style.css Wed Sep 23 15:46:21
2009 (r3482)
+++ trunk/plugins/sfColumbiaPlugin/web/css/style.css Wed Sep 23 15:54:39
2009 (r3483)
@@ -620,6 +620,7 @@
background-repeat: repeat-y;
height: 42px;
margin: 0 auto 0 auto;
+ padding: 0;
width: 770px;
}
@@ -639,17 +640,17 @@
background: transparent;
}
-#search-sidebar .form-submit
+#search-sidebar .form-submit, #search-sidebar .form-submit:hover
{
background: transparent url(../images/searchbox-button.gif) repeat scroll 0
0;;
background-repeat: repeat-y;
+ color: transparent;
width: 38px;
height: 33px;
border: 0;
margin: 4px 4px 2px 0;
position: relative;
- bottom: 39px;
- left: 380px;
+ left: 220px;
}
/*********************************************************
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---