Skip to:
Content

BuddyPress.org

Changeset 9861


Ignore:
Timestamp:
05/10/2015 06:36:58 PM (9 years ago)
Author:
hnla
Message:

Updates to Twentyfourteen & Twentyfifteen scss files
General updates for both files to ensure uniform message notice elements rulesets; adjust colors.
update user item action buttons for small screens Twentyfourteen.
See #6338 See #6291

Location:
trunk/src/bp-templates/bp-legacy/css
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/css/twentyfifteen-rtl.css

    r9859 r9861  
    826826  .bp-user #buddypress #message-thread .alt {
    827827    background: #fff; }
    828   .bp-user #buddypress #message-threads {
    829     display: block; }
    830     .bp-user #buddypress #message-threads thead tr {
    831       background: #6e6e6e; }
    832     .bp-user #buddypress #message-threads tr td {
    833       background: #fff;
    834       display: inline-block;
    835       float: right; }
    836     .bp-user #buddypress #message-threads tr td.thread-star, .bp-user #buddypress #message-threads tr td.thread-options {
    837       border-bottom-color: #ccc;
    838       border-bottom-width: 2px;
    839       height: 2.4em;
    840       padding-bottom: 0.2em;
    841       padding-top: 0.2em; }
    842       @media screen and (max-width: 46.25em) {
    843         .bp-user #buddypress #message-threads tr td.thread-star, .bp-user #buddypress #message-threads tr td.thread-options {
    844           padding-top: 0; } }
    845     .bp-user #buddypress #message-threads tr td.bulk-select-check, .bp-user #buddypress #message-threads tr td.thread-from {
    846       height: 2.6em; }
    847       @media screen and (max-width: 38.75em) {
    848         .bp-user #buddypress #message-threads tr td.bulk-select-check, .bp-user #buddypress #message-threads tr td.thread-from {
    849           height: 5.2em; } }
    850     .bp-user #buddypress #message-threads tr td.thread-from, .bp-user #buddypress #message-threads tr td.thread-options {
    851       border-right: 0 !important;
    852       width: -webkit-calc(100% - 30px);
    853       width: -moz-calc(100% - 30px);
    854       width: calc(100% - 30px);
    855       margin-right: 0; }
    856     .bp-user #buddypress #message-threads tr td.thread-info {
    857       padding-right: 41px;
    858       width: 100%; }
    859       .bp-user #buddypress #message-threads tr td.thread-info a::after {
    860         content: " \2013 \00a0" attr(title);
    861         font-size: 12px;
    862         font-size: 1.2rem; }
    863     .bp-user #buddypress #message-threads tr td.thread-options {
    864       text-align: left; }
    865       .bp-user #buddypress #message-threads tr td.thread-options a {
    866         font-size: 12px;
    867         font-size: 1.2rem;
    868         line-height: 2.2; }
    869     .bp-user #buddypress #message-threads tr span.from {
    870       display: none; }
    871     .bp-user #buddypress #message-threads tr span.activity {
    872       display: block;
    873       float: left;
    874       line-height: 2; }
    875       @media screen and (max-width: 38.75em) {
    876         .bp-user #buddypress #message-threads tr span.activity {
    877           clear: both;
    878           font-size: 11px;
    879           font-size: 1.1rem;
    880           width: 100%; } }
    881     .bp-user #buddypress #message-threads tr.unread td {
    882       background: #dce5ff;
    883       border-color: #999; }
    884     .bp-user #buddypress #message-threads th {
    885       display: none; }
    886     .bp-user #buddypress #message-threads th.bulk-select-all {
    887       border-bottom: 0;
    888       display: inline-block;
    889       text-align: right; }
    890     .bp-user #buddypress #message-threads th.bulk-select-all, .bp-user #buddypress #message-threads td.bulk-select-check, .bp-user #buddypress #message-threads td.thread-star {
    891       border-left: 0;
    892       width: 30px; }
     828  .bp-user #buddypress #message-threads thead tr {
     829    background: #6e6e6e; }
     830  .bp-user #buddypress #message-threads tr td {
     831    background: #fff;
     832    display: inline-block;
     833    float: right; }
     834  .bp-user #buddypress #message-threads tr td.thread-star, .bp-user #buddypress #message-threads tr td.thread-options {
     835    border-bottom-color: #ccc;
     836    border-bottom-width: 2px;
     837    height: 2.4em;
     838    padding-bottom: 0.2em;
     839    padding-top: 0.2em; }
     840    @media screen and (max-width: 46.25em) {
     841      .bp-user #buddypress #message-threads tr td.thread-star, .bp-user #buddypress #message-threads tr td.thread-options {
     842        padding-top: 0; } }
     843  .bp-user #buddypress #message-threads tr td.bulk-select-check, .bp-user #buddypress #message-threads tr td.thread-from {
     844    height: 2.6em; }
     845    @media screen and (max-width: 38.75em) {
     846      .bp-user #buddypress #message-threads tr td.bulk-select-check, .bp-user #buddypress #message-threads tr td.thread-from {
     847        height: 5.2em; } }
     848  .bp-user #buddypress #message-threads tr td.thread-from, .bp-user #buddypress #message-threads tr td.thread-options {
     849    border-right: 0 !important;
     850    width: -webkit-calc(100% - 30px);
     851    width: -moz-calc(100% - 30px);
     852    width: calc(100% - 30px);
     853    margin-right: 0; }
     854  .bp-user #buddypress #message-threads tr td.thread-info {
     855    padding-right: 41px;
     856    width: 100%; }
     857    .bp-user #buddypress #message-threads tr td.thread-info a::after {
     858      content: " \2013 \00a0" attr(title);
     859      font-size: 12px;
     860      font-size: 1.2rem; }
     861  .bp-user #buddypress #message-threads tr td.thread-options {
     862    text-align: left; }
     863    .bp-user #buddypress #message-threads tr td.thread-options a {
     864      font-size: 12px;
     865      font-size: 1.2rem;
     866      line-height: 2.2; }
     867  .bp-user #buddypress #message-threads tr span.from {
     868    display: none; }
     869  .bp-user #buddypress #message-threads tr span.activity {
     870    display: block;
     871    float: left;
     872    line-height: 2; }
     873    @media screen and (max-width: 38.75em) {
     874      .bp-user #buddypress #message-threads tr span.activity {
     875        clear: both;
     876        font-size: 11px;
     877        font-size: 1.1rem;
     878        width: 100%; } }
     879  .bp-user #buddypress #message-threads tr.unread td {
     880    background: #dce5ff;
     881    border-color: #999; }
     882  .bp-user #buddypress #message-threads th {
     883    display: none; }
     884  .bp-user #buddypress #message-threads th.bulk-select-all {
     885    border-bottom: 0;
     886    display: inline-block;
     887    text-align: right; }
     888  .bp-user #buddypress #message-threads th.bulk-select-all, .bp-user #buddypress #message-threads td.bulk-select-check, .bp-user #buddypress #message-threads td.thread-star {
     889    border-left: 0;
     890    width: 30px; }
    893891  .bp-user #buddypress .acfb-holder li.friend-tab {
    894892    margin-left: 0; }
     
    976974    margin-bottom: 5px !important; }
    977975    #buddypress div.dir-search form label, #buddypress div.dir-search form input[type='text'], #buddypress div.dir-search form input[type='submit'], #buddypress div.message-search form label, #buddypress div.message-search form input[type='text'], #buddypress div.message-search form input[type='submit'], #buddypress li.groups-members-search form label, #buddypress li.groups-members-search form input[type='text'], #buddypress li.groups-members-search form input[type='submit'] {
    978       width: auto; }
    979   #buddypress div.message-search {
    980     margin-left: 10px; } }
     976      width: auto; } }
    981977@media screen and (min-width: 77.5em) {
    982978  #buddypress .dir-search form input[type='text'], #buddypress .message-search form input[type='text'] {
     
    10321028*-------------------------------------------------------------------------------
    10331029*/
     1030#buddypress div#message p {
     1031  font-size: 18px;
     1032  font-size: 1.8rem;
     1033  font-weight: bold; }
    10341034#buddypress div#message.info p {
    10351035  background: #c6e4ee;
    10361036  border: 1px solid #78bed6;
    1037   color: inherit; }
    1038 #buddypress div#message.update p {
    1039   background: #c2cf7c;
    1040   border: 1px solid #97a73e;
    1041   color: inherit; }
     1037  color: #fff; }
     1038#buddypress div#message.updated p {
     1039  background: #dee6b2;
     1040  border: 1px solid #becc66;
     1041  color: #fff; }
     1042
     1043.delete-group #buddypress div#message.info p {
     1044  background: #db7e7e;
     1045  border: 1px solid #be3535;
     1046  color: #fff; }
    10421047
    10431048/**
  • trunk/src/bp-templates/bp-legacy/css/twentyfifteen.css

    r9859 r9861  
    826826  .bp-user #buddypress #message-thread .alt {
    827827    background: #fff; }
    828   .bp-user #buddypress #message-threads {
    829     display: block; }
    830     .bp-user #buddypress #message-threads thead tr {
    831       background: #6e6e6e; }
    832     .bp-user #buddypress #message-threads tr td {
    833       background: #fff;
    834       display: inline-block;
    835       float: left; }
    836     .bp-user #buddypress #message-threads tr td.thread-star, .bp-user #buddypress #message-threads tr td.thread-options {
    837       border-bottom-color: #ccc;
    838       border-bottom-width: 2px;
    839       height: 2.4em;
    840       padding-bottom: 0.2em;
    841       padding-top: 0.2em; }
    842       @media screen and (max-width: 46.25em) {
    843         .bp-user #buddypress #message-threads tr td.thread-star, .bp-user #buddypress #message-threads tr td.thread-options {
    844           padding-top: 0; } }
    845     .bp-user #buddypress #message-threads tr td.bulk-select-check, .bp-user #buddypress #message-threads tr td.thread-from {
    846       height: 2.6em; }
    847       @media screen and (max-width: 38.75em) {
    848         .bp-user #buddypress #message-threads tr td.bulk-select-check, .bp-user #buddypress #message-threads tr td.thread-from {
    849           height: 5.2em; } }
    850     .bp-user #buddypress #message-threads tr td.thread-from, .bp-user #buddypress #message-threads tr td.thread-options {
    851       border-left: 0 !important;
    852       width: -webkit-calc(100% - 30px);
    853       width: -moz-calc(100% - 30px);
    854       width: calc(100% - 30px);
    855       margin-left: 0; }
    856     .bp-user #buddypress #message-threads tr td.thread-info {
    857       padding-left: 41px;
    858       width: 100%; }
    859       .bp-user #buddypress #message-threads tr td.thread-info a::after {
    860         content: " \2013 \00a0" attr(title);
    861         font-size: 12px;
    862         font-size: 1.2rem; }
    863     .bp-user #buddypress #message-threads tr td.thread-options {
    864       text-align: right; }
    865       .bp-user #buddypress #message-threads tr td.thread-options a {
    866         font-size: 12px;
    867         font-size: 1.2rem;
    868         line-height: 2.2; }
    869     .bp-user #buddypress #message-threads tr span.from {
    870       display: none; }
    871     .bp-user #buddypress #message-threads tr span.activity {
    872       display: block;
    873       float: right;
    874       line-height: 2; }
    875       @media screen and (max-width: 38.75em) {
    876         .bp-user #buddypress #message-threads tr span.activity {
    877           clear: both;
    878           font-size: 11px;
    879           font-size: 1.1rem;
    880           width: 100%; } }
    881     .bp-user #buddypress #message-threads tr.unread td {
    882       background: #dce5ff;
    883       border-color: #999; }
    884     .bp-user #buddypress #message-threads th {
    885       display: none; }
    886     .bp-user #buddypress #message-threads th.bulk-select-all {
    887       border-bottom: 0;
    888       display: inline-block;
    889       text-align: left; }
    890     .bp-user #buddypress #message-threads th.bulk-select-all, .bp-user #buddypress #message-threads td.bulk-select-check, .bp-user #buddypress #message-threads td.thread-star {
    891       border-right: 0;
    892       width: 30px; }
     828  .bp-user #buddypress #message-threads thead tr {
     829    background: #6e6e6e; }
     830  .bp-user #buddypress #message-threads tr td {
     831    background: #fff;
     832    display: inline-block;
     833    float: left; }
     834  .bp-user #buddypress #message-threads tr td.thread-star, .bp-user #buddypress #message-threads tr td.thread-options {
     835    border-bottom-color: #ccc;
     836    border-bottom-width: 2px;
     837    height: 2.4em;
     838    padding-bottom: 0.2em;
     839    padding-top: 0.2em; }
     840    @media screen and (max-width: 46.25em) {
     841      .bp-user #buddypress #message-threads tr td.thread-star, .bp-user #buddypress #message-threads tr td.thread-options {
     842        padding-top: 0; } }
     843  .bp-user #buddypress #message-threads tr td.bulk-select-check, .bp-user #buddypress #message-threads tr td.thread-from {
     844    height: 2.6em; }
     845    @media screen and (max-width: 38.75em) {
     846      .bp-user #buddypress #message-threads tr td.bulk-select-check, .bp-user #buddypress #message-threads tr td.thread-from {
     847        height: 5.2em; } }
     848  .bp-user #buddypress #message-threads tr td.thread-from, .bp-user #buddypress #message-threads tr td.thread-options {
     849    border-left: 0 !important;
     850    width: -webkit-calc(100% - 30px);
     851    width: -moz-calc(100% - 30px);
     852    width: calc(100% - 30px);
     853    margin-left: 0; }
     854  .bp-user #buddypress #message-threads tr td.thread-info {
     855    padding-left: 41px;
     856    width: 100%; }
     857    .bp-user #buddypress #message-threads tr td.thread-info a::after {
     858      content: " \2013 \00a0" attr(title);
     859      font-size: 12px;
     860      font-size: 1.2rem; }
     861  .bp-user #buddypress #message-threads tr td.thread-options {
     862    text-align: right; }
     863    .bp-user #buddypress #message-threads tr td.thread-options a {
     864      font-size: 12px;
     865      font-size: 1.2rem;
     866      line-height: 2.2; }
     867  .bp-user #buddypress #message-threads tr span.from {
     868    display: none; }
     869  .bp-user #buddypress #message-threads tr span.activity {
     870    display: block;
     871    float: right;
     872    line-height: 2; }
     873    @media screen and (max-width: 38.75em) {
     874      .bp-user #buddypress #message-threads tr span.activity {
     875        clear: both;
     876        font-size: 11px;
     877        font-size: 1.1rem;
     878        width: 100%; } }
     879  .bp-user #buddypress #message-threads tr.unread td {
     880    background: #dce5ff;
     881    border-color: #999; }
     882  .bp-user #buddypress #message-threads th {
     883    display: none; }
     884  .bp-user #buddypress #message-threads th.bulk-select-all {
     885    border-bottom: 0;
     886    display: inline-block;
     887    text-align: left; }
     888  .bp-user #buddypress #message-threads th.bulk-select-all, .bp-user #buddypress #message-threads td.bulk-select-check, .bp-user #buddypress #message-threads td.thread-star {
     889    border-right: 0;
     890    width: 30px; }
    893891  .bp-user #buddypress .acfb-holder li.friend-tab {
    894892    margin-right: 0; }
     
    976974    margin-bottom: 5px !important; }
    977975    #buddypress div.dir-search form label, #buddypress div.dir-search form input[type='text'], #buddypress div.dir-search form input[type='submit'], #buddypress div.message-search form label, #buddypress div.message-search form input[type='text'], #buddypress div.message-search form input[type='submit'], #buddypress li.groups-members-search form label, #buddypress li.groups-members-search form input[type='text'], #buddypress li.groups-members-search form input[type='submit'] {
    978       width: auto; }
    979   #buddypress div.message-search {
    980     margin-right: 10px; } }
     976      width: auto; } }
    981977@media screen and (min-width: 77.5em) {
    982978  #buddypress .dir-search form input[type='text'], #buddypress .message-search form input[type='text'] {
     
    10321028*-------------------------------------------------------------------------------
    10331029*/
     1030#buddypress div#message p {
     1031  font-size: 18px;
     1032  font-size: 1.8rem;
     1033  font-weight: bold; }
    10341034#buddypress div#message.info p {
    10351035  background: #c6e4ee;
    10361036  border: 1px solid #78bed6;
    1037   color: inherit; }
    1038 #buddypress div#message.update p {
    1039   background: #c2cf7c;
    1040   border: 1px solid #97a73e;
    1041   color: inherit; }
     1037  color: #fff; }
     1038#buddypress div#message.updated p {
     1039  background: #dee6b2;
     1040  border: 1px solid #becc66;
     1041  color: #fff; }
     1042
     1043.delete-group #buddypress div#message.info p {
     1044  background: #db7e7e;
     1045  border: 1px solid #be3535;
     1046  color: #fff; }
    10421047
    10431048/**
  • trunk/src/bp-templates/bp-legacy/css/twentyfifteen.scss

    r9859 r9861  
    129129$notice-warning:     #d05656;
    130130$notice-info:        #9fd1e2;
    131 $notice-update:      #b1c157;
     131$notice-update:      #ced98c;
    132132$stripe-odd:         #ebf0ff;
    133133$stripe-even:        #dbe5ff;
     
    15141514
    15151515        #message-threads {
    1516             display: block;
    1517 
    15181516            thead {
    15191517                tr {
     
    18131811            }
    18141812        }
    1815 
    1816         div.message-search {margin-right: $spacing-val-sm;}
    18171813    } // close @media
    18181814
     
    19241920#buddypress {
    19251921    div#message {
     1922        p {
     1923            @include font-size(18);
     1924            font-weight: bold;
     1925        }
     1926
    19261927        &.info {
    19271928            p {
    1928                 @include message-box($notice-info);
    1929             }
    1930         }
    1931 
    1932         &.update {
     1929                @include message-box($notice-info, #fff);
     1930            }
     1931        }
     1932
     1933        &.updated {
    19331934            p {
    1934                 @include message-box($notice-update);
     1935                @include message-box($notice-update, #fff);
    19351936            }
    19361937        }
     
    19391940
    19401941} // close  #buddypress
     1942
     1943// Without direct classes on our mesages ( 'warning' )
     1944// we need to use the body classes
     1945// message args ($variable-color, text-color)
     1946// todo: If this is class .warning is included in main BP styles remove from here
     1947.delete-group {
     1948    #buddypress {
     1949        div#message.info {
     1950            p {
     1951                @include message-box($notice-warning, #fff);
     1952            }
     1953        }
     1954    }
     1955}
    19411956
    19421957/**
  • trunk/src/bp-templates/bp-legacy/css/twentyfourteen-rtl.css

    r9856 r9861  
    450450        margin-right: 0; }
    451451        .single-item.groups #buddypress div#item-header #item-actions ul li {
    452           float: right; } }
     452          float: right; }
     453    .single-item.groups #buddypress div#item-header #message {
     454      order: 4; } }
    453455.single-item.groups #buddypress #item-header #item-actions {
    454456  float: none;
     
    483485    .bp-user #buddypress #item-header #item-header-avatar img {
    484486      float: none; }
     487  .bp-user #buddypress #item-header #latest-update {
     488    margin-bottom: 10px; }
     489  @media screen and (max-width: 594px) {
     490    .bp-user #buddypress #item-header #item-buttons div.generic-button {
     491      display: inline-block;
     492      float: none;
     493      margin: 0 0 5px 0;
     494      width: 100%; }
     495      .bp-user #buddypress #item-header #item-buttons div.generic-button a {
     496        -webkit-box-sizing: border-box;
     497        -moz-box-sizing: border-box;
     498        box-sizing: border-box;
     499        display: block;
     500        width: 100%; } }
    485501  @media screen and (min-width: 673px) {
    486502    .bp-user #buddypress #item-header #item-header-avatar {
     
    493509    .bp-user #buddypress #item-header #item-header-content {
    494510      float: left;
    495       width: 78%; } }
     511      width: 78%; }
     512      .bp-user #buddypress #item-header #item-header-content #latest-update {
     513        margin-bottom: 20px; } }
    496514
    497515/**
     
    722740*-------------------------------------------------------------------------------
    723741*/
     742#buddypress div#message p {
     743  font-size: 18px;
     744  font-size: 1.125rem;
     745  font-weight: bold; }
    724746#buddypress div#message.info p {
    725747  background: #c6e4ee;
    726748  border: 1px solid #78bed6;
    727   color: inherit; }
     749  color: #fff; }
     750#buddypress div#message.updated p {
     751  background: #dee6b2;
     752  border: 1px solid #becc66;
     753  color: #fff; }
    728754
    729755.delete-group #buddypress div#message.info p {
     
    731757  border: 1px solid #be3535;
    732758  color: #fff; }
     759
     760/**
     761*-------------------------------------------------------------------------------
     762* @section 10.0 - Ajax Loading, Widgets, General classes
     763*-------------------------------------------------------------------------------
     764*/
     765#buddypress {
     766  /* Auto Complete background */ }
     767  #buddypress .acfb-holder li.friend-tab {
     768    background: #9fd1e2;
     769    border: inherit; }
  • trunk/src/bp-templates/bp-legacy/css/twentyfourteen.css

    r9856 r9861  
    450450        margin-left: 0; }
    451451        .single-item.groups #buddypress div#item-header #item-actions ul li {
    452           float: left; } }
     452          float: left; }
     453    .single-item.groups #buddypress div#item-header #message {
     454      order: 4; } }
    453455.single-item.groups #buddypress #item-header #item-actions {
    454456  float: none;
     
    483485    .bp-user #buddypress #item-header #item-header-avatar img {
    484486      float: none; }
     487  .bp-user #buddypress #item-header #latest-update {
     488    margin-bottom: 10px; }
     489  @media screen and (max-width: 594px) {
     490    .bp-user #buddypress #item-header #item-buttons div.generic-button {
     491      display: inline-block;
     492      float: none;
     493      margin: 0 0 5px 0;
     494      width: 100%; }
     495      .bp-user #buddypress #item-header #item-buttons div.generic-button a {
     496        -webkit-box-sizing: border-box;
     497        -moz-box-sizing: border-box;
     498        box-sizing: border-box;
     499        display: block;
     500        width: 100%; } }
    485501  @media screen and (min-width: 673px) {
    486502    .bp-user #buddypress #item-header #item-header-avatar {
     
    493509    .bp-user #buddypress #item-header #item-header-content {
    494510      float: right;
    495       width: 78%; } }
     511      width: 78%; }
     512      .bp-user #buddypress #item-header #item-header-content #latest-update {
     513        margin-bottom: 20px; } }
    496514
    497515/**
     
    722740*-------------------------------------------------------------------------------
    723741*/
     742#buddypress div#message p {
     743  font-size: 18px;
     744  font-size: 1.125rem;
     745  font-weight: bold; }
    724746#buddypress div#message.info p {
    725747  background: #c6e4ee;
    726748  border: 1px solid #78bed6;
    727   color: inherit; }
     749  color: #fff; }
     750#buddypress div#message.updated p {
     751  background: #dee6b2;
     752  border: 1px solid #becc66;
     753  color: #fff; }
    728754
    729755.delete-group #buddypress div#message.info p {
     
    731757  border: 1px solid #be3535;
    732758  color: #fff; }
     759
     760/**
     761*-------------------------------------------------------------------------------
     762* @section 10.0 - Ajax Loading, Widgets, General classes
     763*-------------------------------------------------------------------------------
     764*/
     765#buddypress {
     766  /* Auto Complete background */ }
     767  #buddypress .acfb-holder li.friend-tab {
     768    background: #9fd1e2;
     769    border: inherit; }
  • trunk/src/bp-templates/bp-legacy/css/twentyfourteen.scss

    r9856 r9861  
    128128$notice-warning:         #d05656;
    129129$notice-info:            #9fd1e2;
     130$notice-update:          #ced98c;
    130131$stripe-odd:             #ebf0ff;
    131132$stripe-even:            #dbe5ff;
     
    917918                    }
    918919                } // close #item-actions
     920
     921                #message {
     922                    order: 4;
     923                }
     924
    919925            }
    920926        } // close @media
     
    975981            img {
    976982                float: none;
     983            }
     984        }
     985
     986        #latest-update {
     987            margin-bottom: $spacing-val-sm;
     988        }
     989
     990        @media screen and (max-width: 594px) {
     991            #item-buttons {
     992                div.generic-button {
     993                    display: inline-block;
     994                    float: none;
     995                    margin: 0 0 $spacing-val-xs 0;
     996                    width: 100%;
     997
     998                    a {
     999                        @include box-model();
     1000                        display: block;
     1001                        width: 100%;
     1002                    }
     1003                }
    9771004            }
    9781005        }
     
    9911018                float: right;
    9921019                width: 78%;
     1020
     1021                #latest-update {
     1022                    margin-bottom: $spacing-val-md;
     1023                }
    9931024            }
    9941025        }
     
    13991430*/
    14001431#buddypress {
    1401     div#message.info {
     1432    div#message {
    14021433        p {
    1403             @include message-box($notice-info);
    1404         }
    1405     }
    1406 }
     1434            @include font-size(18);
     1435            font-weight: bold;
     1436        }
     1437
     1438        &.info {
     1439            p {
     1440                @include message-box($notice-info, #fff);
     1441            }
     1442        }
     1443
     1444        &.updated {
     1445            p {
     1446                @include message-box($notice-update, #fff);
     1447            }
     1448        }
     1449
     1450    } // close #message
     1451
     1452} // close  #buddypress
    14071453
    14081454// Without direct classes on our mesages ( 'warning' )
    14091455// we need to use the body classes
    14101456// message args ($variable-color, text-color)
     1457// todo: If this is class .warning is included in main BP styles remove from here
    14111458.delete-group {
    14121459    #buddypress {
     
    14191466}
    14201467
     1468/**
     1469*-------------------------------------------------------------------------------
     1470* @section 10.0 - Ajax Loading, Widgets, General classes
     1471*-------------------------------------------------------------------------------
     1472*/
     1473
     1474#buddypress {
     1475    /* Auto Complete background */
     1476    .acfb-holder {
     1477
     1478        li.friend-tab {
     1479            background: $notice-info;
     1480            border: inherit;
     1481     }
     1482    }
     1483}
     1484
Note: See TracChangeset for help on using the changeset viewer.