#vc-settings-automapper { .tab_intro { padding: 6px 0; } padding: 9px; .vc-atm-message { padding: 10px; } .vc-automapper-toolbar { margin-bottom: 15px; } .vc-automapper-list { width: 100%; .vc-automapper-item { label { color: #446591; } display: block; margin: 0 0 1px 0; background: #E7E7E7; padding: 10px; .vc-automapper-item-controls { a { display: block; float: right; cursor: pointer; background-image: url('../vc/atm_controls.png'); background-repeat: no-repeat; width: 16px; height: 16px; &.vc-automapper-edit-btn { background-position: -16px -32px; margin-right: 5px; } &.vc-automapper-delete-btn {} background-position: -16px -64px; } } } } .vc-add-form-atm { padding: 15px; border: 1px solid #e5e5e5; -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04); box-shadow: 0 1px 1px rgba(0,0,0,0.04); label { font-size: 16px; } .description { display: block; } .vc-wrapper { display: table; margin: 10px 0; .vc-string { display: table-cell; width: 100%; padding: 0; input { box-sizing: border-box; width: 100%; } } .vc-buttons { width: 190px; margin-left: 10px; display: inline-block; .button { margin-top: -6px; } } } } .vc-edit-form { h4 { margin: 0.5em 0; font-size: 16px; font-weight: normal; } .vc-line { height: 1px; margin: 0; background: #e3e3e3; } .vc-wrapper { padding: 15px; position: relative; } .vc-shortcode-preview { text-align: center; width: 90%; margin: 15px auto; padding: 10px; background: #f2f2f2; border: 1px solid #e3e3e3; color: #8a8a8a; .vc-active { color: #0074A2; } } .vc-field { float: left; padding: 0 0 15px; width: 48%; box-sizing: border-box; label { padding: 0; display: inline-block; vertical-align: top; margin-top: 6px; height: 22px; width: 30%; font-weight: bold; } input[type=text], textarea { width: 65%; } &.vc-is-container { clear: both; float: none; label { margin-left: 30%; width: 65%; } } &.vc-description { float: right; textarea { height: 70px; } } } .vc-add-param { position: absolute; top: 18px; right: 15px; } .vc-params { margin-top: 30px; display: table; width: 100%; .vc-param { position: relative; margin: 3px 0 3px -3px; border: 1px solid #e3e3e3; width: 100%; .vc-fields { margin-left: 30px; .vc-param-field { display: table-cell; padding: 3px 6px 3px 8px; box-sizing: border-box; width: 19%; label { font-weight: bold; padding: 6px 0; display: block; } .description { margin: 6px 0; display: block; } input[type=text], select, textarea { width: 100%; } } } .vc-buttons { width: 30px; background: #f5f5f5; position: absolute; height: 100%; border-right: 1px solid #e3e3e3; &:hover { background-color: #e3e3e3; } .vc-delete-param { position: absolute; left: 8px; bottom: 10px; display: block; float: right; cursor: pointer; background-image: url('../vc/atm_controls.png'); background-repeat: no-repeat; background-position: -16px -64px; width: 16px; height: 16px; } .vc-move-param { position: absolute; left: 8px; top: 10px; display: block; float: right; cursor: pointer; background-image: url('../vc/atm_controls.png'); background-repeat: no-repeat; background-position: -16px 0px; width: 16px; height: 16px; } } &.vc-content { .vc-buttons { .vc-delete-param { display: none; } } } } .vc-sortable-placeholder { height: 30px; background: url(../vc/pattern.gif); } } > .vc-buttons { clear: both; background-color: #F7F7F7; padding: 15px; .vc-atm-delete { float: right; clear: both; } } } // Widget like style .widget { .widget-top { cursor: pointer; .vc-atm-header { display: block; margin: 0; padding: 7px 15px; line-height: 1; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; -webkit-user-select: none; } } &.vc-opened { .vc-header-name { width: 245px; } .widget-top { cursor: default; background: #f1f1f1; a.widget-action:after { content: '\f142'; cursor: pointer; } } } } }