Ticket #34079: 34079.patch
| File 34079.patch, 4.7 KB (added by , 11 years ago) |
|---|
-
src/wp-admin/css/common.css
1958 1958 border-bottom: none; 1959 1959 background: #e4e4e4; 1960 1960 color: #555; 1961 } 1962 1963 .nav-tab, 1964 .nav-tab-small .nav-tab { 1965 display: inline-block; 1966 margin: -4px 4px -1px 0; 1967 padding: 5px 14px; 1961 1968 font-size: 12px; 1962 1969 line-height: 16px; 1963 display: inline-block;1964 padding: 4px 14px 6px;1965 1970 text-decoration: none; 1966 margin: -4px 4px -1px 0;1967 1971 } 1968 1972 1969 .nav-tab:hover { 1973 .nav-tab:hover, 1974 .nav-tab:focus { 1970 1975 background-color: #fff; 1971 1976 color: #464646; 1972 1977 } … … 1976 1981 } 1977 1982 1978 1983 .nav-tab-active, 1979 .nav-tab-active:hover { 1984 .nav-tab-active:hover, 1985 .nav-tab-active:focus { 1980 1986 border-bottom: 1px solid #f1f1f1; 1981 1987 background: #f1f1f1; 1982 1988 color: #000; … … 1993 1999 h1 .nav-tab, 1994 2000 h2 .nav-tab { 1995 2001 padding: 6px 10px; 1996 font-weight: bold;2002 font-weight: 600; 1997 2003 font-size: 15px; 1998 2004 line-height: 24px; 1999 2005 } -
src/wp-admin/network/site-info.php
138 138 <div class="wrap"> 139 139 <h1 id="edit-site"><?php echo $title; ?></h1> 140 140 <p class="edit-site-actions"><a href="<?php echo esc_url( get_home_url( $id, '/' ) ); ?>"><?php _e( 'Visit' ); ?></a> | <a href="<?php echo esc_url( get_admin_url( $id ) ); ?>"><?php _e( 'Dashboard' ); ?></a></p> 141 <h 3 class="nav-tab-wrapper">141 <h2 class="nav-tab-wrapper nav-tab-small"> 142 142 <?php 143 143 $tabs = array( 144 144 'site-info' => array( 'label' => __( 'Info' ), 'url' => 'site-info.php' ), … … 151 151 echo '<a href="' . $tab['url'] . '?id=' . $id .'" class="nav-tab' . $class . '">' . esc_html( $tab['label'] ) . '</a>'; 152 152 } 153 153 ?> 154 </h 3>154 </h2> 155 155 <?php 156 156 if ( ! empty( $messages ) ) { 157 157 foreach ( $messages as $msg ) { -
src/wp-admin/network/site-settings.php
95 95 <div class="wrap"> 96 96 <h1 id="edit-site"><?php echo $title; ?></h1> 97 97 <p class="edit-site-actions"><a href="<?php echo esc_url( get_home_url( $id, '/' ) ); ?>"><?php _e( 'Visit' ); ?></a> | <a href="<?php echo esc_url( get_admin_url( $id ) ); ?>"><?php _e( 'Dashboard' ); ?></a></p> 98 <h 3 class="nav-tab-wrapper">98 <h2 class="nav-tab-wrapper nav-tab-small"> 99 99 <?php 100 100 $tabs = array( 101 101 'site-info' => array( 'label' => __( 'Info' ), 'url' => 'site-info.php' ), … … 108 108 echo '<a href="' . $tab['url'] . '?id=' . $id .'" class="nav-tab' . $class . '">' . esc_html( $tab['label'] ) . '</a>'; 109 109 } 110 110 ?> 111 </h 3>111 </h2> 112 112 <?php 113 113 if ( ! empty( $messages ) ) { 114 114 foreach ( $messages as $msg ) -
src/wp-admin/network/site-themes.php
143 143 <div class="wrap"> 144 144 <h1 id="edit-site"><?php echo $title; ?></h1> 145 145 <p class="edit-site-actions"><a href="<?php echo esc_url( get_home_url( $id, '/' ) ); ?>"><?php _e( 'Visit' ); ?></a> | <a href="<?php echo esc_url( get_admin_url( $id ) ); ?>"><?php _e( 'Dashboard' ); ?></a></p> 146 <h 3 class="nav-tab-wrapper">146 <h2 class="nav-tab-wrapper nav-tab-small"> 147 147 <?php 148 148 $tabs = array( 149 149 'site-info' => array( 'label' => __( 'Info' ), 'url' => 'site-info.php' ), … … 156 156 echo '<a href="' . $tab['url'] . '?id=' . $id .'" class="nav-tab' . $class . '">' . esc_html( $tab['label'] ) . '</a>'; 157 157 } 158 158 ?> 159 </h 3><?php159 </h2><?php 160 160 161 161 if ( isset( $_GET['enabled'] ) ) { 162 162 $enabled = absint( $_GET['enabled'] ); -
src/wp-admin/network/site-users.php
198 198 <div class="wrap"> 199 199 <h1 id="edit-site"><?php echo $title; ?></h1> 200 200 <p class="edit-site-actions"><a href="<?php echo esc_url( get_home_url( $id, '/' ) ); ?>"><?php _e( 'Visit' ); ?></a> | <a href="<?php echo esc_url( get_admin_url( $id ) ); ?>"><?php _e( 'Dashboard' ); ?></a></p> 201 <h 3 class="nav-tab-wrapper">201 <h2 class="nav-tab-wrapper nav-tab-small"> 202 202 <?php 203 203 $tabs = array( 204 204 'site-info' => array( 'label' => __( 'Info' ), 'url' => 'site-info.php' ), … … 211 211 echo '<a href="' . $tab['url'] . '?id=' . $id .'" class="nav-tab' . $class . '">' . esc_html( $tab['label'] ) . '</a>'; 212 212 } 213 213 ?> 214 </h 3><?php214 </h2><?php 215 215 216 216 if ( isset($_GET['update']) ) : 217 217 switch($_GET['update']) {
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)