Adding Query UI code
refs: #2622
Change-Id: I8d7ac373b52696af82e404fa6a1e5464a4986c06
diff --git a/client/query/query.css b/client/query/query.css
new file mode 100644
index 0000000..4708490
--- /dev/null
+++ b/client/query/query.css
@@ -0,0 +1,242 @@
+body {
+ font-family: "Helvetica Neue", "HelveticaNeue-Light", Helvetica, Verdana, Arial, "Lucida Grande", sans-serif;
+}
+
+header {
+ width: 100%;
+}
+
+h1 {
+ text-align: center;
+ font-weight: 600;
+ color: #0F582A;
+ text-shadow: #0A3D1B;
+}
+
+.textbox {
+ width: 70%;
+}
+
+.cssmenu,
+.cssmenu ul,
+.cssmenu li,
+.cssmenu a,
+.cssmenu span {
+ width: 160px;
+ margin: 0;
+ padding: 0;
+ border: none;
+ outline: none;
+ text-transform: capitalize;
+}
+
+.cssmenu li {
+ list-style: none;
+}
+
+.cssmenu li > a {
+ display: block;
+ position: relative;
+ min-width: 110px;
+ padding-left: 3px;
+ padding-top: 3px;
+ padding-bottom: 3px;
+ color: #fdfdfd;
+ /*font: bold 12px/32px Arial, sans-serif;*/
+ float: left;
+ text-decoration: none;
+ text-shadow: 0px 1px 0px rgba(0, 0, 0, .35);
+ background: #6c6e74;
+ -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, .1), 0px 1px 0px 0px rgba(0, 0, 0, .1);
+ -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, .1), 0px 1px 0px 0px rgba(0, 0, 0, .1);
+ box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, .1), 0px 1px 0px 0px rgba(0, 0, 0, .1);
+}
+
+.cssmenu li > a span {
+ display: block;
+ position: absolute;
+ top: 7px;
+ right: 0;
+ padding: 0 10px;
+ margin-right: 10px;
+ font: normal bold 12px/18px Arial, sans-serif;
+ background: #404247;
+ -webkit-border-radius: 15px;
+ -moz-border-radius: 15px;
+ border-radius: 15px;
+ -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .2), 1px 1px 1px rgba(255, 255, 255, .1);
+ -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .2), 1px 1px 1px rgba(255, 255, 255, .1);
+ box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .2), 1px 1px 1px rgba(255, 255, 255, .1);
+}
+
+.sub-menu li a {
+ color: #797979;
+ text-shadow: 1px 1px 0px rgba(255, 255, 255, .2);
+ background: #e5e5e5;
+ border-bottom: 1px solid #c9c9c9;
+ -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, .1), 0px 1px 0px 0px rgba(0, 0, 0, .1);
+ -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, .1), 0px 1px 0px 0px rgba(0, 0, 0, .1);
+ box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, .1), 0px 1px 0px 0px rgba(0, 0, 0, .1);
+}
+
+.sub-menu li:last-child a {
+ border: none;
+}
+
+.sub-menu li > a span {
+ color: #964D25;
+ text-shadow: 1px 1px 0px rgba(255, 255, 255, .2);
+ background: transparent;
+ border: 1px solid #c9c9c9;
+ -webkit-box-shadow: none;
+ -moz-box-shadow: none;
+ box-shadow: none;
+}
+
+.cssmenu > li:hover > a,
+.cssmenu > li:target > a {
+ color: #964D25;
+ text-shadow: 1px 1px 1px rgba(255, 255, 255, .2);
+ background: #F9C83A;
+}
+
+.cssmenu > li:hover > a span,
+.cssmenu > li:target > a span {
+ color: #964D25;
+ text-shadow: 0px 1px 0px rgba(0, 0, 0, .35);
+ background: #964D25;
+}
+
+.sub-menu li:hover a {
+ background: #FFEF36;
+}
+
+.autocomplete {
+ width: 80%;
+ /*padding-left: 100px;
+ margin: 0px;*/
+ display: block;
+ /*position: relative;*/
+}
+
+.textbox {
+ width: 70%;
+ padding-left: px;
+ margin: 0px;
+}
+
+.page {
+ padding-top: 10px;
+ padding-left: 10px;
+ width: 80%;
+}
+
+.resultTable {
+ margin: 0px;
+ padding: 0px;
+ width: 80%;
+ border: 1px solid #000000;
+ -moz-border-radius-bottomleft: 0px;
+ -webkit-border-bottom-left-radius: 0px;
+ border-bottom-left-radius: 0px;
+ -moz-border-radius-bottomright: 0px;
+ -webkit-border-bottom-right-radius: 0px;
+ border-bottom-right-radius: 0px;
+ -moz-border-radius-topright: 0px;
+ -webkit-border-top-right-radius: 0px;
+ border-top-right-radius: 0px;
+ -moz-border-radius-topleft: 0px;
+ -webkit-border-top-left-radius: 0px;
+ border-top-left-radius: 0px;
+ padding-left: 10px;
+}
+
+.resultTable table {
+ border-collapse: collapse;
+ border-spacing: 0;
+ width: 100%;
+ height: 100%;
+ margin: 0px;
+ padding: 0px;
+}
+
+.resultTable tr:last-child td:last-child {
+ -moz-border-radius-bottomright: 0px;
+ -webkit-border-bottom-right-radius: 0px;
+ border-bottom-right-radius: 0px;
+}
+
+.resultTable table tr:first-child td:first-child {
+ -moz-border-radius-topleft: 0px;
+ -webkit-border-top-left-radius: 0px;
+ border-top-left-radius: 0px;
+}
+
+.resultTable table tr:first-child td:last-child {
+ -moz-border-radius-topright: 0px;
+ -webkit-border-top-right-radius: 0px;
+ border-top-right-radius: 0px;
+}
+
+.resultTable tr:last-child td:first-child {
+ -moz-border-radius-bottomleft: 0px;
+ -webkit-border-bottom-left-radius: 0px;
+ border-bottom-left-radius: 0px;
+}
+
+.resultTable tr:hover td {}
+
+.resultTable tr:nth-child(odd) {
+ background-color: #86bd4a;
+}
+
+.resultTable tr:nth-child(even) {
+ background-color: #fdfdfd;
+}
+
+.resultTable td {
+ vertical-align: middle;
+ border: 1px solid #000000;
+ border-width: 0px 1px 1px 0px;
+ text-align: left;
+ padding: 7px;
+ font-size: 10px;
+ font-family: Arial;
+ font-weight: normal;
+ color: #000000;
+}
+
+.resultTable tr:last-child td {
+ border-width: 0px 1px 0px 0px;
+}
+
+.resultTable tr td:last-child {
+ border-width: 0px 0px 1px 0px;
+}
+
+.resultTable tr:last-child td:last-child {
+ border-width: 0px 0px 0px 0px;
+}
+
+.resultTable tr:first-child td {
+ background-color: #6c726b;
+ border: 0px solid #000000;
+ text-align: center;
+ border-width: 0px 0px 1px 1px;
+ font-size: 14px;
+ font-family: Arial;
+ font-weight: bold;
+ color: #ffffff;
+}
+
+.resultTable tr:first-child:hover td {
+ background-color: #6c726b;
+}
+
+.resultTable tr:first-child td:first-child {
+ border-width: 0px 0px 1px 0px;
+}
+
+.resultTable tr:first-child td:last-child {
+ border-width: 0px 0px 1px 1px;
+}
\ No newline at end of file