create nice reporting landing pages
[releng.git] / utils / test / reporting / assets / css / ie8.css
1 /*
2         Phantom by HTML5 UP
3         html5up.net | @ajlkn
4         Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
5 */
6
7 /* Form */
8
9         form .field {
10                 float: none !important;
11                 width: 100% !important;
12                 padding-left: 0 !important;
13         }
14
15 /* Button */
16
17         input[type="submit"],
18         input[type="reset"],
19         input[type="button"],
20         button,
21         .button {
22                 border: solid 2px #585858 !important;
23         }
24
25                 input[type="submit"]:hover,
26                 input[type="reset"]:hover,
27                 input[type="button"]:hover,
28                 button:hover,
29                 .button:hover {
30                         border-color: #f2849e !important;
31                 }
32
33                 input[type="submit"].special,
34                 input[type="reset"].special,
35                 input[type="button"].special,
36                 button.special,
37                 .button.special {
38                         border: none !important;
39                 }
40
41 /* Tiles */
42
43         .tiles article > .image:before, .tiles article > .image:after {
44                 display: none;
45         }
46
47 /* Header */
48
49         #header .logo .symbol {
50                 display: none;
51         }
52
53         #header nav ul li a[href="#menu"] {
54                 text-indent: 0;
55                 width: auto;
56                 font-size: 0.8em;
57         }
58
59                 #header nav ul li a[href="#menu"]:before, #header nav ul li a[href="#menu"]:after {
60                         display: none;
61                 }
62
63 /* Footer */
64
65         #footer > .inner section {
66                 width: 50%;
67                 margin-left: 3em;
68         }
69
70                 #footer > .inner section:first-child {
71                         margin-left: 0;
72                         width: 40%;
73                 }