balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

background.css (415B)


      1 .rwmb-background-row {
      2 	margin-bottom: 5px;
      3 	display: flex;
      4 	flex-wrap: wrap;
      5 	align-items: flex-start;
      6 }
      7 
      8 .rwmb-background-wrapper .wp-picker-container {
      9 	position: relative;
     10 	display: inline-block;
     11 	vertical-align: top;
     12 }
     13 .rwmb-background-wrapper .wp-picker-holder {
     14 	position: absolute;
     15 	z-index: 9;
     16 	min-width: 255px;
     17 }
     18 .rwmb-background-wrapper .rwmb-select {
     19 	flex: 1;
     20 	margin-bottom: 5px;
     21 	max-width: 100%;
     22 }