Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/10/2017 07:56:32 PM (7 years ago)
Author:
mercime
Message:

Update Star UI with BP tooltips and tooltip information.

Props r-a-y, mercime.
See #7188.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/css/twentyfourteen.scss

    r11134 r11586  
    14971497                padding-left: 41px;
    14981498                width: 100%;
    1499 
    1500                 a::after {
    1501                     content: " \2013 \00a0"attr(title);
    1502                     @include font-size(12);
    1503                 }
    15041499            }
    15051500
     
    15751570            }
    15761571        }
     1572
     1573        .bp-tooltip:hover::after,
     1574        .bp-tooltip:active::after,
     1575        .bp-tooltip:focus::after {
     1576            right: 40px;
     1577            text-align: right;
     1578        }
    15771579    }
    15781580
     
    16651667                text-indent: 0;
    16661668            }
     1669        }
     1670    }
     1671
     1672    .messages-notices {
     1673
     1674        .bp-tooltip:hover::after,
     1675        .bp-tooltip:active::after,
     1676        .bp-tooltip:focus::after {
     1677            left: 0;
     1678            margin-top: 10px;
     1679            max-width: 240px;
     1680            right: auto;
     1681            text-align: left;
     1682            transform: translateX(0);
    16671683        }
    16681684    }
Note: See TracChangeset for help on using the changeset viewer.