Add CSS element for tables with scrollbars
[proteocache.git] / webapp / resources / css / proteocache.css
1 .container {
2         padding-top: 10px;
3         margin-left: 50px;
4         width: 700px;
5 }
6
7 .form-horizontal {
8         width: 100%;
9 }
10
11 input[type="text"] {
12         height: 25px;
13 }
14
15 .navbar .nav>li>a {
16         color: #000000;
17 }
18
19 .form-horizontal .control-label {
20         text-align: left;
21 }
22
23 img.displayed {
24         display: block;
25         margin-left: auto;
26         margin-right: auto;
27         /*width: 600px;*/
28         height: 120px;
29 }
30
31 .grid-wrapper-div {
32         overflow: scroll;
33         height: 500px;
34 }