Changeset 35673
- Timestamp:
- 11/18/2015 06:54:05 PM (9 years ago)
- Location:
- trunk/src/wp-admin/css
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/about.css
r35616 r35673 80 80 /* Tabs */ 81 81 82 .about-wrap h2 .nav-tab { 82 .about-wrap .nav-tab { 83 padding-right: 15px; 84 padding-left: 15px; 83 85 font-size: 18px; 84 86 } -
trunk/src/wp-admin/css/common.css
r35648 r35673 1998 1998 1999 1999 .nav-tab { 2000 display: inline-block;2000 float: left; 2001 2001 border: 1px solid #ccc; 2002 2002 border-bottom: none; 2003 margin : 0 5px 0 0;2004 padding: 6px 10px;2005 font-size: 1 5px;2003 margin-left: 0.5em; /* half the font size so set the font size properly */ 2004 padding: 5px 10px; 2005 font-size: 14px; 2006 2006 line-height: 24px; 2007 2007 font-weight: 600; … … 2045 2045 } 2046 2046 2047 /* @todo: consider to use flexbox to reset white space between inline-block elements. */2048 2047 h1.nav-tab-wrapper, /* Back-compat for pre-4.4 */ 2049 2048 .wrap h2.nav-tab-wrapper, /* higher specificity to override .wrap > h2:first-child */ … … 2051 2050 border-bottom: 1px solid #ccc; 2052 2051 margin: 0; 2053 padding: 9px 15px 0 6px; 2054 font-size: 1px; /* normalize white space between inline-block elements */ 2052 padding: 9px 15px 0 0; 2055 2053 line-height: inherit; 2056 2054 } 2057 2055 2056 /* contain floats */ 2057 .nav-tab-wrapper:after { 2058 content: ""; 2059 display: table; 2060 clear: both; 2061 } 2058 2062 2059 2063 /*------------------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.