comparison 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
comparison
equal deleted inserted replaced
34:2e1662afc81c 35:89a5ca7d44f7
128 width: 300px; 128 width: 300px;
129 border-top: 5px solid #ABABCC; 129 border-top: 5px solid #ABABCC;
130 width: 100%; 130 width: 100%;
131 } 131 }
132 132
133 .pageTable{ 133 .tableDiv{
134 width: 90%; 134 width: 100%;
135 overflow: scroll;
136 overflow-y: hidden;
137
135 margin-left: auto; 138 margin-left: auto;
136 margin-right: auto; 139 margin-right: auto;
140 border: 3px inset #ABABCC;
141 box-sizing: border-box;
142 }
143
144 .pageTable{
145 width: 100%;
137 background-color: white; 146 background-color: white;
138 border-collapse: collapse; 147 border-collapse: collapse;
139 } 148 }
140 149
141 150