Plugin Directory

Changeset 720133

Timestamp:
05/30/2013 01:44:06 AM (11 years ago)
Author:
nvwd
Message:

updated css classes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • a2z-alphabetical-archive-links/trunk/css/display.css

    r720131 r720133  
    11/* CSS Document */
    2 .a2zpt_widget ul:before,
    3 .a2zpt_widget ul:after {
     2.a2z_widget ul:before,
     3.a2z_widget ul:after {
    44    content: "";
    55    display: table;
    66}
    7 .a2zpt_widget ul:after {
     7.a2z_widget ul:after {
    88    clear: both;
    99}
    10 .a2zpt_widget ul {
     10.a2z_widget ul {
    1111    *zoom: 1;
    1212}
    13 .a2zpt_widget li {
     13.a2z_widget li {
    1414    position: relative;
    1515    float: left;
    1616    margin: 0 0 0 1em;
    1717}
    18 .a2zpt_widget li.count:after {
     18.a2z_widget li.count:after {
    1919    content: '';
    2020    z-index: 2;
     
    3030    box-shadow: inset 1px 0 #99400e;
    3131}
    32 .a2zpt_widget li a, .a2zpt_widget li a span {
     32.a2z_widget li a span {
    3333    display: block;
    3434    -webkit-box-sizing: border-box;
     
    3636    box-sizing: border-box;
    3737}
    38 .a2zpt_widget li a {
     38.a2z_widget li a {
    3939    padding: 0.25em 0.5em;
    4040    font-size: 0.75em;
     
    5555    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 1px 2px rgba(0, 0, 0, 0.05);
    5656}
    57 .a2zpt_widget a:hover span {
     57.a2z_widget a:hover span {
    5858    padding: 0.2em 7px 0.2em 6px;
    5959    max-width: 40px;
     
    6161    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15), 1px 1px 2px rgba(0, 0, 0, 0.2);
    6262}
    63 .a2zpt_widget span {
     63.a2z_widget span {
    6464    position: absolute;
    6565    top: 1px;
Note: See TracChangeset for help on using the changeset viewer.