Making WordPress.org

Changeset 2441


Ignore:
Timestamp:
02/01/2016 07:52:00 PM (9 years ago)
Author:
ocean90
Message:

Support Forums: Add styling for callout boxes.

Props samuelsidler.
See #110.

Location:
sites/trunk/wordpress.org/public_html/style
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/style/forum-wp4-rtl.css

    r1824 r2441  
    111111    padding-right: 0;
    112112}
     113
     114.callout-tip {
     115    padding: 15px 46 15px 40px;
     116}
     117
     118.tipicon:before {
     119    left: auto;
     120    right: 10px;
     121}
  • sites/trunk/wordpress.org/public_html/style/forum-wp4.css

    r1824 r2441  
    487487}
    488488
     489/* New Post Form */
     490.callout-tip {
     491    position: relative;
     492    overflow: auto;
     493    background: #eff7ed;
     494    border: 1px solid #64b450;
     495    border-bottom: 3px solid #64b450;
     496    margin-bottom: 1.5em;
     497    padding: 15px 40px 15px 46px;
     498}
     499
     500.callout-tip ul {
     501    margin-bottom: 5px !important;
     502}
     503
     504.tipicon:before {
     505    position: absolute;
     506    top: 12px;
     507    left: 10px;
     508    width: 20px;
     509    height: 20px;
     510    font-size: 26px;
     511    content: "\f339";
     512    font-family: "dashicons";
     513    color: #64b450;
     514}
     515
    489516@media screen and ( max-width: 960px ) {
    490517    .col-6, .col-7, .col-8, .col-10, .col-12 {
Note: See TracChangeset for help on using the changeset viewer.