Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/25/2015 12:18:39 PM (10 years ago)
Author:
hnla
Message:

Twentythirteen Companion styles updates.

  • Updates list elements for groups & member screens, improves item-desc & .update elements for small screens, centres blocks and titles.
  • Adjust bp search box for label input widths ,wider for small screens & correct input text width to 100% of it's parent label.

See #6533

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/css/twentythirteen.scss

    r10295 r10309  
    666666
    667667                .item-desc {
    668                     margin-left: 0;
    669                     width: 94%;
     668                    margin: 0 auto;
     669                    width: 100%;
    670670                }
    671671
     
    673673                    @include font-size(18);
    674674                    line-height: 1.2;
     675                    margin: 0 auto;
     676                    text-align: center;
     677
     678                    @media screen and (min-width: 38.75em) {
     679                        text-align: left;
     680                    }
     681                    width: 100%;
    675682
    676683                    .update {
    677684                        @include font-size(12);
     685                        display: block;
    678686
    679687                        @media screen and (min-width: 59.6875em) {
    680688                            @include font-size(14);
    681689                        }
    682                     }
    683                 }
     690                        padding: $spacing-val-sm 0;
     691                        text-align: left;
     692                    }
     693
     694                } // .item-title
    684695
    685696            }
     
    693704
    694705                .item {
    695                     left: 10%;
     706                    left: 5%;
    696707                    margin-left: 0;
    697708                    position: relative;
     
    21432154            label {
    21442155                float: left;
    2145                 width: 80%;
     2156                width: 60%;
     2157                @media screen and (min-width: 46.25em) {
     2158                    width: 80%;
     2159                }
    21462160            }
    21472161
     
    21492163                float: left;
    21502164                margin: 0;
    2151                 width: 80%;
     2165                width: 100%;
    21522166            }
    21532167
     
    21702184                text-align: center;
    21712185                text-transform: none;
    2172                 width: 20%;
     2186                width: 40%;
     2187
     2188                @media screen and (min-width: 46.25em) {
     2189                    width: 20%;
     2190                }
     2191
    21732192            }
    21742193        } // close form
Note: See TracChangeset for help on using the changeset viewer.