check resize every 50ms, more smoother
[mkws-moved-to-github.git] / experiments / spclient / mkwsStyle.css
index fe9bd54..c41df66 100644 (file)
@@ -29,6 +29,7 @@
 }
 
 #mkwsRecords, #mkwsShiftedTermlists {
+    clear: both;
     background-color: #fafafa;
 }
 
@@ -68,7 +69,7 @@
     text-decoration: line-through;
 }
 
-#mkwsSearch input#button {
+#mkwsSearch input#mkwsButton {
     border: 3px outset #132194;
     background-color: #132194;
     padding: 2px;
@@ -81,7 +82,7 @@
     cursor: pointer;
 }
 
-#mkwsSearch input#query {
+#mkwsSearch input#mkwsQuery {
     border: 2px inset #e0f0ff;
     padding: 3px;
     font-size: 12px;
     background: #e0e0e0;
     padding: 0.3em;
 }
+
+#mkwsBytarget table thead tr td {
+    background-color: #132194;
+    color: white;
+    font-weight: bold;
+    padding: 0.2em 0.5em;
+}
+
+#mkwsBytarget table tbody tr:nth-child(odd) {
+    background-color: #e0f0ff;
+}
+
+#mkwsBytarget table tbody tr:nth-child(even) {
+    background-color: #d0e0ff;
+}
+
+#mkwsBytarget table tbody tr td {
+    padding: 0.2em 0.5em;
+}