Making WordPress.org

Changeset 3353


Ignore:
Timestamp:
06/14/2016 10:06:13 AM (9 years ago)
Author:
obenland
Message:

Plugin Directory: Minor style tweaks.

Improves display of global search bar, local search bar, and categories.

See #1573, #1719.

Location:
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/css/style.css

    r3347 r3353  
    14191419# Clearings
    14201420--------------------------------------------------------------*/
    1421 .clear:before, .plugin-upload-form .category-checklist:before, .single .type-plugin:before, .single .type-plugin .plugin-header:before,
     1421.clear:before, .plugin-upload-form .category-checklist:before, .plugin-meta:before, .single .type-plugin:before, .single .type-plugin .plugin-header:before,
    14221422.clear:after,
    14231423.plugin-upload-form .category-checklist:after,
     1424.plugin-meta:after,
    14241425.single .type-plugin:after,
    14251426.single .type-plugin .plugin-header:after,
     
    14391440}
    14401441
    1441 .clear:after, .plugin-upload-form .category-checklist:after, .single .type-plugin:after, .single .type-plugin .plugin-header:after,
     1442.clear:after, .plugin-upload-form .category-checklist:after, .plugin-meta:after, .single .type-plugin:after, .single .type-plugin .plugin-header:after,
    14421443.entry-content:after,
    14431444.comment-content:after,
     
    15581559}
    15591560
    1560 .plugin-meta ul li {
     1561.plugin-meta li {
    15611562  border-top: 1px solid #eee;
    15621563  padding: 0.5rem 0;
    15631564}
    15641565
    1565 .plugin-meta ul .tags {
     1566.plugin-meta .tags {
    15661567  float: right;
    15671568  text-align: right;
    1568   width: 70%;
    1569 }
    1570 
    1571 .plugin-meta ul [rel="tag"] {
     1569  width: 60%;
     1570}
     1571
     1572.plugin-meta [rel="tag"] {
    15721573  background: #eee;
    15731574  border-radius: 2px;
     
    15831584}
    15841585
    1585 .plugin-meta ul [rel="tag"]:hover {
     1586.plugin-meta [rel="tag"]:hover {
    15861587  background: #f3f3f3;
    15871588}
    15881589
    1589 .plugin-meta ul [rel="tag"]:active {
     1590.plugin-meta [rel="tag"]:active {
    15901591  background: #dfdfdf;
    15911592}
     
    16071608#wporg-header form input {
    16081609  box-sizing: content-box;
     1610  padding: 3px;
    16091611}
    16101612
     
    17161718  border-radius: 0 2px 2px 0;
    17171719  display: none;
    1718   height: 32px;
     1720  height: 31px;
    17191721  margin-left: -6px;
    17201722  vertical-align: bottom;
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/_header.scss

    r3346 r3353  
    1212    form input {
    1313        box-sizing: content-box;
     14        padding: 3px;
    1415    }
    1516
     
    117118            border-radius: 0 2px 2px 0;
    118119            display: none;
    119             height: 32px;
     120            height: 31px;
    120121            margin-left: -6px;
    121122            vertical-align: bottom;
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/secondary/_widgets.scss

    r3337 r3353  
    9292}
    9393
    94 .plugin-meta ul {
    95     @include font-size( ms-unitless( ms(-2) ) );
    96     list-style-type: none;
    97     margin: 0;
    98     padding: 0;
     94.plugin-meta {
     95    @extend .clear;
     96
     97    ul {
     98        @include font-size( ms-unitless( ms( -2 ) ) );
     99        list-style-type: none;
     100        margin: 0;
     101        padding: 0;
     102    }
    99103
    100104    li {
     
    106110        float: right;
    107111        text-align: right;
    108         width: 70%;
     112        width: 60%;
    109113    }
    110114
Note: See TracChangeset for help on using the changeset viewer.