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