Skip to:
Content

BuddyPress.org

Changeset 8690


Ignore:
Timestamp:
07/24/2014 07:00:32 AM (11 years ago)
Author:
imath
Message:

grunt generated rtl css rules see #5775

File:
1 edited

Legend:

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

    r8471 r8690  
    530530    border: 1px solid #591;
    531531    color: #250;
     532}
     533#buddypress #pass-strength-result {
     534    background-color: #eee;
     535    border-color: #ddd;
     536    border-style: solid;
     537    border-width: 1px;
     538    display: none;
     539    margin: 5px 0 5px 5px;
     540    padding: 5px;
     541    text-align: center;
     542    width: 150px;
     543}
     544#buddypress .standard-form #basic-details-section #pass-strength-result {
     545    width: 35%;
     546}
     547#buddypress #pass-strength-result.error,
     548#buddypress #pass-strength-result.bad {
     549    background-color: #ffb78c;
     550    border-color: #ff853c !important;
     551    display: block;
     552}
     553#buddypress #pass-strength-result.good {
     554    background-color: #ffec8b;
     555    border-color: #fc0 !important;
     556    display: block;
     557}
     558#buddypress #pass-strength-result.short {
     559    background-color: #ffa0a0;
     560    border-color: #f04040 !important;
     561    display: block;
     562}
     563#buddypress #pass-strength-result.strong {
     564    background-color: #c3ff88;
     565    border-color: #8dff1c !important;
     566    display: block;
    532567}
    533568#buddypress .standard-form#signup_form div div.error {
     
    10921127    border: 1px solid #cb2;
    10931128    color: #440;
    1094    
    10951129}
    10961130#buddypress div#item-header {
Note: See TracChangeset for help on using the changeset viewer.