aboutsummaryrefslogtreecommitdiffstats
path: root/Post/static/css/custom.css
blob: b640ad5ad44da4a224c320c67656dddcd9e04562 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
/* error-reporting-tool

 Copyright (C) 2013 Intel Corporation

 Licensed under the MIT license, see COPYING.MIT for details
*/

body {
	padding: 70px 40px;
}

.logo img {
        height: 25px;
        width: auto !important;
        margin-left: 1em;
}
.logo {
        padding-top: 4px;
        padding-bottom: 0px;
}

.btn .caret {
	 margin-left:5px;
}

td a {
	color:#333333;
}

td a:hover {
	color:#666666;
	text-decoration:underline;
}

td a:visited {
	color:#333333;
}

.popover {
	max-width:400px;
}

.commit {
        word-wrap: break-word;
	word-break: break-all;
        width: 140px;
}

.well {
	background-color: transparent;
}

.errorlist {
	list-style-type: none;
	margin-left: 0px;
}

.no-results {
	margin: 10px 0 0;
}

.navbar-inner .navbar-search {
	margin-top: 7px;
}

.navbar-inner form, .pagination form {
	margin: 5px 0 0;
}

.dropdown-menu {
	padding: 10px;
}

.sorted {
	color: #333;
	font-weight: bold;
}
.sorting-arrows {
	font-size: 12px;
}
.sorted:hover {
	color: #000;
	text-decoration: underline;
}
th a, th span {
	font-weight: normal;
}
.dl-vertical dd {
	margin-bottom: 10px;
}
.dd a {
	display: block;
	margin: 10px 0;
}
.popover-content p {
	margin-top: 10px;
}
.popover-content p > a {
	color: #0088CC;
}
.popover-content p > a:hover {
	color: #005580;
	text-decoration: underline;
}
.icon-filter {
	color: #0088CC;
	font-size:16px;
	padding-left:3px;
}

.icon-filter:hover {
	color: #005580;
	cursor: pointer;
	text-decoration:none;
}
.filter-applied {
	background-color: #f4f5f5;
}

.filter, .sorting-arrows {
        visibility : hidden;
}

#errors-table {
        display: none;
}

.build-details dd {
        word-wrap: break-word;
        word-break: break-all;
}