Author: gmcdonald
Date: Mon Jan 12 03:53:00 2009
New Revision: 733701
URL: http://svn.apache.org/viewvc?rev=733701&view=rev
Log:
Make search and sub-tabs display better in IE whilst keeping Firefox happy -
more IE specific positioning needed
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/css/pelt.screen.css
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/css/pelt.screen.css
URL:
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/css/pelt.screen.css?rev=733701&r1=733700&r2=733701&view=diff
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/css/pelt.screen.css
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/css/pelt.screen.css
Mon Jan 12 03:53:00 2009
@@ -160,11 +160,14 @@
color: #000000;
background-color: #4A6D8C;
z-index:0;
- bottom: 18px; /* compensate for IE rendering issue */
+ bottom: 10px; /* compensate for IE rendering issue */
+ padding-bottom: 10px;
+ width:16em;
}
/* DUC - Formerly searchbox */
#header .search-input {
- padding: 5px 10px;
+ position: relative;
+ padding: 5px;
}
#header .round-top-left-small {
@@ -202,11 +205,6 @@
float: left;
}
-#header .search-submit {
- float: right;
- padding-left: 10px;
-}
-
/* Navigation - Top Horizontal Tabbed Navigation */
#nav-main {
@@ -305,7 +303,7 @@
#level2tabs a:link { color: #000066; }
#level2tabs a:visited { color: #000066; }
#level2tabs a:hover { color: #000066; text-decoration:underline; }
-#level2tabs a:selected {background-color: #4A6D8C; color: #CFDCED;}
+#level2tabs a.selected {background-color: #4A6D8C; color: #CFDCED;}
/*
* border-top: solid #4A6D8C 15px;
*/
@@ -383,7 +381,6 @@
float: left;
width: 180px;
padding-top: 18px;
- top:-15px;
left:10px;
z-index: 20;
border-color: #000000;