Skip to:
Content

BuddyPress.org

Changeset 4688


Ignore:
Timestamp:
07/18/2011 08:43:19 AM (14 years ago)
Author:
johnjamesjacoby
Message:

Tweak the span.activity styling.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/_inc/css/default.css

    r4683 r4688  
    19341934span.activity,
    19351935div#message p {
    1936     background: #fff9db;
    1937     border-bottom: 1px solid #ffe8C4;
    1938     border-right: 1px solid #ffe8C4;
     1936    border: 1px solid #e1ca82;
    19391937    -moz-border-radius: 3px;
    19401938    -webkit-border-radius: 3px;
    19411939    border-radius: 3px;
    1942     color: #ffa200;
     1940    color: #888;
    19431941    font-weight: normal;
    19441942    margin-top: 3px;
    19451943    text-decoration: none;
     1944    background: #ffeaa6;
     1945    background-image: -webkit-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
     1946    background-image: -moz-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
     1947    background-image: -ms-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
     1948    background-image: -o-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
     1949    background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
     1950    opacity: 0.8;
    19461951}
    19471952div#item-header {
Note: See TracChangeset for help on using the changeset viewer.