Making WordPress.org

Ticket #272: 272-editor.patch

File 272-editor.patch, 2.7 KB (added by ocean90, 10 years ago)
  • trunk/wordpress.org/public_html/style/trac/wp-trac.css

     
    762762.wp-caution li {
    763763        margin-bottom: 0.5em;
    764764}
    765 /* Move the AtD  button into the Trac toolbar */
    766 .wikitoolbar {
    767         width: 258px;
    768 }
    769 .AtD_proofread_button,
    770 .AtD_edit_button {
    771         float: left;
    772         width: 22px;
    773         height: 16px;
    774         border: 1px solid #fff;
    775         border-left-color: #d7d7d7;
    776         background-repeat: no-repeat;
    777         background-position: center center;
    778 }
    779 .AtD_proofread_button:hover,
    780 .AtD_edit_button:hover {
    781         border-color: #fb2;
    782 }
    783765/* Remove nowrap from long titles */
    784766.tickets tbody td.summary,
    785767.reports tbody td.summary {
     
    11831165/**
    11841166 * Dashicons
    11851167 */
     1168span.AtD_proofread_button:before,
     1169.wikitoolbar a:before,
    11861170#altlinks li a.rss:before,
    11871171dt.wiki:before,
    11881172dt.milestone:before,
     
    12741258        color: #ff6600;
    12751259        padding-right: 5px
    12761260}
     1261.wikitoolbar {
     1262        border: none;
     1263        width: auto;
     1264        margin-bottom: 10px;
     1265}
     1266span.AtD_proofread_button,
     1267.wikitoolbar :link, .wikitoolbar :visited {
     1268        float: left;
     1269        background: none;
     1270        border: none;
     1271        width: 20px;
     1272        height: 20px;
     1273        padding: 2px 4px;
     1274        cursor: pointer;
     1275}
     1276span.AtD_proofread_button:hover,
     1277.wikitoolbar :link:hover, .wikitoolbar :visited:hover {
     1278        border: none;
     1279        background-color: #eee;
     1280}
     1281span.AtD_proofread_button:before,
     1282.wikitoolbar a:before {
     1283        color: #666;
     1284}
     1285span.AtD_proofread_button:hover:before,
     1286.wikitoolbar a:hover:before {
     1287        color: #444;
     1288}
    12771289
     1290.wikitoolbar a#strong:before {
     1291        content: "\f200"; /* dashicons-editor-bold */
     1292}
     1293.wikitoolbar a#em:before {
     1294        content: "\f201"; /* dashicons-editor-italic */
     1295}
     1296.wikitoolbar a#heading:before {
     1297        content: "\f215"; /* dashicons-editor-textcolor */
     1298        font-weight: 700;
     1299        font-size: 26px;
     1300        margin-left: -3px;
     1301        margin-top: -1px
     1302}
     1303.wikitoolbar a#link:before {
     1304        content: "\f103"; /* dashicons-admin-links */
     1305}
     1306.wikitoolbar a#code:before {
     1307        content: "\f111"; /* dashicons-admin-generic */
     1308}
     1309.wikitoolbar a#hr:before {
     1310        content: "\f460"; /* dashicons-minus */
     1311        font-size: 22px;
     1312        margin-left: -1px;
     1313}
     1314.wikitoolbar a#br {
     1315        display: none;
     1316}
     1317.wikitoolbar a#np:before {
     1318        content: "\f320"; /* dashicons-editor-rtl */
     1319        width: 14px;
     1320        overflow: hidden;
     1321        margin-left: 2px;
     1322}
     1323.wikitoolbar a#img:before {
     1324        content: "\f128"; /* dashicons-format-image */
     1325}
     1326span.AtD_proofread_button:before {
     1327        content: "\f210"; /* dashicons-editor-spellcheck */
     1328}
     1329#field-description-help,
     1330label[for=comment] {
     1331        line-height: 28px;
     1332}
     1333
    12781334/* =Responsive / Mobile
    12791335----------------------------------------------- */
    12801336