Plugin Directory

Changeset 2098814


Ignore:
Timestamp:
05/31/2019 07:30:34 PM (7 years ago)
Author:
heduluna
Message:
  • bug fix for border size CSS
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fogata-bots/tags/1.3/includes/assets/css/fogata-chat.css

    r2090631 r2098814  
    8787
    8888.fogata-header-chat {
     89    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
     90    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
     91    box-sizing: border-box;
    8992    background-color: #f9a02c;
    9093    position: absolute;
     
    105108
    106109#fogata-bot-response, #fogata-bot-lead {
     110    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
     111    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
     112    box-sizing: border-box;
    107113    width: 300px;
    108114    margin-top: 40px;
Note: See TracChangeset for help on using the changeset viewer.