| 1 |
.clearfix{ |
| 2 |
margin: 0; |
| 3 |
padding: 0; |
| 4 |
height: 0; |
| 5 |
width: 0; |
| 6 |
clear: both; |
| 7 |
} |
| 8 |
|
| 9 |
.text-right{ |
| 10 |
text-align: right; |
| 11 |
} |
| 12 |
|
| 13 |
#wp_mapit_map { |
| 14 |
width: 100%; |
| 15 |
height: 250px; |
| 16 |
} |
| 17 |
|
| 18 |
.wp-mapit-metabox-container{ |
| 19 |
padding: 20px 0; |
| 20 |
} |
| 21 |
|
| 22 |
.admin-settings-map-container{ |
| 23 |
padding: 20px; |
| 24 |
} |
| 25 |
|
| 26 |
#admin_setting_map { |
| 27 |
width: 100%; |
| 28 |
height: 360px; |
| 29 |
margin: 0 auto 10px 0; |
| 30 |
box-shadow: 1px 1px 5px rgba(0,0,0,0.6); |
| 31 |
} |
| 32 |
|
| 33 |
#wp-mapit-settings-container{ |
| 34 |
width: 90%; |
| 35 |
margin: 0 auto; |
| 36 |
} |
| 37 |
|
| 38 |
#wp-mapit-settings-container .wp-mapit-header { |
| 39 |
background-color: #1d4255; |
| 40 |
background-image: url('../images/logo.jpg'); |
| 41 |
height: 100px; |
| 42 |
background-repeat: no-repeat; |
| 43 |
background-position: 40px center; |
| 44 |
background-size: 130px auto; |
| 45 |
box-shadow: 1px 1px 5px rgba(0,0,0,0.5); |
| 46 |
margin: 0 0 20px 0; |
| 47 |
padding: 10px 50px; |
| 48 |
color: #ffffff; |
| 49 |
} |
| 50 |
|
| 51 |
#wp-mapit-settings-container .wp-mapit-header ul{ |
| 52 |
text-align: right; |
| 53 |
margin: 40px 0 0 0; |
| 54 |
} |
| 55 |
|
| 56 |
#wp-mapit-settings-container .wp-mapit-header ul li { |
| 57 |
display: inline-block; |
| 58 |
margin: 0 10px; |
| 59 |
font-size: 16px; |
| 60 |
} |
| 61 |
|
| 62 |
#wp-mapit-settings-container .wp-mapit-header ul li a { |
| 63 |
color: #fff; |
| 64 |
text-decoration: none; |
| 65 |
} |
| 66 |
|
| 67 |
#wp-mapit-settings-container .wp-mapit-content{ |
| 68 |
background: #ffffff; |
| 69 |
box-shadow: 1px 1px 5px rgba(0,0,0,0.5); |
| 70 |
padding: 20px; |
| 71 |
margin: 20px 0 0 0; |
| 72 |
border-radius: 3px; |
| 73 |
} |
| 74 |
|
| 75 |
#wp-mapit-settings-container .wp-mapit-content .wp-mapit-form{ |
| 76 |
width: calc(35% - 20px); |
| 77 |
float: left; |
| 78 |
padding: 10px |
| 79 |
} |
| 80 |
#wp-mapit-settings-container .wp-mapit-content .wp-mapit-map { |
| 81 |
width: calc(65% - 20px); |
| 82 |
float: left; |
| 83 |
padding: 10px |
| 84 |
} |
| 85 |
|
| 86 |
.wp-mapit-section{ |
| 87 |
width: calc( 50% - 10px ); |
| 88 |
float: left; |
| 89 |
} |
| 90 |
|
| 91 |
.wp-mapit-section.left-margin{ |
| 92 |
margin: 0 0 0 10px; |
| 93 |
} |
| 94 |
|
| 95 |
.wp-mapit-section.right-margin { |
| 96 |
margin: 0 10px 0 0; |
| 97 |
} |
| 98 |
|
| 99 |
.wp-mapit-row{ |
| 100 |
border: 1px solid #eee; |
| 101 |
border-radius: 5px; |
| 102 |
padding: 15px; |
| 103 |
position: relative; |
| 104 |
margin: 0 0 20px 0; |
| 105 |
} |
| 106 |
|
| 107 |
.wp-mapit-row.no-margin{ |
| 108 |
margin: 0; |
| 109 |
} |
| 110 |
|
| 111 |
.wp-mapit-row.button-container{ |
| 112 |
border: 0; |
| 113 |
padding: 0; |
| 114 |
} |
| 115 |
|
| 116 |
.wp-mapit-row label { |
| 117 |
margin: 0; |
| 118 |
background: #fff; |
| 119 |
display: inline-block; |
| 120 |
position: absolute; |
| 121 |
top: -11px; |
| 122 |
left: 15px; |
| 123 |
font-weight: 700; |
| 124 |
padding: 0 5px; |
| 125 |
} |
| 126 |
|
| 127 |
.wp-mapit-row input[type="text"], .wp-mapit-row input[type="number"], .wp-mapit-row input[type="url"], .wp-mapit-row select, .wp-mapit-row textarea { |
| 128 |
width: 100%; |
| 129 |
} |
| 130 |
|
| 131 |
.wp-mapit-row ul{ |
| 132 |
margin: 0; |
| 133 |
} |
| 134 |
|
| 135 |
.wp-mapit-row .wp-mapit-search input[type="text"]{ |
| 136 |
width: 70%; |
| 137 |
display: inline-block; |
| 138 |
} |
| 139 |
|
| 140 |
.wp-mapit-row .wp-mapit-size input[type="number"] { |
| 141 |
width: 80%; |
| 142 |
display: inline-block; |
| 143 |
vertical-align: top; |
| 144 |
} |
| 145 |
|
| 146 |
.wp-mapit-row .wp-mapit-size select { |
| 147 |
width: 15%; |
| 148 |
display: inline-block; |
| 149 |
vertical-align: top; |
| 150 |
} |
| 151 |
|
| 152 |
.wp-mapit-row img{ |
| 153 |
max-width: 100px; |
| 154 |
} |
| 155 |
|