Plugin Directory

Changeset 1950547


Ignore:
Timestamp:
10/02/2018 11:34:56 PM (7 years ago)
Author:
heduluna
Message:

Padding of Font Awesome Fix

File:
1 edited

Legend:

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

    r1950540 r1950547  
    3737.fogata-close-chat {
    3838  height: 100%;
     39  line-height: 40px;
     40}
     41
     42.fogata-close-chat i{
    3943  line-height: 40px;
    4044}
     
    213217  color: #333;
    214218  width: 36px;
    215   height: 48px;
     219  height: 42px;
    216220  float: left;
    217221  text-align: center;
    218   line-height: 48px;
     222  line-height: 42px;
    219223  font-size: 16px;
    220224  cursor: pointer;
     225}
     226
     227.fogata-menu-chat i, .fogata-menu-send i{
     228  line-height: 42px;
    221229}
    222230
Note: See TracChangeset for help on using the changeset viewer.