-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathstyle.css
88 lines (73 loc) · 1.21 KB
/
style.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
80
81
82
83
84
85
86
87
88
/*
Theme Name: WP to REST API - Example
Theme URI: http://github.com/airesvsg/acf-to-rest-api
Author: Aires Gonçalves
Author URI: https://github.com/airesvsg
Description: Example for the plugin ACF to REST API ( issue #2 )
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
body {
padding-top: 20px;
padding-bottom: 20px;
}
form {
padding-top: 10px;
}
.container {
max-width: 550px;
}
.header,
.footer {
padding-right: 15px;
padding-left: 15px;
}
.header {
padding-bottom: 20px;
border-bottom: 1px solid #e5e5e5;
}
.header h3 {
margin-top: 0;
margin-bottom: 0;
line-height: 40px;
}
.footer {
margin-top: 20px;
padding-top: 20px;
color: #777;
border-top: 1px solid #e5e5e5;
}
.nav-tabs,
.tab-pane {
margin: 15px 0;
}
.thumbnail .btn {
display: none;
position: absolute;
right: 20px;
top: 5px;
}
.thumbnail:hover .btn {
display: block;
}
.checkbox-group {
display: inline-block;
margin-left: 10px;
}
.checkbox-group .checkbox-inline {
padding-left: 0;
}
.google-map .map {
width: 550px;
height: 300px;
}
.bg-warning {
padding: 10px;
}
#ribbon img {
position: absolute;
top: 0;
right: 0;
border: 0;
}