UNPKG

automizy-js

Version:

Automizy widget collection

147 lines (137 loc) 3.75 kB
.clr { clear: both; } .automizy-feedback{ font-family:Arial; position:fixed; right:-600px; top: 350px; border: none; width: 600px; height: auto; max-width:90%; z-index:2450; } .automizy-feedback-tab{ font-weight: bold; color:#ffffff; font-size: 20px; letter-spacing: 2px; width:auto; height:auto; text-align: center; vertical-align: middle; display: block; padding:3px 6px 3px 6px; background-color:#78aa42; float:left; position:absolute; top: 0px; left: 0px; cursor:pointer; border: 2px solid #689339; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .automizy-feedback[position='left'] .automizy-feedback-tab{ -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); border: 2px solid #689339; border-top: 0px; border-bottom-left-radius: 5px; border-top-left-radius: 0px; } .automizy-feedback[position='top'] .automizy-feedback-tab{ border: 2px solid #689339; border-top: 0px; border-bottom-left-radius: 5px; border-top-left-radius: 0px; border-bottom-right-radius: 5px; border-top-right-radius: 0px; } .automizy-feedback[position='bottom'] .automizy-feedback-tab{ border: 2px solid #689339; border-bottom:0px; border-top-left-radius: 5px; border-top-right-radius: 5px; } .automizy-feedback[position='right'] .automizy-feedback-tab{ -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); border: 2px solid #689339; border-top-left-radius: 5px; border-bottom: 0px; } .automizy-feedback-head{ text-align:center; width:100%; background-color: #78aa42; font-weight: bold; color:#ffffff; border: 1px solid #689339; border-top: 2px solid #689339; border-left:none; box-shadow:-3px 0 0 #78aa42; box-sizing: border-box; } .automizy-feedback[position='left'] .automizy-feedback-head{ box-shadow:3px 0 0 #78aa42; border-right:none; } .automizy-feedback[position='top'] .automizy-feedback-head{ box-shadow: none; border-top: 0px; border-left: 1px solid #689339; } .automizy-feedback[position='bottom'] .automizy-feedback-head{ box-shadow: none; border-left: 1px solid #689339; border-top-left-radius: 5px; border-top-right-radius: 5px; } .automizy-feedback-content{ padding:15px; width:100%; vertical-align:bottom; display: block; box-sizing: border-box; top:0px; left:0px; border: 1px solid #689339; border-bottom: none; border-top: none; background-color:#ffffff; } .automizy-feedback-buttons{ border: 1px solid #689339; border-top: none; border-bottom-left-radius: 5px; width: 100%; box-sizing: border-box; display: flex; padding:15px; padding-top: 0px; background-color: #ffffff; } .automizy-feedback[position='left'] .automizy-feedback-buttons{ border-bottom-right-radius: 5px; border-bottom-left-radius: 0px; } .automizy-feedback[position='top'] .automizy-feedback-buttons{ border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; } .automizy-feedback[position='bottom'] .automizy-feedback-buttons{ border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; }