Skip to:
Content

BuddyPress.org

Ticket #888: (JASON_JM)(BP)screen.css_ticket-888(v1).patch

File (JASON_JM)(BP)screen.css_ticket-888(v1).patch, 864 bytes (added by Jason_JM, 15 years ago)
  • bp-themes/bp-default/_inc/css/screen.css

    # This patch file uses platform neutral UTF-8 encoding.
    # Patch v1 2/2 for BP Trac Ticket#: 888.
    # http://trac.buddypress.org/ticket/888
    # Allows pretty group send-invite submit button.
    # Jason Giedymin
     
    634634        margin: 0 5px 8px 0;
    635635}
    636636
     637.generic-button .generic-side {
     638        display: block;
     639        height: 19px;
     640        color: #777;
     641        font-size: 0.9em;
     642        padding: 0 33px 0 11px;
     643        margin-right: -7px;
     644        text-shadow: 0 1px 0 #fff;
     645        text-decoration: none;
     646        background: url(../images/view_button_side.gif) top right no-repeat;
     647        border: 0px none;
     648}
     649        .generic-button .generic-side:hover {
     650                color: #555;
     651                text-decoration: none;
     652        }
     653
     654 No newline at end of file
    637655.generic-button a {
    638656        display: block;
    639657        height: 19px;