diff gis_gui/blocks/search.css @ 63:7f008e782563

add gui files to product via FileSystemSite
author casties
date Fri, 05 Nov 2010 18:52:55 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/gis_gui/blocks/search.css	Fri Nov 05 18:52:55 2010 +0100
@@ -0,0 +1,62 @@
+
+/* search block css */
+
+#searchresults {
+    width: 820px;   
+    margin:8px auto;
+    clear:both;
+}
+
+#searchresultstats {
+    background-color: #fee;
+    text-align:center;
+    font-size:14px;
+    margin-bottom:5px;
+    clear:both;
+}
+
+#resultlist {
+    float:left;
+    width:400px;
+    background-color: #eee;
+    height:400px;
+    overflow:scroll;
+}
+
+#resultlist ul {
+    list-style: none;
+}
+
+#resultlist li:hover {
+    background-color: #fff;
+}
+
+#preview {
+    float:right;
+    width:400px;
+    height:400px;
+    background-color: #eee;
+    text-align:left;
+    padding:8px;
+   /* clear:right;*/
+}
+
+
+.hidden {
+    display:none;
+}
+
+#preview table {
+    width: 380px;
+}
+
+#search_open_button {
+    width: 100%;
+    clear:both;
+}
+table.preview td, table.preview th{
+    border: 1px solid black !important;
+    border-collapse:collapse;
+    margin: 0px;
+    border-spacing:0px;
+}