| 1 |
.analytify-shortcode-edit-ui-selector { |
| 2 |
background:#f4f4f4; |
| 3 |
font-size:110%; |
| 4 |
color:#555; |
| 5 |
padding:10px 10px 8px 10px; |
| 6 |
border-radius:8px; |
| 7 |
} |
| 8 |
.analytify-shortcode-edit-ui-selector select { |
| 9 |
height:25px; |
| 10 |
line-height:25px; |
| 11 |
padding:0; |
| 12 |
margin:0; |
| 13 |
width:280px; |
| 14 |
} |
| 15 |
.analytify-shortcode-edit-ui-selector .chzn-container-single .chzn-single span { |
| 16 |
line-height:22px; |
| 17 |
} |
| 18 |
.analytify-shortcode-edit-ui-selector .chzn-search input { |
| 19 |
padding-left:0; |
| 20 |
padding-right:0; |
| 21 |
} |
| 22 |
.analytify-shortcode-edit-ui-selector .ui-message { |
| 23 |
font-style:italic; |
| 24 |
} |
| 25 |
.analytify-shortcode-edit-popup { |
| 26 |
clear:both; |
| 27 |
} |
| 28 |
#TB_ajaxContent .analytify-shortcode-edit-popup h3.popup-title { |
| 29 |
font-size:120%; |
| 30 |
margin-bottom:10px; |
| 31 |
} |
| 32 |
|
| 33 |
|