Changeset 354
- Timestamp:
- 01/31/2014 07:04:27 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/style/trac/wp-trac.css
r351 r354 762 762 .wp-caution li { 763 763 margin-bottom: 0.5em; 764 }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 764 } 783 765 /* Remove nowrap from long titles */ … … 1191 1173 * Dashicons 1192 1174 */ 1175 span.AtD_proofread_button:before, 1176 .wikitoolbar a:before, 1193 1177 #altlinks li a.rss:before, 1194 1178 dt.wiki:before, … … 1282 1266 padding-right: 5px 1283 1267 } 1268 .wikitoolbar { 1269 border: none; 1270 width: auto; 1271 margin-bottom: 10px; 1272 } 1273 span.AtD_proofread_button, 1274 .wikitoolbar :link, .wikitoolbar :visited { 1275 float: left; 1276 background: none; 1277 border: none; 1278 width: 20px; 1279 height: 20px; 1280 padding: 2px 4px; 1281 cursor: pointer; 1282 } 1283 span.AtD_proofread_button:hover, 1284 .wikitoolbar :link:hover, .wikitoolbar :visited:hover { 1285 border: none; 1286 background-color: #eee; 1287 } 1288 span.AtD_proofread_button:before, 1289 .wikitoolbar a:before { 1290 color: #666; 1291 } 1292 span.AtD_proofread_button:hover:before, 1293 .wikitoolbar a:hover:before { 1294 color: #444; 1295 } 1296 .wikitoolbar a#strong:before { 1297 content: "\f200"; /* dashicons-editor-bold */ 1298 } 1299 .wikitoolbar a#em:before { 1300 content: "\f201"; /* dashicons-editor-italic */ 1301 } 1302 .wikitoolbar a#heading:before { 1303 content: "\f215"; /* dashicons-editor-textcolor */ 1304 font-weight: 700; 1305 font-size: 26px; 1306 margin-left: -3px; 1307 margin-top: -1px 1308 } 1309 .wikitoolbar a#link:before { 1310 content: "\f103"; /* dashicons-admin-links */ 1311 } 1312 .wikitoolbar a#code:before { 1313 content: "\f475"; /* dashicons-editor-code */ 1314 } 1315 .wikitoolbar a#hr:before { 1316 content: "\f460"; /* dashicons-minus */ 1317 font-size: 22px; 1318 margin-left: -1px; 1319 } 1320 .wikitoolbar a#br:before { 1321 content: "\f474"; /* dashicons-editor-break */ 1322 } 1323 .wikitoolbar a#np:before { 1324 content: "\f476"; /* dashicons-editor-paragraph */ 1325 } 1326 .wikitoolbar a#img:before { 1327 content: "\f128"; /* dashicons-format-image */ 1328 } 1329 span.AtD_proofread_button:before { 1330 content: "\f210"; /* dashicons-editor-spellcheck */ 1331 } 1332 #field-description-help, 1333 label[for=comment] { 1334 line-height: 28px; 1335 } 1284 1336 1285 1337 /* =Reports page */
Note: See TracChangeset
for help on using the changeset viewer.