Changeset 26382
- Timestamp:
- 11/26/2013 02:41:35 AM (12 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
-
wp-admin/css/wp-admin.css (modified) (3 diffs)
-
wp-includes/css/admin-bar.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/wp-admin.css
r26380 r26382 10907 10907 #wpwrap { 10908 10908 background: #f0f0f0; 10909 overflow-x: hidden;10910 10909 } 10911 10910 … … 10917 10916 10918 10917 .wrap { 10919 margin-right: 1 0px;10918 margin-right: 12px; 10920 10919 margin-left: 0; 10921 10920 } … … 12258 12257 z-index: 400; 12259 12258 } 12260 } 12259 12260 /* Keep full-width boxes on Edit Post page from causing horizontal scroll */ 12261 div#post-body.metabox-holder.columns-1 { 12262 overflow-x: hidden; 12263 } 12264 } -
trunk/src/wp-includes/css/admin-bar.css
r26373 r26382 839 839 width: 28px; 840 840 padding: 0 10px; 841 overflow: hidden; /* Prevent link text from forcing horizontal scrolling on mobile */ 841 842 } 842 843
Note: See TracChangeset
for help on using the changeset viewer.