accomodate recent XUL 1.0 changes
[themes.git] / EarlyBlue / communicator / skin / search / search.css
index d283ff64443ac88a8aaa36ef4ab11c2894bb1d7f..f5de6dbd5bd5362227fd04b02932c59b08321332 100755 (executable)
-box.sidebartitle {\r
-  background-color: #505888;\r
-  padding: 2px 3px 3px 3px;\r
-  border: 0px;\r
-  margin: 0px;\r
-  font: 10pt sans-serif;\r
-}\r
-\r
-box.panelbar {\r
-  background-color: #006870;\r
-  padding: 2px 3px 3px 3px;\r
-  border: 0px;\r
-  margin: 0px;\r
-  font: 10pt sans-serif;\r
-}\r
-\r
-box#sidebox {\r
-  width: 100%;\r
-  height: 100%;\r
-}\r
-\r
-titledbutton.sidebartitle:hover { \r
-  border: 0px;\r
-  margin: 1px; \r
-}\r
-\r
-titledbutton.paneltitle { \r
-  horizontal-align: left;\r
-}\r
-\r
-treecol.checkboxColumn {\r
-  width: 30px ! important;\r
-}\r
-\r
-box.spaced { \r
-  padding-top: 5px;\r
-  paddimg-bottom: 2px;\r
-}\r
-\r
-box#engineTabs {\r
-  background-color: #808080;\r
-  border-bottom: 1px solid threedhighlight;\r
-}\r
-\r
-box#engineTabs > titledbutton {\r
-  background-color: #CCCCCC;\r
-  margin-bottom: 0px;\r
-  border-bottom: 1px solid #CCCCCC;\r
-}\r
-\r
-titledbutton#allEngines {\r
-  margin-right: 12px;\r
-}\r
-\r
-titledbutton.engine[loading="true"] {\r
- list-style-image: url("chrome://communicator/skin/bookmarks/loading.gif") ! important ;\r
-}\r
-\r
-titledbutton.iconic {\r
- list-style-image: url("chrome://communicator/skin/bookmarks/document.gif") ! important ;\r
-}\r
-\r
-treeitem > treerow.searchresult > treecell > titledbutton {\r
-   cursor: pointer;\r
-}\r
-\r
-treeitem > treerow.searchresult > treecell {\r
-   color: black;\r
-   text-decoration: none;\r
-}\r
-\r
-treeitem > treerow.searchresult > treecell:hover {\r
-   color: blue;\r
-   text-decoration: underline;\r
-}\r
-\r
-treeitem > treerow.searchresult > treecell > titledbutton:active {\r
-   color: red;\r
-   text-decoration: underline;\r
-}\r
-\r
-/*undo regular search tree selection look*/\r
-treeitem[selected="true"] > treerow.searchresult { \r
-  background-color: transparent;\r
-}\r
-\r
-\r
-\r
-.searchpanel-outerbox {\r
-       padding: 8px 4px 4px 4px;\r
-}\r
-\r
-.indented-label {\r
-       padding-left: 8px;\r
-}\r
-\r
-titledbutton.panelbtn {\r
-       margin-left: 1em; \r
-       margin-right: 1em; \r
-}\r
-\r
-#searchengines\r
-  {\r
-    margin-left           : 0px;\r
-    margin-right          : 0px;\r
-  }\r
-  \r
-  
\ No newline at end of file
+box.sidebartitle {
+  background-color: #505888;
+  padding: 2px 3px 3px 3px;
+  border: 0px;
+  margin: 0px;
+  font: 10pt sans-serif;
+}
+
+box.panelbar {
+  background-color: #006870;
+  padding: 2px 3px 3px 3px;
+  border: 0px;
+  margin: 0px;
+  font: 10pt sans-serif;
+}
+
+box#sidebox {
+  width: 100%;
+  height: 100%;
+}
+
+titledbutton.sidebartitle:hover { 
+  border: 0px;
+  margin: 1px; 
+}
+
+titledbutton.paneltitle { 
+  -moz-box-pack: start;
+}
+
+treecol.checkboxColumn {
+  width: 30px ! important;
+}
+
+box.spaced { 
+  padding-top: 5px;
+  padding-bottom: 2px;
+}
+
+box#engineTabs {
+  background-color: #808080;
+  border-bottom: 1px solid threedhighlight;
+}
+
+box#engineTabs > titledbutton {
+  background-color: #CCCCCC;
+  margin-bottom: 0px;
+  border-bottom: 1px solid #CCCCCC;
+}
+
+titledbutton#allEngines {
+  margin-right: 12px;
+}
+
+titledbutton.engine[loading="true"] {
+ list-style-image: url("chrome://communicator/skin/bookmarks/loading.gif") ! important ;
+}
+
+titledbutton.iconic {
+ list-style-image: url("chrome://communicator/skin/bookmarks/document.gif") ! important ;
+}
+
+treeitem > treerow.searchresult > treecell > titledbutton {
+   cursor: pointer;
+}
+
+treeitem > treerow.searchresult > treecell {
+   color: black;
+   text-decoration: none;
+}
+
+treeitem > treerow.searchresult > treecell:hover {
+   color: blue;
+   text-decoration: underline;
+}
+
+treeitem > treerow.searchresult > treecell > titledbutton:active {
+   color: red;
+   text-decoration: underline;
+}
+
+/*undo regular search tree selection look*/
+treeitem[selected="true"] > treerow.searchresult { 
+  background-color: transparent;
+}
+
+
+
+.searchpanel-outerbox {
+       padding: 8px 4px 4px 4px;
+}
+
+.indented-label {
+       padding-left: 8px;
+}
+
+titledbutton.panelbtn {
+       margin-left: 1em; 
+       margin-right: 1em; 
+}
+
+#searchengines
+  {
+    margin-left           : 0px;
+    margin-right          : 0px;
+  }