blob: dee32d8fdb470831c95b04eb164d1404d8b75c27 [file] [log] [blame]
Scott Bakere41c9082014-10-27 23:02:48 -07001.test-table td, th {
2 border: 1px solid black;
3}
4
Scott Bakerd044c8f2014-10-28 14:46:13 -07005#rightSide {
Scott Baker3df41942014-10-28 12:44:13 -07006 position: fixed;
7 top: 1em;
8 right: 1em;
Scott Baker4aee9a12014-10-30 00:06:16 -07009 width: 450px;
Scott Bakerd044c8f2014-10-28 14:46:13 -070010}
11
12#detailBox {
13 padding: 10px;
14 border: 2px solid;
Scott Baker3df41942014-10-28 12:44:13 -070015 background-color: #f0f0f0;
Scott Baker33c84ac2014-10-28 21:40:20 -070016 margin-bottom:30px;
Scott Bakerd044c8f2014-10-28 14:46:13 -070017 display:none;
Scott Baker4aee9a12014-10-30 00:06:16 -070018 overflow:auto;
19 max-height:80vh;
Scott Bakerd044c8f2014-10-28 14:46:13 -070020}
21
22#errorBox {
23 padding: 10px;
24 border: 2px solid;
25 background-color: #f00000;
Scott Baker33c84ac2014-10-28 21:40:20 -070026 margin-bottom:30px;
27 display:none;
28}
29
30#successBox {
31 padding: 10px;
32 border: 2px solid;
33 background-color: #00f000;
34 margin-bottom:30px;
Scott Bakerd044c8f2014-10-28 14:46:13 -070035 display:none;
Scott Baker3df41942014-10-28 12:44:13 -070036}
37
Scott Baker4aee9a12014-10-30 00:06:16 -070038.objectLink {
39 cursor:pointer;
40 color:blue;
41 text-decoration:underline;
42}
43