| @@ -12,8 +12,12 @@ | ||
| 12 | 12 | } |
| 13 | 13 | |
| 14 | 14 | #dfrapi_search_form .filter select { } |
| 15 | 15 | |
| 16 | +#dfrapi_search_form .filter .operator select { | |
| 17 | + max-width: 150px; | |
| 18 | +} | |
| 19 | + | |
| 16 | 20 | #dfrapi_search_form .valuewrapper |
| 17 | 21 | { |
| 18 | 22 | float: right; |
| 19 | 23 | width: 100%; |
| @@ -24,10 +28,10 @@ | ||
| 24 | 28 | |
| 25 | 29 | #dfrapi_search_form .plusminus |
| 26 | 30 | { |
| 27 | 31 | float: left; |
| 28 | - width: 28px; | |
| 29 | - padding: 0; | |
| 32 | + width: 25px; | |
| 33 | + padding: 0 0 0 5px; | |
| 30 | 34 | } |
| 31 | 35 | |
| 32 | 36 | #dfrapi_search_form .plusminus a |
| 33 | 37 | { |
| @@ -46,9 +50,9 @@ | ||
| 46 | 50 | |
| 47 | 51 | #dfrapi_search_form .field |
| 48 | 52 | { |
| 49 | 53 | float: left; |
| 50 | - width: 150px; | |
| 54 | + width: 160px; | |
| 51 | 55 | } |
| 52 | 56 | |
| 53 | 57 | #dfrapi_search_form .operator |
| 54 | 58 | { |
| @@ -109,12 +113,104 @@ | ||
| 109 | 113 | } |
| 110 | 114 | |
| 111 | 115 | #dfrapi_search_form #dfrapi_saved_current_search_toggle {float: left;} |
| 112 | 116 | |
| 117 | +#dfrapi_search_form > .filter > .field > a.dfrapi_search_help | |
| 118 | +{ | |
| 119 | + margin-left: 3px; | |
| 120 | + border-bottom: 1px #0074a2 dotted; | |
| 121 | + text-decoration: none; | |
| 122 | + | |
| 123 | +} | |
| 124 | + | |
| 125 | +#dfrapi_search_form > .filter > .help | |
| 126 | +{ | |
| 127 | + padding: 20px; | |
| 128 | + background: #FFFFC2; | |
| 129 | + margin: 5px 0 10px 0; | |
| 130 | + color: #444; | |
| 131 | + | |
| 132 | + -moz-box-shadow: inset 0 4px 4px -4px #B2B17D, inset 0 -4px 4px -4px #B2B17D; | |
| 133 | + -webkit-box-shadow: inset 0 4px 4px -4px #B2B17D, inset 0 -4px 4px -4px #B2B17D; | |
| 134 | + box-shadow: inset 0 4px 4px -4px #B2B17D, inset 0 -4px 4px -4px #B2B17D; | |
| 135 | + | |
| 136 | + border-width: 1px 0 1px 0; | |
| 137 | + border-color: #C2BD6E; | |
| 138 | + border-style: solid; | |
| 139 | +} | |
| 140 | + | |
| 141 | +#dfrapi_search_form > .filter > .help > h3 | |
| 142 | +{ | |
| 143 | + margin: 0 0 5px 0; | |
| 144 | + padding: 0; | |
| 145 | + border: 0; | |
| 146 | + font-size: 13px; | |
| 147 | +} | |
| 148 | +#dfrapi_search_form > .filter > .help td | |
| 149 | +{ | |
| 150 | + font-size: 13px; | |
| 151 | + line-height: 1.3em; | |
| 152 | + padding: 0; | |
| 153 | + margin: 0; | |
| 154 | + font-family: "Open Sans",sans-serif; | |
| 155 | +} | |
| 156 | + | |
| 157 | +#dfrapi_search_form > .filter > .help > p | |
| 158 | +{ | |
| 159 | + margin: 0 0 1em 0; | |
| 160 | + font-family: "Open Sans",sans-serif; | |
| 161 | + font-size: 13px; | |
| 162 | + line-height: 1.3em; | |
| 163 | +} | |
| 164 | + | |
| 165 | +#dfrapi_search_form > .filter > .help tt { color: #D54E21; } | |
| 166 | + | |
| 167 | +#dfrapi_search_form > .filter > .help > .dfrapi_search_help | |
| 168 | +{ | |
| 169 | + float: right; | |
| 170 | + text-decoration: none; | |
| 171 | + position: relative; | |
| 172 | + right: -15px; | |
| 173 | + top: -14px; | |
| 174 | + background: #F0F0BC; | |
| 175 | + padding: 5px; | |
| 176 | +} | |
| 177 | + | |
| 178 | +#dfrapi_search_form > .filter > .help > .dfrapi_search_tip | |
| 179 | +{ | |
| 180 | + background: #79783F; | |
| 181 | + box-shadow: 0 0 5px #C7C67D; | |
| 182 | + margin-bottom: 20px; | |
| 183 | +} | |
| 184 | + | |
| 185 | +#dfrapi_search_form > .filter > .help > .dfrapi_search_tip > .dashicons-lightbulb | |
| 186 | +{ | |
| 187 | + font-size: 40px; | |
| 188 | + padding-top: 12px; | |
| 189 | + float: left; | |
| 190 | + color: #FFFFC2; | |
| 191 | +} | |
| 192 | + | |
| 193 | +#dfrapi_search_form > .filter > .help > .dfrapi_search_tip > p | |
| 194 | +{ | |
| 195 | + background: #FFFFF9; | |
| 196 | + padding: 10px; | |
| 197 | + margin-left: 40px; | |
| 198 | + min-height: 40px; | |
| 199 | + font-size: 13px; | |
| 200 | + line-height: 1.4em; | |
| 201 | + font-family: "Open Sans",sans-serif; | |
| 202 | +} | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 113 | 209 | #dfrapi_popup .inline_frame |
| 114 | 210 | { |
| 115 | 211 | width: 100%; |
| 116 | - max-height: 350px; | |
| 212 | + max-height: 50vh; | |
| 117 | 213 | overflow: auto; |
| 118 | 214 | border: 1px solid #dfdfdf; |
| 119 | 215 | |
| 120 | 216 | -moz-border-radius-topleft: 0; |
| @@ -125,9 +221,9 @@ | ||
| 125 | 221 | -webkit-border-top-left-radius: 0; |
| 126 | 222 | -webkit-border-top-right-radius: 0; |
| 127 | 223 | -webkit-border-bottom-right-radius: 3px; |
| 128 | 224 | -webkit-border-bottom-left-radius: 3px; |
| 129 | - height: 100px; | |
| 225 | + height: 50vh; | |
| 130 | 226 | background: #FFF; |
| 131 | 227 | } |
| 132 | 228 | |
| 133 | 229 | #dfrapi_popup .inline_frame_inner |
| @@ -215,8 +311,9 @@ | ||
| 215 | 311 | { |
| 216 | 312 | margin-top: 10px; |
| 217 | 313 | line-height: 1em; |
| 218 | 314 | font-size: 13px; |
| 315 | + margin-left: 5px; | |
| 219 | 316 | } |
| 220 | 317 | |
| 221 | 318 | #dfrapi_search_form_filter a { |
| 222 | 319 | text-decoration: none; |