| @@ -17,12 +17,16 @@ | ||
| 17 | 17 | * 02. Fields |
| 18 | 18 | * 02. 01. Field: typography |
| 19 | 19 | * 02. 02. Field: checkbox, radio |
| 20 | 20 | * 02. 03. Field: switcher |
| 21 | + * 02. 04. Field: upload | |
| 21 | 22 | * 02. 05. Field: group |
| 22 | 23 | * 02. 07. Field: help |
| 23 | 24 | * 02. 08. Field: icon |
| 25 | + * 02. 09. Field: gallery | |
| 24 | 26 | * 02. 10. Field: sorter |
| 27 | + * 02. 11. Field: tabbed | |
| 28 | + * 02. 12. Field: media | |
| 25 | 29 | * 02. 13. Field: notice |
| 26 | 30 | * 02. 14. Field: border, spacing, dimensions, column, dimensions_advanced |
| 27 | 31 | * 02. 15. Field: background |
| 28 | 32 | * 02. 16. Field: spinner |
| @@ -127,28 +131,16 @@ | ||
| 127 | 131 | left: auto; |
| 128 | 132 | right: 0; |
| 129 | 133 | } |
| 130 | 134 | |
| 131 | -.sp-pc-settings.spf-theme-light .spf-nav ul li .spf-section-active { | |
| 132 | - border-left: 1px solid #fff; | |
| 133 | - box-shadow: -3px 0 0 0 #E2572C inset; | |
| 134 | - border-right: 0; | |
| 135 | -} | |
| 136 | 135 | /** |
| 137 | 136 | * 01. 04. Content |
| 138 | 137 | */ |
| 139 | 138 | .spf-content { |
| 140 | 139 | margin-left: 0; |
| 141 | - /* margin-right: 225px; */ | |
| 142 | -} | |
| 143 | -.sp-pc-settings .spf-content { | |
| 144 | 140 | margin-right: 225px; |
| 145 | - margin-left: 0; | |
| 146 | 141 | } |
| 147 | 142 | |
| 148 | -.spf-nav.spf-nav-options { | |
| 149 | - float: right; | |
| 150 | -} | |
| 151 | 143 | /** |
| 152 | 144 | * 01. 05. Section |
| 153 | 145 | */ |
| 154 | 146 | .spf-sections { |
| @@ -218,21 +210,14 @@ | ||
| 218 | 210 | } |
| 219 | 211 | |
| 220 | 212 | .spf-field .spf-fieldset { |
| 221 | 213 | margin-left: 0; |
| 222 | - margin-right: 25%; | |
| 214 | + margin-right: 30%; | |
| 223 | 215 | } |
| 224 | 216 | |
| 225 | 217 | .spf-pseudo-field { |
| 226 | 218 | padding: 0 0 0 5px !important; |
| 227 | 219 | } |
| 228 | -#spf-section-sp_pcp_layouts_1 .spf-field-layout_preset .spf-fieldset, #spf-section-sp_pcp_layouts_1 .spf-field-gallery .spf-fieldset, .pcp_carousel_content_wrapper .spf-fieldset, .pcp-video-description .spf-fieldset, .pcp-video-field-wrapper>.spf-fieldset{ | |
| 229 | - margin-top: 30px; | |
| 230 | - margin-right: 0; | |
| 231 | -} | |
| 232 | -.spf-field-image_select .spf--image, .spf-field-layout_preset .spf--image { | |
| 233 | - margin: 0 0 12px 10px | |
| 234 | -} | |
| 235 | 220 | |
| 236 | 221 | /** |
| 237 | 222 | * 02. 01. Field: typography |
| 238 | 223 | */ |
| @@ -267,8 +252,17 @@ | ||
| 267 | 252 | margin-right: 5px; |
| 268 | 253 | } |
| 269 | 254 | |
| 270 | 255 | /** |
| 256 | + * 02. 04. Field: upload | |
| 257 | + */ | |
| 258 | +.spf-field-upload .spf--remove, | |
| 259 | +.spf-field-upload .spf--buttons { | |
| 260 | + margin-left: 0; | |
| 261 | + margin-right: 5px; | |
| 262 | +} | |
| 263 | + | |
| 264 | +/** | |
| 271 | 265 | * 02. 05. Field: group |
| 272 | 266 | */ |
| 273 | 267 | .spf-field-group .spf-cloneable-title { |
| 274 | 268 | padding: 15px 10px 15px 65px; |
| @@ -299,8 +293,20 @@ | ||
| 299 | 293 | margin-right: 0; |
| 300 | 294 | margin-left: 5px; |
| 301 | 295 | } |
| 302 | 296 | |
| 297 | +/** | |
| 298 | + * 02. 09. Field: gallery | |
| 299 | + */ | |
| 300 | + | |
| 301 | +.spf-field-gallery ul.sp-gallery-images li, | |
| 302 | +.button:focus, | |
| 303 | +.spf-field-gallery .button:hover, | |
| 304 | +.spf-field-gallery .button { | |
| 305 | + margin-right: 0; | |
| 306 | + margin-left: 5px; | |
| 307 | +} | |
| 308 | + | |
| 303 | 309 | /* |
| 304 | 310 | Custom Style |
| 305 | 311 | */ |
| 306 | 312 | .spf-field-gallery a, |
| @@ -306,9 +312,35 @@ | ||
| 306 | 312 | .spf-field-gallery a, |
| 307 | 313 | .spf-field-gallery li { |
| 308 | 314 | float: right; |
| 309 | 315 | } |
| 316 | + | |
| 317 | +/* | |
| 318 | + * 02. 11. Field: tabbed | |
| 319 | + */ | |
| 320 | +.spf-field-tabbed .spf-tabbed-nav .fa { | |
| 321 | + padding-right: 0; | |
| 322 | + padding-left: 5px; | |
| 323 | +} | |
| 324 | + | |
| 325 | +.spf-field-tabbed .spf-tabbed-nav a { | |
| 326 | + margin-right: 0; | |
| 327 | + margin-left: 5px; | |
| 328 | +} | |
| 329 | + | |
| 310 | 330 | /** |
| 331 | + * 02. 12. Field: media | |
| 332 | + */ | |
| 333 | +.spf-field-media .button { | |
| 334 | + margin-left: 0; | |
| 335 | + margin-right: 7px; | |
| 336 | +} | |
| 337 | + | |
| 338 | +.spf-field-media .hidden+.button { | |
| 339 | + margin-right: 0; | |
| 340 | +} | |
| 341 | + | |
| 342 | +/** | |
| 311 | 343 | * 02. 13. Field: notice |
| 312 | 344 | */ |
| 313 | 345 | .spf-notice { |
| 314 | 346 | border-left: none; |
| @@ -516,9 +548,5 @@ | ||
| 516 | 548 | |
| 517 | 549 | .spf-field .spf--transparent-text { |
| 518 | 550 | right: auto; |
| 519 | 551 | left: 10px; |
| 520 | -} | |
| 521 | -#spsp-show-preview { | |
| 522 | - left: 144px; | |
| 523 | - right: auto; | |
| 524 | 552 | } |