forked from rowatt/sitepush
-
Notifications
You must be signed in to change notification settings - Fork 1
/
styles.css
79 lines (67 loc) · 1.04 KB
/
styles.css
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
.wrap ul {
list-style: disc;
margin: 0 40px;
}
.wrap li {
margin: 0;
}
#sitepush-results {
white-space: pre-wrap;
margin: 20px 0;
padding: 5px;
border: 1px solid grey;
max-height: 200px;
overflow: scroll;
overflow-x: hidden;
}
#sitepush_dest-warning {
margin-left: 10px;
font-weight: bold;
color: red;
}
.hide-field {
display: none;
}
.hidden-iframe {
display: none;
height: 0;
width: 0;
}
input.small-text {
float: left;
}
input.small-text + .description {
margin-left: 65px;
}
label.disabled {
color: #AAA;
}
#running {
width: 100%;
height: 20px;
background: white url(img/running.gif) no-repeat center;
}
.contextual-help-tabs-wrap h1 {
font-size: 1.17em;
margin-bottom: 0;
clear: both;
}
.contextual-help-tabs-wrap h1 + p {
margin-top: 0;
}
.contextual-help-tabs-wrap dt {
font-style: italic;
font-weight: bold;
float: left;
clear: both;
}
.contextual-help-tabs-wrap dt:after {
content: ':';
padding-right: 5px;
}
.contextual-help-tabs-wrap dd {
margin-left: 0;
}
.sitepush-debug-info {
font-family: monospace;
}