[VID-3] Setting docker image tag
[vid.git] / vid / src / main / webapp / app / vid / test / testViewEdit.css
1 div[ng-controller=testViewEditController] button {
2         width: 120px;
3 }
4
5 div[ng-controller=testViewEditController]>table {
6         border: solid black 1px;
7         width: auto;
8 }
9
10 div[ng-controller=testViewEditController]>table td {
11         border: solid black 1px;
12 }
13
14 h3 {
15         margin-bottom: 5px;
16 }
17
18 ol, li {
19         list-style-type: decimal !important;
20 }
21
22 div[ng-controller=testViewEditController]>div>span {
23         font-size: 20px;
24         margin-left: 10px;
25 }
26
27 div[ng-controller=testViewEditController] input[type=checkbox] {
28         height: 20px;
29         width: 20px;
30 }