Changeset 2098814
- Timestamp:
- 05/31/2019 07:30:34 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fogata-bots/tags/1.3/includes/assets/css/fogata-chat.css
r2090631 r2098814 87 87 88 88 .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; 89 92 background-color: #f9a02c; 90 93 position: absolute; … … 105 108 106 109 #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; 107 113 width: 300px; 108 114 margin-top: 40px;
Note: See TracChangeset
for help on using the changeset viewer.