Making WordPress.org


Ignore:
Timestamp:
10/23/2014 07:44:26 AM (11 years ago)
Author:
coffee2code
Message:

Code Reference: add up/down voting to user contributed notes. Fixes #551

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss

    r900 r929  
    12041204        }
    12051205    }
     1206
     1207    .comment-author {
     1208        float: left;
     1209    }
     1210    .user-note-voting {
     1211        font-size: 1.5em;
     1212        clear: left;
     1213        float: left;
     1214        margin-top: -5px;
     1215        margin-right: 10px;
     1216    }
     1217    .user-note-voting-up .dashicons, .user-note-voting-down .dashicons {
     1218        font-size: 30px;
     1219        height: 30px;
     1220        width: 30px;
     1221        color: #000;
     1222    }
     1223    .user-note-voting-up {
     1224        margin-left: -9px;
     1225    }
     1226    .user-note-voting-count {
     1227        margin-right: -2px;
     1228    }
     1229    .user-voted.user-note-voting-up .dashicons {
     1230        color: green;
     1231    }
     1232    .user-voted.user-note-voting-down .dashicons {
     1233        color: red;
     1234    }
    12061235}
    12071236
Note: See TracChangeset for help on using the changeset viewer.