git-svn-id: https://develop.svn.wordpress.org/trunk@15146 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
c92dba8fdf
commit
af1c3ce459
@ -1 +1 @@
|
||||
* html #wpcontent #adminmenu .wp-has-submenu .wp-menu-toggle{background:url(../images/menu-bits-rtl.gif?ver=20100531) no-repeat scroll right -109px;}* html #wpcontent #adminmenu li.wp-has-current-submenu .wp-menu-toggle{background:url(../images/menu-bits-rtl.gif?ver=20100531) no-repeat scroll right -206px;}* html #adminmenu{margin-left:0;margin-right:-80px;}* html div.folded #adminmenu{margin-left:0;margin-right:-22px;}#wpcontent #adminmenu .wp-submenu li.wp-submenu-head{padding:3px 10px 4px 4px;}.inline-edit-row fieldset label span.title{float:right;}.inline-edit-row fieldset label span.input-text-wrap{margin-right:0;}p.search-box{float:left;}* html #poststuff h2{margin-right:0;}#bh{margin:7px 10px 0 0;float:left;}#user_info+div#favorite-actions{right:auto;left:15px;}#wphead-info{float:left;}div#dashboard-widgets{padding-right:0;padding-left:1px;}.tagchecklist span a{margin:4px -9px 0 0;}.widefat th input{margin:0 5px 0 0;}#TB_window{width:670px;position:absolute;top:50%;left:50%;margin-right:335px!important;}#dashboard_plugins{direction:ltr;}#dashboard_plugins h3.hndle{direction:rtl;}#dashboard_incoming_links ul li,#dashboard_secondary ul li,#dashboard_primary ul li,p.row-actions{width:100%;}#favorite-inside{position:absolute;right:0;}#post-status-info{height:25px;}#screen-meta{position:static;}p.submit{height:22px;}.inner-sidebar{position:static;}form#widgets-filter{position:static;}* html .meta-box-sortables .postbox .handlediv{background:transparent url(../images/menu-bits-rtl-vs.gif) no-repeat scroll right -111px;}
|
||||
html{direction:ltr;}body{direction:rtl;}* html #wpcontent #adminmenu .wp-has-submenu .wp-menu-toggle{background:url(../images/menu-bits-rtl.gif?ver=20100531) no-repeat scroll right -109px;}* html #wpcontent #adminmenu li.wp-has-current-submenu .wp-menu-toggle{background:url(../images/menu-bits-rtl.gif?ver=20100531) no-repeat scroll right -206px;}* html #adminmenu{margin-left:0;margin-right:-80px;}* html div.folded #adminmenu{margin-left:0;margin-right:-22px;}#wpcontent #adminmenu .wp-submenu li.wp-submenu-head{padding:3px 10px 4px 4px;}.inline-edit-row fieldset label span.title{float:right;}.inline-edit-row fieldset label span.input-text-wrap{margin-right:0;}p.search-box{float:left;}* html #poststuff h2{margin-right:0;}#bh{margin:7px 10px 0 0;float:left;}#user_info+div#favorite-actions{right:auto;left:15px;}#wphead-info{float:left;}div#dashboard-widgets{padding-right:0;padding-left:1px;}.tagchecklist span a{margin:4px -9px 0 0;}.widefat th input{margin:0 5px 0 0;}#TB_window{width:670px;position:absolute;top:50%;left:50%;margin-right:335px!important;}#dashboard_plugins{direction:ltr;}#dashboard_plugins h3.hndle{direction:rtl;}#dashboard_incoming_links ul li,#dashboard_secondary ul li,#dashboard_primary ul li,p.row-actions{width:100%;}#favorite-inside{position:absolute;right:0;}#post-status-info{height:25px;}#screen-meta{position:static;}p.submit{height:22px;}.inner-sidebar{position:static;}form#widgets-filter{position:static;}* html .meta-box-sortables .postbox .handlediv{background:transparent url(../images/menu-bits-rtl-vs.gif) no-repeat scroll right -111px;}
|
@ -1,3 +1,9 @@
|
||||
html {
|
||||
direction: ltr;
|
||||
}
|
||||
body {
|
||||
direction: rtl;
|
||||
}
|
||||
* html #wpcontent #adminmenu .wp-has-submenu .wp-menu-toggle {
|
||||
background: url(../images/menu-bits-rtl.gif?ver=20100531) no-repeat scroll right -109px;
|
||||
}
|
||||
|
@ -1 +1 @@
|
||||
body{font-family:Tahoma,arial;}h1{font-family:arial;margin:5px -4px 0 0;}ul,ol{padding:5px 22px 5px 5px;}.step,th{text-align:right;}.submit input,.button,.button-secondary{font-family:Tahoma,arial;margin-right:0;}.form-table th{text-align:right;}#user_login,#admin_email,#pass1,#pass2 {direction:ltr}
|
||||
body{font-family:Tahoma,arial;}h1{font-family:arial;margin:5px -4px 0 0;}ul,ol{padding:5px 22px 5px 5px;}.step,th{text-align:right;}.submit input,.button,.button-secondary{font-family:Tahoma,arial;margin-right:0;}.form-table th{text-align:right;}#user_login,#admin_email,#pass1,#pass2{direction:ltr;}
|
@ -5,15 +5,19 @@ h1 {
|
||||
font-family: arial;
|
||||
margin: 5px -4px 0 0;
|
||||
}
|
||||
ul, ol { padding: 5px 22px 5px 5px; }
|
||||
.step, th { text-align: right; }
|
||||
ul, ol {
|
||||
padding: 5px 22px 5px 5px;
|
||||
}
|
||||
.step, th {
|
||||
text-align: right;
|
||||
}
|
||||
.submit input, .button, .button-secondary {
|
||||
font-family: Tahoma, arial;
|
||||
margin-right:0;
|
||||
margin-right: 0;
|
||||
}
|
||||
.form-table th {
|
||||
text-align: right;
|
||||
}
|
||||
#user_login, #admin_email, #pass1, #pass2 {
|
||||
direction:ltr;
|
||||
direction: ltr;
|
||||
}
|
File diff suppressed because one or more lines are too long
@ -179,12 +179,7 @@ td.available-theme {
|
||||
#sidemenu li a span.update-plugins {
|
||||
font-family: Tahoma, Arial, sans-serif;
|
||||
margin-left: 0;
|
||||
margin-right: 2px;
|
||||
}
|
||||
#adminmenu li #awaiting-mod span,
|
||||
#adminmenu li span.update-plugins span,
|
||||
#sidemenu li a span.update-plugins span {
|
||||
float: right;
|
||||
margin-right: 7px;
|
||||
}
|
||||
.post-com-count-wrapper {
|
||||
font-family: Tahoma, Arial, sans-serif;
|
||||
@ -252,6 +247,10 @@ td.available-theme {
|
||||
}
|
||||
/* 1500 - 1800
|
||||
=================================== */
|
||||
.autosave-info {
|
||||
padding: 2px 2px 2px 15px;
|
||||
text-align: left;
|
||||
}
|
||||
.meta-box-sortables .postbox .handlediv {
|
||||
float: left;
|
||||
}
|
||||
@ -420,6 +419,10 @@ td.action-links, th.action-links {
|
||||
font-family: Tahoma, Arial, sans-serif;
|
||||
margin: 0 0 0 6px;
|
||||
}
|
||||
#screen-meta a.show-settings {
|
||||
padding: 0 6px 0 16px;
|
||||
background-position: left bottom;
|
||||
}
|
||||
.metabox-prefs label {
|
||||
padding-right: 0;
|
||||
padding-left: 15px;
|
||||
|
File diff suppressed because one or more lines are too long
@ -1189,7 +1189,6 @@ div.comment-item:hover .row-actions {
|
||||
#adminmenu li #awaiting-mod span,
|
||||
#adminmenu li span.update-plugins span,
|
||||
#sidemenu li a span.update-plugins span {
|
||||
float: left;
|
||||
display: block;
|
||||
padding: 0 6px;
|
||||
}
|
||||
|
@ -467,9 +467,12 @@ switch ( $_GET['action'] ) {
|
||||
<title><?php _e( 'WordPress › Confirm your action' ); ?></title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<?php wp_admin_css( 'install', true ); ?>
|
||||
<?php
|
||||
wp_admin_css( 'install', true );
|
||||
wp_admin_css( 'ie', true );
|
||||
?>
|
||||
</head>
|
||||
<body id="error-page">
|
||||
<body>
|
||||
<h1 id="logo"><img alt="WordPress" src="<?php echo esc_attr( admin_url( 'images/wordpress-logo.png' ) ); ?>" /></h1>
|
||||
<form action="ms-edit.php?action=<?php echo esc_attr( $_GET['action2'] ) ?>" method="post">
|
||||
<input type="hidden" name="action" value="<?php echo esc_attr( $_GET['action2'] ) ?>" />
|
||||
|
@ -47,7 +47,10 @@ $mysql_compat = version_compare( $mysql_version, $required_mysql_version, '>='
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="<?php bloginfo( 'html_type' ); ?>; charset=<?php echo get_option( 'blog_charset' ); ?>" />
|
||||
<title><?php _e( 'WordPress › Upgrade' ); ?></title>
|
||||
<?php wp_admin_css( 'install', true ); ?>
|
||||
<?php
|
||||
wp_admin_css( 'install', true );
|
||||
wp_admin_css( 'ie', true );
|
||||
?>
|
||||
</head>
|
||||
<body>
|
||||
<h1 id="logo"><img alt="WordPress" src="images/wordpress-logo.png" /></h1>
|
||||
|
Loading…
Reference in New Issue
Block a user