diff src/main/webapp/resources/css/style.css @ 55:95bf4ac726e6

Topic synchronization with extraction-interface. new tables in LGService database
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Tue, 16 Feb 2016 15:09:40 +0100
parents 13555aff1f88
children dd2fcc5f5deb
line wrap: on
line diff
--- a/src/main/webapp/resources/css/style.css	Thu Feb 04 11:30:46 2016 +0100
+++ b/src/main/webapp/resources/css/style.css	Tue Feb 16 15:09:40 2016 +0100
@@ -134,13 +134,35 @@
 	width: 100%;
 	overflow: scroll;
 	overflow-y: hidden;
-	
 	margin-left: auto;
 	margin-right: auto;
 	border: 3px inset #ABABCC;
 	box-sizing: border-box;
 }
 
+
+.savedResultTable {
+	background-color: white;
+	border-collapse: collapse;
+}
+
+.savedResultTable tr {
+  background:#EBEBEB;
+}
+
+.savedResultTable td {
+	border-color: inherit;
+    border-style: solid;
+    border-width: 1px;
+    text-align: center;
+    border-collapse: collapse;
+    font-size: 12px;
+	min-width: 60px;
+	width:60px;
+}
+
+
+
 .pageTable{
 	width: 100%; 
 	background-color: white;