Making WordPress.org

Changeset 337


Ignore:
Timestamp:
01/30/2014 10:30:54 PM (11 years ago)
Author:
nacin
Message:

Trac reports: Create ticket buttons and other styling tweaks. see #298.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/style/trac/wp-trac.css

    r335 r337  
    12931293    display: block;
    12941294    position: absolute;
    1295     top: 184px;
     1295    top: 140px;
    12961296    background: white;
    12971297    width: 100%;
     1298}
     1299@media screen and (min-width: 768px) {
     1300    body.ticket-reports-open #report-popup {
     1301        top: 184px;
     1302    }
    12981303}
    12991304#report-popup .ticket-reports {
     
    13211326    width: 335px;
    13221327}
     1328.ticket-reports .very-narrow .report,
     1329.ticket-reports .report.very-narrow {
     1330    width: 130px;
     1331    margin-right: 10px;
     1332}
    13231333.ticket-reports .narrow .report,
    13241334.ticket-reports .report.narrow {
    1325     width: 130px;
    1326     margin-right: 10px;
     1335    width: 170px;
     1336    margin-right: 15px;
    13271337}
    13281338.ticket-reports .report h4 {
     
    13681378}
    13691379
     1380/* =Report screens */
     1381.create-new-ticket.button {
     1382    margin: 10px 10px 0;
     1383    float: right;
     1384    clear: right;
     1385    font-size: 15px;
     1386    min-height: 40px;
     1387    padding: 0;
     1388}
     1389.create-new-ticket a {
     1390    line-height: 38px;
     1391    color: #fff !important;
     1392    background: none !important;
     1393    border: none !important;
     1394    display: block;
     1395    height: 100%;
     1396    width: 100%;
     1397    padding: 0 12px 2px;
     1398}
     1399.create-new-ticket .ext-link .icon {
     1400    display: none;
     1401}
     1402.create-new-ticket a:active {
     1403    color: rgba(255,255,255,0.95) !important;
     1404}
     1405#content.report #prefs {
     1406    margin: -20px 0 2px 10px;
     1407    padding-right: 4px;
     1408    background: none;
     1409    border: none;
     1410}
     1411#content.report #prefs div {
     1412    display: inline;
     1413}
     1414body.core #ctxtnav a[href="/report"] {
     1415    display: none;
     1416}
     1417
    13701418/* =Responsive / Mobile
    13711419----------------------------------------------- */
Note: See TracChangeset for help on using the changeset viewer.