diff src/main/webapp/resources/css/style.css @ 35:89a5ca7d44f7

new: rename branch to task, add fields in task table, add scroll bar
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Thu, 19 Nov 2015 17:14:06 +0100
parents 3e62083dbcbf
children 37840afb7b80
line wrap: on
line diff
--- a/src/main/webapp/resources/css/style.css	Mon Nov 02 16:05:21 2015 +0100
+++ b/src/main/webapp/resources/css/style.css	Thu Nov 19 17:14:06 2015 +0100
@@ -130,10 +130,19 @@
   width: 100%;
 }
 
-.pageTable{
-	width: 90%; 
+.tableDiv{
+	width: 100%;
+	overflow: scroll;
+	overflow-y: hidden;
+	
 	margin-left: auto;
 	margin-right: auto;
+	border: 3px inset #ABABCC;
+	box-sizing: border-box;
+}
+
+.pageTable{
+	width: 100%; 
 	background-color: white;
 	border-collapse: collapse;
 }