8784: Fix test for latest firefox.
[arvados.git] / services / api / app / assets / stylesheets / scaffolds.css.scss
1 body {
2   background-color: #fff;
3   color: #333;
4   font-family: verdana, arial, helvetica, sans-serif;
5   font-size: 13px;
6   line-height: 18px;
7 }
8
9 p, ol, ul, td {
10   font-family: verdana, arial, helvetica, sans-serif;
11   font-size: 13px;
12   line-height: 18px;
13 }
14
15 pre {
16   background-color: #eee;
17   padding: 10px;
18   font-size: 11px;
19 }
20
21 a {
22   color: #000;
23   &:visited {
24     color: #666;
25   }
26   &:hover {
27     color: #fff;
28     background-color: #000;
29   }
30 }
31
32 div {
33   &.field, &.actions {
34     margin-bottom: 10px;
35   }
36 }
37
38 #notice {
39   color: green;
40 }
41
42 .field_with_errors {
43   padding: 2px;
44   background-color: red;
45   display: table;
46 }
47
48 #error_explanation {
49   width: 450px;
50   border: 2px solid red;
51   padding: 7px;
52   padding-bottom: 0;
53   margin-bottom: 20px;
54   background-color: #f0f0f0;
55   h2 {
56     text-align: left;
57     font-weight: bold;
58     padding: 5px 5px 5px 15px;
59     font-size: 12px;
60     margin: -7px;
61     margin-bottom: 0px;
62     background-color: #c00;
63     color: #fff;
64   }
65   ul li {
66     font-size: 12px;
67     list-style: square;
68   }
69 }