Plugin Directory

Changeset 2117611


Ignore:
Timestamp:
07/04/2019 02:08:12 PM (7 years ago)
Author:
activechat
Message:

minor css bugs were fixed

Location:
activechat-ai/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • activechat-ai/trunk/include/css/styleadmin.css

    r2087471 r2117611  
    1 .atest123{
     1.atest123 {
    22  color: black;
    33}
    44
    5 .AdminAcVV_Main{
     5.AdminAcVV_Main {
    66  margin: 10px 20px 0 2px;
    77}
    88
    9 .accw_mark_bold{
    10 background: none;
    11 font-weight: bold;
    12 }
    13 
    14 .accw_mark_italic{
    15 background: none;
    16 font-style: italic;
    17 }
    18 
    19 .AdminAcVV_tab-wrapper{
     9.accw_mark_bold {
     10  background: none;
     11  font-weight: bold;
     12}
     13
     14.accw_mark_italic {
     15  background: none;
     16  font-style: italic;
     17}
     18
     19.AdminAcVV_tab-wrapper {
    2020  margin: 1.5em 0 1em;
    2121  border-bottom: 1px solid #ccc;
     
    2626}
    2727
    28 .AdminAcVV_nav-tab{
     28.AdminAcVV_nav-tab {
    2929  border: 1px solid #ccc;
    3030  border-bottom: none;
    31   margin-left: .5em;
     31  margin-left: 0.5em;
    3232  padding: 5px 10px;
    3333  font-size: 14px;
     
    4040}
    4141
    42 .AdminAcVV_nav-tab-active{
     42.AdminAcVV_nav-tab-active {
    4343  box-shadow: none;
    4444  margin-bottom: -1px;
     
    4848}
    4949
    50 .AdminAcVV_messege{
     50.AdminAcVV_messege {
    5151  margin: 5px 0 15px;
    5252  border-left: 4px solid #5e8ea4;
    53   box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
     53  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    5454  padding: 1px 12px;
    5555  background: white;
    5656}
    57 .AdminAcVV_messege p{
     57.AdminAcVV_messege p {
    5858  font-size: 13px;
    5959  line-height: 1.5;
    6060}
    6161
    62 .AdminAcVV_form{
     62.AdminAcVV_form {
    6363  margin: 5px 0 15px;
    6464  padding: 1px 12px;
     
    7474  vertical-align: top;
    7575  border: 1px solid #ddd;
    76   box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
     76  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
    7777  background-color: #fff;
    7878  color: #32373c;
     
    8181  font-size: 14px;
    8282}
    83 .AdminAcVV_34tr .AdminAcVV_submit{
     83.AdminAcVV_34tr .AdminAcVV_submit {
    8484  background: #5e8ea4;
    8585  color: #fff;
     
    103103}
    104104
    105 .AdminAcVV_34tr{
     105.AdminAcVV_34tr {
    106106  padding: 5px;
    107107  display: flex;
     
    110110}
    111111
    112 .AdminAcVV_34tr span{
     112.AdminAcVV_34tr span {
    113113  margin-right: 10px;
    114114}
    115115
    116 .AdminAcVV_customize_tr{
     116.AdminAcVV_customize_tr {
    117117  display: flex;
    118118  padding: 10px;
     
    120120}
    121121
    122 .AdminAcVV_customize_tr span{
     122.AdminAcVV_customize_tr span {
    123123  display: block;
    124124  width: 240px;
    125125}
    126126
    127 .AdminAcVV_customize_tr input{
     127.AdminAcVV_customize_tr input {
    128128  width: 200px;
    129129  margin: 0;
     
    132132  vertical-align: top;
    133133  border: 1px solid #ddd;
    134   box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
     134  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
    135135  background-color: #fff;
    136136  color: #32373c;
     
    141141}
    142142
    143 .AdminAcVV_customize_tr select{
     143.AdminAcVV_customize_tr select {
    144144  width: 200px;
    145145  margin: 0;
     
    148148  vertical-align: top;
    149149  border: 1px solid #ddd;
    150   box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
     150  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
    151151  background-color: #fff;
    152152  color: #32373c;
     
    157157}
    158158
    159 
    160 .AdminAcVV_customize_tr input[type="color"]{
     159.AdminAcVV_customize_tr input[type="color"] {
    161160  width: 200px;
    162161  margin: 0;
     
    165164  vertical-align: top;
    166165  border: 1px solid #ddd;
    167   box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
     166  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
    168167  background-color: #fff;
    169168  color: #32373c;
     
    174173}
    175174
    176 .AdminAcVV_defoult_color{
     175.AdminAcVV_defoult_color {
    177176  background: #5e8ea4;
    178177  color: #fff;
     
    192191}
    193192
    194 .AdminAcVV_customize_tr .AdminAcVV_submit_settings{
     193.AdminAcVV_customize_tr .AdminAcVV_submit_settings {
    195194  background: #5e8ea4;
    196195  color: #fff;
     
    212211}
    213212
    214 .AdminAcVV_hr{
     213.AdminAcVV_hr {
    215214  border-top: 1px solid #ccc;
    216215  margin-bottom: 10px;
    217216}
    218217
    219 
    220 .AdminAcVV_messege_he{
     218.AdminAcVV_messege_he {
    221219  padding: 1px 12px;
    222220}
    223221
    224222/* toggle */
    225 .switch {
     223.AdminAcVV_Main .switch {
    226224  position: relative;
    227225  display: inline-block;
     
    231229}
    232230
    233 .switch input {
     231.AdminAcVV_Main .switch input {
    234232  opacity: 0;
    235233  width: 0;
     
    237235}
    238236
    239 .slider {
     237.AdminAcVV_Main .slider {
    240238  position: absolute;
    241239  cursor: pointer;
     
    245243  bottom: 0;
    246244  background-color: #e5e5e5;
    247   -webkit-transition: .4s;
    248   transition: .4s;
    249 }
    250 
    251 .slider:before {
     245  -webkit-transition: 0.4s;
     246  transition: 0.4s;
     247}
     248
     249.AdminAcVV_Main .slider:before {
    252250  position: absolute;
    253251  content: "";
     
    257255  bottom: 4px;
    258256  background-color: white;
    259   -webkit-transition: .4s;
    260   transition: .4s;
    261 }
    262 
    263 input:checked + .slider {
     257  -webkit-transition: 0.4s;
     258  transition: 0.4s;
     259}
     260
     261.AdminAcVV_Main input:checked + .slider {
    264262  background-color: #5e8ea4;
    265263}
    266264
    267 input:focus + .slider {
     265.AdminAcVV_Main input:focus + .slider {
    268266  box-shadow: 0 0 1px #5e8ea4;
    269267}
    270268
    271 input:checked + .slider:before {
     269.AdminAcVV_Main input:checked + .slider:before {
    272270  -webkit-transform: translateX(26px);
    273271  -ms-transform: translateX(26px);
     
    276274
    277275/* Rounded sliders */
    278 .slider.round {
     276.AdminAcVV_Main .slider.round {
    279277  border-radius: 34px;
    280278}
    281279
    282 .slider.round:before {
     280.AdminAcVV_Main .slider.round:before {
    283281  border-radius: 50%;
    284282}
    285283/* toggle  end */
    286284
    287 .accw_text_activechat{
     285.accw_text_activechat {
    288286  color: #555;
    289287  font-size: 14px;
     
    291289}
    292290
    293 .accw_text_facebokchat{
     291.accw_text_facebokchat {
    294292  color: #555;
    295293  font-size: 14px;
     
    297295}
    298296
    299 .accw_plugin{
     297.accw_plugin {
    300298  position: absolute;
    301299}
    302 
    303300
    304301/* spinner animation */
     
    317314  width: 6px;
    318315  display: inline-block;
    319  
     316
    320317  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    321318  animation: sk-stretchdelay 1.2s infinite ease-in-out;
     
    328325
    329326.accw_plugin_spinner .accw_plugin_rect3 {
    330   -webkit-animation-delay: -1.0s;
    331   animation-delay: -1.0s;
     327  -webkit-animation-delay: -1s;
     328  animation-delay: -1s;
    332329}
    333330
     
    342339}
    343340
    344 .accw_full_screen_tr{
     341.accw_full_screen_tr {
    345342  display: flex;
    346343  align-items: center;
    347344}
    348345
    349 .AdminAcVV_customize_tr_full_screen{
     346.AdminAcVV_customize_tr_full_screen {
    350347  align-items: flex-start;
    351348  flex-direction: column;
     
    353350
    354351@-webkit-keyframes sk-stretchdelay {
    355   0%, 40%, 100% { -webkit-transform: scaleY(0.4) } 
    356   20% { -webkit-transform: scaleY(1.0) }
     352  0%,
     353  40%,
     354  100% {
     355    -webkit-transform: scaleY(0.4);
     356  }
     357  20% {
     358    -webkit-transform: scaleY(1);
     359  }
    357360}
    358361
    359362@keyframes sk-stretchdelay {
    360   0%, 40%, 100% {
     363  0%,
     364  40%,
     365  100% {
    361366    transform: scaleY(0.4);
    362367    -webkit-transform: scaleY(0.4);
    363   }  20% {
    364     transform: scaleY(1.0);
    365     -webkit-transform: scaleY(1.0);
    366368  }
     369  20% {
     370    transform: scaleY(1);
     371    -webkit-transform: scaleY(1);
     372  }
    367373}
    368374
    369375/* end spinner */
    370376
    371 .accw_plugin_opacity{
    372     opacity: 0;
    373     pointer-events: none;
    374 }
     377.accw_plugin_opacity {
     378  opacity: 0;
     379  pointer-events: none;
     380}
  • activechat-ai/trunk/index.php

    r2095038 r2117611  
    44  Plugin URI:  https://activechat.ai/manuals/e-commerce-chatbots/wordpress-plugin/
    55  Description: Activechat.ai - smart multichannel chatbots and live chat - is a free plugin for WordPress which allows users to easily integrate their Activechat bots to any WordPress website with zero bot training or code knowledge required. Pure plug’n’play experience.
    6   Version:     1.0.5
     6  Version:     1.0.6
    77  Author:      ActiveChat
    88  Author URI:  https://activechat.ai/
     
    3939    add_submenu_page('activechatwidget', 'ActiveWidget', 'FB Settings', 8, 'facebookchatwidget_settings', 'accw_adminsettings');
    4040    add_submenu_page('activechatwidget', 'ActiveWidget', 'AC Settings', 8, 'activechatwidget_settings', 'accw_adminsettings_active_chat');
    41    
    4241}
    4342function accw_addadmin()
  • activechat-ai/trunk/readme.txt

    r2095038 r2117611  
    44Requires at least: 2.3
    55Tested up to: 5.1.1
    6 Stable tag: 1.0.5
    7 Version: 1.0.5
     6Stable tag: 1.0.6
     7Version: 1.0.6
    88Requires PHP: 5.2.4
    99
     
    111111= 1.0.5 =
    112112Problem with "is_order_received_page" function was fixed
     113= 1.0.6 =
     114Minor CSS bugs were fixed
    113115 
    114116== Upgrade Notice ==
    115 = 1.0.5 =
    116 Problem with "is_order_received_page" function was fixed
     117= 1.0.6 =
     118Minor CSS bugs were fixed
    117119
    118120
    119121
     122
Note: See TracChangeset for help on using the changeset viewer.