aboutsummaryrefslogtreecommitdiff
path: root/etc/GerritSite.css
blob: e0cee6529ee57bb8716975552e1098aac9309ce4 (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
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,300,300italic,400italic,700,700italic|Ubuntu+Mono);

* {
    font-family: 'Ubuntu';
    font-size: 14px;
}

a, a:link, a:visited, a:hover {
    color: #6C9D10 !important;
    text-decoration: none;
}

#gerrit_header {
    display: block !important;
    position: relative;
    top: -60px;
    margin-bottom: -60px;
    width: 300px;
    padding-left: 17px;
}

#gerrit_topmenu {
    background: none;
    position:relative;
    top: 0px;
    left: 400px;
    margin-right: 400px;
}

#gerrit_topmenu tbody tr td table {
    border: 0;
}

#gerrit_topmenu .gwt-TextBox {
    width: 250px;
}

a.gwt-InlineHyperlink {
    background: none !important;
}

.patchContentTable td, .patchContentTable td * {
    font-size: 14px !important;
    font-family: 'Ubuntu Mono', monospace !important;
}

body, table td, select {
    font-family: 'Ubuntu', 'Arial Unicode MS', 'Arial', sans-serif !important;
}