-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathheader.css
More file actions
48 lines (41 loc) · 730 Bytes
/
header.css
File metadata and controls
48 lines (41 loc) · 730 Bytes
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
body.popup_ {
font-family: sans-serif;
width: 400px;
padding: 5px;
}
div.pad5 {
padding: 5px;
}
#inputButton {
width: 10em;
}
#hname{
margin-left: 5px !important;
}
#edit_domains {
width: 400px !important;
}
div.edit_block {
position: relative;
margin: 15px 0;
padding: 15px 19px 14px;
background-color: white;
border: 1px solid #DDD;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
button.delete_header {
margin-bottom: 10px !important;
margin-left: 5px;
}
span.add-on {
min-width: 150px !important;
}
input.headerName {
min-width: 180px !important;;
}
div.temp{
background-color: #FCF8E3;
padding-top: 10px;
}