Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
ai
noblogs-wp
Commits
23d95544
Commit
23d95544
authored
Jan 29, 2014
by
lucha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Wordpress 3.8.1
parent
811cd272
Changes
50
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
50 changed files
with
672 additions
and
243 deletions
+672
-243
readme.html
readme.html
+1
-1
wp-admin/about.php
wp-admin/about.php
+8
-0
wp-admin/css/install-rtl.css
wp-admin/css/install-rtl.css
+1
-1
wp-admin/css/install-rtl.min.css
wp-admin/css/install-rtl.min.css
+1
-1
wp-admin/css/install.css
wp-admin/css/install.css
+1
-1
wp-admin/css/install.min.css
wp-admin/css/install.min.css
+1
-1
wp-admin/css/wp-admin-rtl.css
wp-admin/css/wp-admin-rtl.css
+132
-33
wp-admin/css/wp-admin-rtl.min.css
wp-admin/css/wp-admin-rtl.min.css
+1
-1
wp-admin/css/wp-admin.css
wp-admin/css/wp-admin.css
+132
-33
wp-admin/css/wp-admin.min.css
wp-admin/css/wp-admin.min.css
+1
-1
wp-admin/includes/class-wp-comments-list-table.php
wp-admin/includes/class-wp-comments-list-table.php
+4
-0
wp-admin/includes/dashboard.php
wp-admin/includes/dashboard.php
+7
-1
wp-admin/includes/misc.php
wp-admin/includes/misc.php
+2
-2
wp-admin/includes/theme.php
wp-admin/includes/theme.php
+7
-2
wp-admin/js/common.js
wp-admin/js/common.js
+8
-0
wp-admin/js/common.min.js
wp-admin/js/common.min.js
+1
-1
wp-admin/js/dashboard.js
wp-admin/js/dashboard.js
+2
-2
wp-admin/js/dashboard.min.js
wp-admin/js/dashboard.min.js
+1
-1
wp-admin/js/theme.js
wp-admin/js/theme.js
+54
-5
wp-admin/js/theme.min.js
wp-admin/js/theme.min.js
+1
-1
wp-admin/post.php
wp-admin/post.php
+4
-0
wp-admin/themes.php
wp-admin/themes.php
+14
-11
wp-admin/user-edit.php
wp-admin/user-edit.php
+1
-1
wp-includes/admin-bar.php
wp-includes/admin-bar.php
+1
-4
wp-includes/class-oembed.php
wp-includes/class-oembed.php
+1
-1
wp-includes/css/admin-bar-rtl.css
wp-includes/css/admin-bar-rtl.css
+23
-13
wp-includes/css/admin-bar-rtl.min.css
wp-includes/css/admin-bar-rtl.min.css
+1
-1
wp-includes/css/admin-bar.css
wp-includes/css/admin-bar.css
+23
-13
wp-includes/css/admin-bar.min.css
wp-includes/css/admin-bar.min.css
+1
-1
wp-includes/css/buttons-rtl.css
wp-includes/css/buttons-rtl.css
+0
-24
wp-includes/css/buttons-rtl.min.css
wp-includes/css/buttons-rtl.min.css
+1
-1
wp-includes/css/buttons.css
wp-includes/css/buttons.css
+0
-24
wp-includes/css/buttons.min.css
wp-includes/css/buttons.min.css
+1
-1
wp-includes/css/dashicons.css
wp-includes/css/dashicons.css
+38
-6
wp-includes/css/dashicons.min.css
wp-includes/css/dashicons.min.css
+1
-1
wp-includes/css/media-views-rtl.css
wp-includes/css/media-views-rtl.css
+35
-12
wp-includes/css/media-views-rtl.min.css
wp-includes/css/media-views-rtl.min.css
+1
-1
wp-includes/css/media-views.css
wp-includes/css/media-views.css
+35
-12
wp-includes/css/media-views.min.css
wp-includes/css/media-views.min.css
+1
-1
wp-includes/css/wp-pointer-rtl.css
wp-includes/css/wp-pointer-rtl.css
+47
-8
wp-includes/css/wp-pointer-rtl.min.css
wp-includes/css/wp-pointer-rtl.min.css
+1
-1
wp-includes/css/wp-pointer.css
wp-includes/css/wp-pointer.css
+45
-6
wp-includes/css/wp-pointer.min.css
wp-includes/css/wp-pointer.min.css
+1
-1
wp-includes/fonts/dashicons.eot
wp-includes/fonts/dashicons.eot
+0
-0
wp-includes/fonts/dashicons.svg
wp-includes/fonts/dashicons.svg
+12
-3
wp-includes/fonts/dashicons.ttf
wp-includes/fonts/dashicons.ttf
+0
-0
wp-includes/fonts/dashicons.woff
wp-includes/fonts/dashicons.woff
+0
-0
wp-includes/functions.php
wp-includes/functions.php
+1
-1
wp-includes/query.php
wp-includes/query.php
+16
-6
wp-includes/version.php
wp-includes/version.php
+1
-1
No files found.
readme.html
View file @
23d95544
...
...
@@ -9,7 +9,7 @@
<body>
<h1
id=
"logo"
>
<a
href=
"http://wordpress.org/"
><img
alt=
"WordPress"
src=
"wp-admin/images/wordpress-logo.png"
/></a>
<br
/>
Version 3.8
<br
/>
Version 3.8
.1
</h1>
<p
style=
"text-align: center"
>
Semantic Personal Publishing Platform
</p>
...
...
wp-admin/about.php
View file @
23d95544
...
...
@@ -38,6 +38,14 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
</a>
</h2>
<div
class=
"changelog point-releases"
>
<h3>
<?php
echo
_n
(
'Maintenance Release'
,
'Maintenance Releases'
,
1
);
?>
</h3>
<p>
<?php
printf
(
_n
(
'<strong>Version %1$s</strong> addressed %2$s bug.'
,
'<strong>Version %1$s</strong> addressed %2$s bugs.'
,
31
),
'3.8.1'
,
number_format_i18n
(
31
)
);
?>
<?php
printf
(
__
(
'For more information, see <a href="%s">the release notes</a>.'
),
'http://codex.wordpress.org/Version_3.8.1'
);
?>
</p>
</div>
<div
class=
"changelog"
>
<h2
class=
"about-headline-callout"
>
<?php
_e
(
'Introducing a modern new design'
);
?>
</h2>
<img
class=
"about-overview-img"
src=
"
<?php
echo
is_ssl
()
?
'https://'
:
'//s.'
;
?>
wordpress.org/images/core/3.8/overview.png?1"
/>
...
...
wp-admin/css/install-rtl.css
View file @
23d95544
...
...
@@ -305,7 +305,7 @@ body.rtl,
display
:
block
;
max-width
:
none
;
box-sizing
:
border-box
;
-mo
x
-box-sizing
:
border-box
;
-mo
z
-box-sizing
:
border-box
;
}
}
wp-admin/css/install-rtl.min.css
View file @
23d95544
html
{
background
:
#eee
;
margin
:
0
20px
}
body
{
background
:
#fff
;
color
:
#555
;
font-family
:
"Open Sans"
,
sans-serif
;
margin
:
140px
auto
25px
;
padding
:
20px
20px
10px
;
max-width
:
700px
;
-webkit-font-smoothing
:
subpixel-antialiased
;
-webkit-box-shadow
:
0
1px
3px
rgba
(
0
,
0
,
0
,
.13
);
box-shadow
:
0
1px
3px
rgba
(
0
,
0
,
0
,
.13
)}
a
{
color
:
#0074a2
;
text-decoration
:
none
}
a
:hover
{
color
:
#2ea2cc
}
h1
{
border-bottom
:
1px
solid
#dedede
;
clear
:
both
;
color
:
#666
;
font-size
:
24px
;
margin
:
30px
0
;
padding
:
0
;
padding-bottom
:
7px
;
font-weight
:
400
}
h2
{
font-size
:
16px
}
p
,
li
,
dd
,
dt
{
padding-bottom
:
2px
;
font-size
:
14px
;
line-height
:
1.5
}
code
,
.code
{
font-family
:
Consolas
,
Monaco
,
monospace
}
ul
,
ol
,
dl
{
padding
:
5px
22px
5px
5px
}
a
img
{
border
:
0
}
abbr
{
border
:
0
;
font-variant
:
normal
}
#logo
{
margin
:
6px
0
14px
;
border-bottom
:
0
;
text-align
:
center
}
#logo
a
{
background-image
:
url(../images/w-logo-blue.png?ver=20131202)
;
background-image
:
none
,
url(../images/wordpress-logo.svg?ver=20131107)
;
background-size
:
80px
80px
;
background-position
:
center
top
;
background-repeat
:
no-repeat
;
color
:
#999
;
height
:
80px
;
font-size
:
20px
;
font-weight
:
400
;
line-height
:
1.3em
;
margin
:
-130px
auto
25px
;
padding
:
0
;
text-decoration
:
none
;
width
:
80px
;
text-indent
:
-9999px
;
outline
:
0
;
overflow
:
hidden
;
display
:
block
}
.step
{
margin
:
20px
0
15px
}
.step
,
th
{
text-align
:
right
;
padding
:
0
}
.step
.button-large
{
font-size
:
14px
}
textarea
{
border
:
1px
solid
#dfdfdf
;
font-family
:
"Open Sans"
,
sans-serif
;
width
:
100%
;
-moz-box-sizing
:
border-box
;
-webkit-box-sizing
:
border-box
;
-ms-box-sizing
:
border-box
;
box-sizing
:
border-box
}
.form-table
{
border-collapse
:
collapse
;
margin-top
:
1em
;
width
:
100%
}
.form-table
td
{
margin-bottom
:
9px
;
padding
:
10px
0
10px
20px
;
border-bottom
:
8px
solid
#fff
;
font-size
:
14px
;
vertical-align
:
top
}
.form-table
th
{
font-size
:
14px
;
text-align
:
right
;
padding
:
16px
0
10px
20px
;
width
:
140px
;
vertical-align
:
top
}
.form-table
code
{
line-height
:
18px
;
font-size
:
14px
}
.form-table
p
{
margin
:
4px
0
0
;
font-size
:
11px
}
.form-table
input
{
line-height
:
20px
;
font-size
:
15px
;
padding
:
3px
5px
;
border
:
1px
solid
#ddd
;
box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
.07
)}
input
,
submit
{
font-family
:
"Open Sans"
,
sans-serif
}
.form-table
input
[
type
=
text
],
.form-table
input
[
type
=
password
]
{
width
:
206px
}
.form-table
th
p
{
font-weight
:
400
}
.form-table.install-success
td
{
vertical-align
:
middle
;
padding
:
16px
0
10px
20px
}
.form-table.install-success
td
p
{
margin
:
0
;
font-size
:
14px
}
.form-table.install-success
td
code
{
margin
:
0
;
font-size
:
18px
}
#error-page
{
margin-top
:
50px
}
#error-page
p
{
font-size
:
14px
;
line-height
:
18px
;
margin
:
25px
0
20px
}
#error-page
code
,
.code
{
font-family
:
Consolas
,
Monaco
,
monospace
}
#pass-strength-result
{
background-color
:
#eee
;
border-color
:
#ddd
!important
;
border-style
:
solid
;
border-width
:
1px
;
margin
:
5px
0
5px
5px
;
padding
:
5px
;
text-align
:
center
;
width
:
200px
;
display
:
none
}
#pass-strength-result
.bad
{
background-color
:
#ffb78c
;
border-color
:
#ff853c
!important
}
#pass-strength-result
.good
{
background-color
:
#ffec8b
;
border-color
:
#fc0
!important
}
#pass-strength-result
.short
{
background-color
:
#ffa0a0
;
border-color
:
#f04040
!important
}
#pass-strength-result
.strong
{
background-color
:
#c3ff88
;
border-color
:
#8dff1c
!important
}
.message
{
border
:
1px
solid
#c00
;
padding
:
.5em
.7em
;
margin
:
5px
0
15px
;
background-color
:
#ffebe8
}
#dbname
,
#uname
,
#pwd
,
#dbhost
,
#prefix
,
#user_login
,
#admin_email
,
#pass1
,
#pass2
{
direction
:
ltr
}
body
.rtl
,
.rtl
textarea
,
.rtl
input
,
.rtl
submit
{
font-family
:
Tahoma
,
sans-serif
}
:lang
(
he-il
)
body
.rtl
,
:lang
(
he-il
)
.rtl
textarea
,
:lang
(
he-il
)
.rtl
input
,
:lang
(
he-il
)
.rtl
submit
{
font-family
:
Arial
,
sans-serif
}
@media
only
screen
and
(
max-width
:
799px
){
body
{
margin-top
:
115px
}
#logo
a
{
margin
:
-125px
auto
30px
}}
@media
screen
and
(
max-width
:
782px
){
.form-table
{
margin-top
:
0
}
.form-table
th
,
.form-table
td
{
display
:
block
;
width
:
auto
;
vertical-align
:
middle
}
.form-table
th
{
padding
:
20px
0
0
}
.form-table
td
{
padding
:
5px
0
;
border
:
0
;
margin
:
0
}
textarea
,
input
{
font-size
:
16px
}
.form-table
td
input
[
type
=
text
],
.form-table
td
input
[
type
=
password
],
.form-table
td
select
,
.form-table
td
textarea
,
.form-table
span
.description
{
width
:
100%
;
font-size
:
16px
;
line-height
:
1.5
;
padding
:
7px
10px
;
display
:
block
;
max-width
:
none
;
box-sizing
:
border-box
;
-mox-box-sizing
:
border-box
}}
\ No newline at end of file
html
{
background
:
#eee
;
margin
:
0
20px
}
body
{
background
:
#fff
;
color
:
#555
;
font-family
:
"Open Sans"
,
sans-serif
;
margin
:
140px
auto
25px
;
padding
:
20px
20px
10px
;
max-width
:
700px
;
-webkit-font-smoothing
:
subpixel-antialiased
;
-webkit-box-shadow
:
0
1px
3px
rgba
(
0
,
0
,
0
,
.13
);
box-shadow
:
0
1px
3px
rgba
(
0
,
0
,
0
,
.13
)}
a
{
color
:
#0074a2
;
text-decoration
:
none
}
a
:hover
{
color
:
#2ea2cc
}
h1
{
border-bottom
:
1px
solid
#dedede
;
clear
:
both
;
color
:
#666
;
font-size
:
24px
;
margin
:
30px
0
;
padding
:
0
;
padding-bottom
:
7px
;
font-weight
:
400
}
h2
{
font-size
:
16px
}
p
,
li
,
dd
,
dt
{
padding-bottom
:
2px
;
font-size
:
14px
;
line-height
:
1.5
}
code
,
.code
{
font-family
:
Consolas
,
Monaco
,
monospace
}
ul
,
ol
,
dl
{
padding
:
5px
22px
5px
5px
}
a
img
{
border
:
0
}
abbr
{
border
:
0
;
font-variant
:
normal
}
#logo
{
margin
:
6px
0
14px
;
border-bottom
:
0
;
text-align
:
center
}
#logo
a
{
background-image
:
url(../images/w-logo-blue.png?ver=20131202)
;
background-image
:
none
,
url(../images/wordpress-logo.svg?ver=20131107)
;
background-size
:
80px
80px
;
background-position
:
center
top
;
background-repeat
:
no-repeat
;
color
:
#999
;
height
:
80px
;
font-size
:
20px
;
font-weight
:
400
;
line-height
:
1.3em
;
margin
:
-130px
auto
25px
;
padding
:
0
;
text-decoration
:
none
;
width
:
80px
;
text-indent
:
-9999px
;
outline
:
0
;
overflow
:
hidden
;
display
:
block
}
.step
{
margin
:
20px
0
15px
}
.step
,
th
{
text-align
:
right
;
padding
:
0
}
.step
.button-large
{
font-size
:
14px
}
textarea
{
border
:
1px
solid
#dfdfdf
;
font-family
:
"Open Sans"
,
sans-serif
;
width
:
100%
;
-moz-box-sizing
:
border-box
;
-webkit-box-sizing
:
border-box
;
-ms-box-sizing
:
border-box
;
box-sizing
:
border-box
}
.form-table
{
border-collapse
:
collapse
;
margin-top
:
1em
;
width
:
100%
}
.form-table
td
{
margin-bottom
:
9px
;
padding
:
10px
0
10px
20px
;
border-bottom
:
8px
solid
#fff
;
font-size
:
14px
;
vertical-align
:
top
}
.form-table
th
{
font-size
:
14px
;
text-align
:
right
;
padding
:
16px
0
10px
20px
;
width
:
140px
;
vertical-align
:
top
}
.form-table
code
{
line-height
:
18px
;
font-size
:
14px
}
.form-table
p
{
margin
:
4px
0
0
;
font-size
:
11px
}
.form-table
input
{
line-height
:
20px
;
font-size
:
15px
;
padding
:
3px
5px
;
border
:
1px
solid
#ddd
;
box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
.07
)}
input
,
submit
{
font-family
:
"Open Sans"
,
sans-serif
}
.form-table
input
[
type
=
text
],
.form-table
input
[
type
=
password
]
{
width
:
206px
}
.form-table
th
p
{
font-weight
:
400
}
.form-table.install-success
td
{
vertical-align
:
middle
;
padding
:
16px
0
10px
20px
}
.form-table.install-success
td
p
{
margin
:
0
;
font-size
:
14px
}
.form-table.install-success
td
code
{
margin
:
0
;
font-size
:
18px
}
#error-page
{
margin-top
:
50px
}
#error-page
p
{
font-size
:
14px
;
line-height
:
18px
;
margin
:
25px
0
20px
}
#error-page
code
,
.code
{
font-family
:
Consolas
,
Monaco
,
monospace
}
#pass-strength-result
{
background-color
:
#eee
;
border-color
:
#ddd
!important
;
border-style
:
solid
;
border-width
:
1px
;
margin
:
5px
0
5px
5px
;
padding
:
5px
;
text-align
:
center
;
width
:
200px
;
display
:
none
}
#pass-strength-result
.bad
{
background-color
:
#ffb78c
;
border-color
:
#ff853c
!important
}
#pass-strength-result
.good
{
background-color
:
#ffec8b
;
border-color
:
#fc0
!important
}
#pass-strength-result
.short
{
background-color
:
#ffa0a0
;
border-color
:
#f04040
!important
}
#pass-strength-result
.strong
{
background-color
:
#c3ff88
;
border-color
:
#8dff1c
!important
}
.message
{
border
:
1px
solid
#c00
;
padding
:
.5em
.7em
;
margin
:
5px
0
15px
;
background-color
:
#ffebe8
}
#dbname
,
#uname
,
#pwd
,
#dbhost
,
#prefix
,
#user_login
,
#admin_email
,
#pass1
,
#pass2
{
direction
:
ltr
}
body
.rtl
,
.rtl
textarea
,
.rtl
input
,
.rtl
submit
{
font-family
:
Tahoma
,
sans-serif
}
:lang
(
he-il
)
body
.rtl
,
:lang
(
he-il
)
.rtl
textarea
,
:lang
(
he-il
)
.rtl
input
,
:lang
(
he-il
)
.rtl
submit
{
font-family
:
Arial
,
sans-serif
}
@media
only
screen
and
(
max-width
:
799px
){
body
{
margin-top
:
115px
}
#logo
a
{
margin
:
-125px
auto
30px
}}
@media
screen
and
(
max-width
:
782px
){
.form-table
{
margin-top
:
0
}
.form-table
th
,
.form-table
td
{
display
:
block
;
width
:
auto
;
vertical-align
:
middle
}
.form-table
th
{
padding
:
20px
0
0
}
.form-table
td
{
padding
:
5px
0
;
border
:
0
;
margin
:
0
}
textarea
,
input
{
font-size
:
16px
}
.form-table
td
input
[
type
=
text
],
.form-table
td
input
[
type
=
password
],
.form-table
td
select
,
.form-table
td
textarea
,
.form-table
span
.description
{
width
:
100%
;
font-size
:
16px
;
line-height
:
1.5
;
padding
:
7px
10px
;
display
:
block
;
max-width
:
none
;
box-sizing
:
border-box
;
-moz-box-sizing
:
border-box
}}
\ No newline at end of file
wp-admin/css/install.css
View file @
23d95544
...
...
@@ -305,7 +305,7 @@ body.rtl,
display
:
block
;
max-width
:
none
;
box-sizing
:
border-box
;
-mo
x
-box-sizing
:
border-box
;
-mo
z
-box-sizing
:
border-box
;
}
}
wp-admin/css/install.min.css
View file @
23d95544
html
{
background
:
#eee
;
margin
:
0
20px
}
body
{
background
:
#fff
;
color
:
#555
;
font-family
:
"Open Sans"
,
sans-serif
;
margin
:
140px
auto
25px
;
padding
:
20px
20px
10px
;
max-width
:
700px
;
-webkit-font-smoothing
:
subpixel-antialiased
;
-webkit-box-shadow
:
0
1px
3px
rgba
(
0
,
0
,
0
,
.13
);
box-shadow
:
0
1px
3px
rgba
(
0
,
0
,
0
,
.13
)}
a
{
color
:
#0074a2
;
text-decoration
:
none
}
a
:hover
{
color
:
#2ea2cc
}
h1
{
border-bottom
:
1px
solid
#dedede
;
clear
:
both
;
color
:
#666
;
font-size
:
24px
;
margin
:
30px
0
;
padding
:
0
;
padding-bottom
:
7px
;
font-weight
:
400
}
h2
{
font-size
:
16px
}
p
,
li
,
dd
,
dt
{
padding-bottom
:
2px
;
font-size
:
14px
;
line-height
:
1.5
}
code
,
.code
{
font-family
:
Consolas
,
Monaco
,
monospace
}
ul
,
ol
,
dl
{
padding
:
5px
5px
5px
22px
}
a
img
{
border
:
0
}
abbr
{
border
:
0
;
font-variant
:
normal
}
#logo
{
margin
:
6px
0
14px
;
border-bottom
:
0
;
text-align
:
center
}
#logo
a
{
background-image
:
url(../images/w-logo-blue.png?ver=20131202)
;
background-image
:
none
,
url(../images/wordpress-logo.svg?ver=20131107)
;
background-size
:
80px
80px
;
background-position
:
center
top
;
background-repeat
:
no-repeat
;
color
:
#999
;
height
:
80px
;
font-size
:
20px
;
font-weight
:
400
;
line-height
:
1.3em
;
margin
:
-130px
auto
25px
;
padding
:
0
;
text-decoration
:
none
;
width
:
80px
;
text-indent
:
-9999px
;
outline
:
0
;
overflow
:
hidden
;
display
:
block
}
.step
{
margin
:
20px
0
15px
}
.step
,
th
{
text-align
:
left
;
padding
:
0
}
.step
.button-large
{
font-size
:
14px
}
textarea
{
border
:
1px
solid
#dfdfdf
;
font-family
:
"Open Sans"
,
sans-serif
;
width
:
100%
;
-moz-box-sizing
:
border-box
;
-webkit-box-sizing
:
border-box
;
-ms-box-sizing
:
border-box
;
box-sizing
:
border-box
}
.form-table
{
border-collapse
:
collapse
;
margin-top
:
1em
;
width
:
100%
}
.form-table
td
{
margin-bottom
:
9px
;
padding
:
10px
20px
10px
0
;
border-bottom
:
8px
solid
#fff
;
font-size
:
14px
;
vertical-align
:
top
}
.form-table
th
{
font-size
:
14px
;
text-align
:
left
;
padding
:
16px
20px
10px
0
;
width
:
140px
;
vertical-align
:
top
}
.form-table
code
{
line-height
:
18px
;
font-size
:
14px
}
.form-table
p
{
margin
:
4px
0
0
;
font-size
:
11px
}
.form-table
input
{
line-height
:
20px
;
font-size
:
15px
;
padding
:
3px
5px
;
border
:
1px
solid
#ddd
;
box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
.07
)}
input
,
submit
{
font-family
:
"Open Sans"
,
sans-serif
}
.form-table
input
[
type
=
text
],
.form-table
input
[
type
=
password
]
{
width
:
206px
}
.form-table
th
p
{
font-weight
:
400
}
.form-table.install-success
td
{
vertical-align
:
middle
;
padding
:
16px
20px
10px
0
}
.form-table.install-success
td
p
{
margin
:
0
;
font-size
:
14px
}
.form-table.install-success
td
code
{
margin
:
0
;
font-size
:
18px
}
#error-page
{
margin-top
:
50px
}
#error-page
p
{
font-size
:
14px
;
line-height
:
18px
;
margin
:
25px
0
20px
}
#error-page
code
,
.code
{
font-family
:
Consolas
,
Monaco
,
monospace
}
#pass-strength-result
{
background-color
:
#eee
;
border-color
:
#ddd
!important
;
border-style
:
solid
;
border-width
:
1px
;
margin
:
5px
5px
5px
0
;
padding
:
5px
;
text-align
:
center
;
width
:
200px
;
display
:
none
}
#pass-strength-result
.bad
{
background-color
:
#ffb78c
;
border-color
:
#ff853c
!important
}
#pass-strength-result
.good
{
background-color
:
#ffec8b
;
border-color
:
#fc0
!important
}
#pass-strength-result
.short
{
background-color
:
#ffa0a0
;
border-color
:
#f04040
!important
}
#pass-strength-result
.strong
{
background-color
:
#c3ff88
;
border-color
:
#8dff1c
!important
}
.message
{
border
:
1px
solid
#c00
;
padding
:
.5em
.7em
;
margin
:
5px
0
15px
;
background-color
:
#ffebe8
}
#dbname
,
#uname
,
#pwd
,
#dbhost
,
#prefix
,
#user_login
,
#admin_email
,
#pass1
,
#pass2
{
direction
:
ltr
}
body
.rtl
,
.rtl
textarea
,
.rtl
input
,
.rtl
submit
{
font-family
:
Tahoma
,
sans-serif
}
:lang
(
he-il
)
body
.rtl
,
:lang
(
he-il
)
.rtl
textarea
,
:lang
(
he-il
)
.rtl
input
,
:lang
(
he-il
)
.rtl
submit
{
font-family
:
Arial
,
sans-serif
}
@media
only
screen
and
(
max-width
:
799px
){
body
{
margin-top
:
115px
}
#logo
a
{
margin
:
-125px
auto
30px
}}
@media
screen
and
(
max-width
:
782px
){
.form-table
{
margin-top
:
0
}
.form-table
th
,
.form-table
td
{
display
:
block
;
width
:
auto
;
vertical-align
:
middle
}
.form-table
th
{
padding
:
20px
0
0
}
.form-table
td
{
padding
:
5px
0
;
border
:
0
;
margin
:
0
}
textarea
,
input
{
font-size
:
16px
}
.form-table
td
input
[
type
=
text
],
.form-table
td
input
[
type
=
password
],
.form-table
td
select
,
.form-table
td
textarea
,
.form-table
span
.description
{
width
:
100%
;
font-size
:
16px
;
line-height
:
1.5
;
padding
:
7px
10px
;
display
:
block
;
max-width
:
none
;
box-sizing
:
border-box
;
-mox-box-sizing
:
border-box
}}
\ No newline at end of file
html
{
background
:
#eee
;
margin
:
0
20px
}
body
{
background
:
#fff
;
color
:
#555
;
font-family
:
"Open Sans"
,
sans-serif
;
margin
:
140px
auto
25px
;
padding
:
20px
20px
10px
;
max-width
:
700px
;
-webkit-font-smoothing
:
subpixel-antialiased
;
-webkit-box-shadow
:
0
1px
3px
rgba
(
0
,
0
,
0
,
.13
);
box-shadow
:
0
1px
3px
rgba
(
0
,
0
,
0
,
.13
)}
a
{
color
:
#0074a2
;
text-decoration
:
none
}
a
:hover
{
color
:
#2ea2cc
}
h1
{
border-bottom
:
1px
solid
#dedede
;
clear
:
both
;
color
:
#666
;
font-size
:
24px
;
margin
:
30px
0
;
padding
:
0
;
padding-bottom
:
7px
;
font-weight
:
400
}
h2
{
font-size
:
16px
}
p
,
li
,
dd
,
dt
{
padding-bottom
:
2px
;
font-size
:
14px
;
line-height
:
1.5
}
code
,
.code
{
font-family
:
Consolas
,
Monaco
,
monospace
}
ul
,
ol
,
dl
{
padding
:
5px
5px
5px
22px
}
a
img
{
border
:
0
}
abbr
{
border
:
0
;
font-variant
:
normal
}
#logo
{
margin
:
6px
0
14px
;
border-bottom
:
0
;
text-align
:
center
}
#logo
a
{
background-image
:
url(../images/w-logo-blue.png?ver=20131202)
;
background-image
:
none
,
url(../images/wordpress-logo.svg?ver=20131107)
;
background-size
:
80px
80px
;
background-position
:
center
top
;
background-repeat
:
no-repeat
;
color
:
#999
;
height
:
80px
;
font-size
:
20px
;
font-weight
:
400
;
line-height
:
1.3em
;
margin
:
-130px
auto
25px
;
padding
:
0
;
text-decoration
:
none
;
width
:
80px
;
text-indent
:
-9999px
;
outline
:
0
;
overflow
:
hidden
;
display
:
block
}
.step
{
margin
:
20px
0
15px
}
.step
,
th
{
text-align
:
left
;
padding
:
0
}
.step
.button-large
{
font-size
:
14px
}
textarea
{
border
:
1px
solid
#dfdfdf
;
font-family
:
"Open Sans"
,
sans-serif
;
width
:
100%
;
-moz-box-sizing
:
border-box
;
-webkit-box-sizing
:
border-box
;
-ms-box-sizing
:
border-box
;
box-sizing
:
border-box
}
.form-table
{
border-collapse
:
collapse
;
margin-top
:
1em
;
width
:
100%
}
.form-table
td
{
margin-bottom
:
9px
;
padding
:
10px
20px
10px
0
;
border-bottom
:
8px
solid
#fff
;
font-size
:
14px
;
vertical-align
:
top
}
.form-table
th
{
font-size
:
14px
;
text-align
:
left
;
padding
:
16px
20px
10px
0
;
width
:
140px
;
vertical-align
:
top
}
.form-table
code
{
line-height
:
18px
;
font-size
:
14px
}
.form-table
p
{
margin
:
4px
0
0
;
font-size
:
11px
}
.form-table
input
{
line-height
:
20px
;
font-size
:
15px
;
padding
:
3px
5px
;
border
:
1px
solid
#ddd
;
box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
.07
)}
input
,
submit
{
font-family
:
"Open Sans"
,
sans-serif
}
.form-table
input
[
type
=
text
],
.form-table
input
[
type
=
password
]
{
width
:
206px
}
.form-table
th
p
{
font-weight
:
400
}
.form-table.install-success
td
{
vertical-align
:
middle
;
padding
:
16px
20px
10px
0
}
.form-table.install-success
td
p
{
margin
:
0
;
font-size
:
14px
}
.form-table.install-success
td
code
{
margin
:
0
;
font-size
:
18px
}
#error-page
{
margin-top
:
50px
}
#error-page
p
{
font-size
:
14px
;
line-height
:
18px
;
margin
:
25px
0
20px
}
#error-page
code
,
.code
{
font-family
:
Consolas
,
Monaco
,
monospace
}
#pass-strength-result
{
background-color
:
#eee
;
border-color
:
#ddd
!important
;
border-style
:
solid
;
border-width
:
1px
;
margin
:
5px
5px
5px
0
;
padding
:
5px
;
text-align
:
center
;
width
:
200px
;
display
:
none
}
#pass-strength-result
.bad
{
background-color
:
#ffb78c
;
border-color
:
#ff853c
!important
}
#pass-strength-result
.good
{
background-color
:
#ffec8b
;
border-color
:
#fc0
!important
}
#pass-strength-result
.short
{
background-color
:
#ffa0a0
;
border-color
:
#f04040
!important
}
#pass-strength-result
.strong
{
background-color
:
#c3ff88
;
border-color
:
#8dff1c
!important
}
.message
{
border
:
1px
solid
#c00
;
padding
:
.5em
.7em
;
margin
:
5px
0
15px
;
background-color
:
#ffebe8
}
#dbname
,
#uname
,
#pwd
,
#dbhost
,
#prefix
,
#user_login
,
#admin_email
,
#pass1
,
#pass2
{
direction
:
ltr
}
body
.rtl
,
.rtl
textarea
,
.rtl
input
,
.rtl
submit
{
font-family
:
Tahoma
,
sans-serif
}
:lang
(
he-il
)
body
.rtl
,
:lang
(
he-il
)
.rtl
textarea
,
:lang
(
he-il
)
.rtl
input
,
:lang
(
he-il
)
.rtl
submit
{
font-family
:
Arial
,
sans-serif
}
@media
only
screen
and
(
max-width
:
799px
){
body
{
margin-top
:
115px
}
#logo
a
{
margin
:
-125px
auto
30px
}}
@media
screen
and
(
max-width
:
782px
){
.form-table
{
margin-top
:
0
}
.form-table
th
,
.form-table
td
{
display
:
block
;
width
:
auto
;
vertical-align
:
middle
}
.form-table
th
{
padding
:
20px
0
0
}
.form-table
td
{
padding
:
5px
0
;
border
:
0
;
margin
:
0
}
textarea
,
input
{
font-size
:
16px
}
.form-table
td
input
[
type
=
text
],
.form-table
td
input
[
type
=
password
],
.form-table
td
select
,
.form-table
td
textarea
,
.form-table
span
.description
{
width
:
100%
;
font-size
:
16px
;
line-height
:
1.5
;
padding
:
7px
10px
;
display
:
block
;
max-width
:
none
;
box-sizing
:
border-box
;
-moz-box-sizing
:
border-box
}}
\ No newline at end of file
wp-admin/css/wp-admin-rtl.css
View file @
23d95544
...
...
@@ -564,9 +564,11 @@ ol.ol-decimal > li {
margin
:
0
0
0.5em
;
}
/* @noflip */
.code
,
code
{
font-family
:
Consolas
,
Monaco
,
monospace
;
direction
:
ltr
;
}
input
.code
{
...
...
@@ -725,7 +727,6 @@ select,
padding-top
:
10px
;
}
#update-plugins-table
tbody
th
.check-column
,
.plugins
tbody
th
.check-column
,
.plugins
tbody
{
padding
:
8px
2px
0
0
;
...
...
@@ -745,12 +746,22 @@ select,
.plugins
thead
th
.check-column
,
.plugins
tfoot
th
.check-column
,
.plugins
.inactive
th
.check-column
,
#update-plugins-table
thead
th
.check-column
,
#update-plugins-table
tfoot
th
.check-column
{
.plugins
.inactive
th
.check-column
{
padding-right
:
6px
;
}
.upgrade
.plugins
td
,
.upgrade
.plugins
th
{
-webkit-box-shadow
:
inset
0
-1px
0
rgba
(
0
,
0
,
0
,
0.1
);
box-shadow
:
inset
0
-1px
0
rgba
(
0
,
0
,
0
,
0.1
);
}
.upgrade
.plugins
tr
:last-of-type
td
,
.upgrade
.plugins
tr
:last-of-type
th
{
-webkit-box-shadow
:
none
;
box-shadow
:
none
;
}
#update-plugins-table
thead
th
.check-column
,
#update-plugins-table
tfoot
th
.check-column
{
padding-top
:
11px
;
...
...
@@ -1275,6 +1286,10 @@ p.search-box {
margin
:
0
;
}
.network-admin.themes-php
p
.search-box
{
clear
:
right
;
}
.search-box
input
[
name
=
"s"
],
#search-plugins
input
[
name
=
"s"
],
.tagsdiv
.newtag
{
...
...
@@ -2962,7 +2977,8 @@ body #dashboard-widgets .postbox form .submit {
/* Dashboard right now - Colors */
#dashboard_right_now
li
a
:before
{
#dashboard_right_now
li
a
:before
,
#dashboard_right_now
li
span
:before
{
color
:
#888
;
}
...
...
@@ -2981,12 +2997,14 @@ body #dashboard-widgets .postbox form .submit {
margin
:
0
0
1em
;
}
#dashboard_right_now
.warning
a
:before
{
#dashboard_right_now
.warning
a
:before
,
#dashboard_right_now
.warning
span
:before
{
color
:
#d54e21
;
}
/* Dashboard right now - Icons */
#dashboard_right_now
li
a
:before
{
#dashboard_right_now
li
a
:before
,
#dashboard_right_now
li
span
:before
{
content
:
'\f159'
;
font
:
normal
20px
/
1
'dashicons'
;
speak
:
none
;
...
...
@@ -3001,11 +3019,13 @@ body #dashboard-widgets .postbox form .submit {
text-decoration
:
none
!important
;
}
#dashboard_right_now
.page-count
a
:before
{
#dashboard_right_now
.page-count
a
:before
,
#dashboard_right_now
.page-count
span
:before
{
content
:
'\f105'
;
}
#dashboard_right_now
.post-count
a
:before
{
#dashboard_right_now
.post-count
a
:before
,
#dashboard_right_now
.post-count
span
:before
{
content
:
'\f109'
;
}
...
...
@@ -3156,6 +3176,7 @@ form.initial-form.quickpress-open input#title {
#dashboard_quick_press
.drafts
p
{
margin
:
0
;
word-wrap
:
break-word
;
}
#dashboard_quick_press
.draft-title
{
...
...
@@ -3392,6 +3413,10 @@ table.fixed {
width
:
10%
;
}
.fixed
.column-comment
.comment-author
{
display
:
none
;
}
.fixed
.column-response
,
.fixed
.column-categories
,
.fixed
.column-tags
,
...
...
@@ -6333,11 +6358,15 @@ span.imgedit-scale-warn {
margin-bottom
:
15px
;
}
.network-admin.themes-php
.wrap
h2
{
margin-bottom
:
0
;
}
.themes-php
.wrap
h2
.button
{
margin-right
:
20px
;
}
.themes-php
.theme-count
{
.themes-php
.wrap
.theme-count
{
color
:
#fff
;
border-radius
:
30px
;
background
:
#777
;
...
...
@@ -6379,6 +6408,11 @@ span.imgedit-scale-warn {
box-sizing
:
border-box
;
}
.ie8
.theme-browser
.theme
{
width
:
30%
;
margin
:
0
0
4%
3%
;
}
.theme-browser
.theme
:nth-child
(
3
n
)
{
margin-left
:
0
;
}
...
...
@@ -6404,6 +6438,7 @@ span.imgedit-scale-warn {
/* Activate and Customize buttons, shown on hover */
.theme-browser
.theme
.theme-actions
{
-ms-filter
:
"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
;
opacity
:
0
;
-webkit-transition
:
opacity
0.1s
ease-in-out
;
transition
:
opacity
0.1s
ease-in-out
;
...
...
@@ -6417,6 +6452,7 @@ span.imgedit-scale-warn {
}
.theme-browser
.theme
:hover
.theme-actions
{
-ms-filter
:
"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
;
opacity
:
1
;
}
...
...
@@ -6469,11 +6505,13 @@ span.imgedit-scale-warn {
}
.theme-browser
.theme
.more-details
{
-ms-filter
:
"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
;
opacity
:
0
;
position
:
absolute
;
top
:
35%
;
left
:
25%
;
right
:
25%
;
background
:
#222
;
background
:
rgba
(
0
,
0
,
0
,
0.7
);
color
:
#fff
;
font-size
:
15px
;
...
...
@@ -6486,8 +6524,27 @@ span.imgedit-scale-warn {
-webkit-transition
:
opacity
0.1s
ease-in-out
;
transition
:
opacity
0.1s
ease-in-out
;
}
.theme-browser
.theme
:focus
{
outline
:
1px
dotted
#222
;
}
/* Hide shortcut actions and hover feedback when using tab navigation */
.theme-browser
.theme
:focus
.theme-actions
{
display
:
none
;
}
/* Restore display of theme controls if you hover a focused theme */
.theme-browser
.theme
:focus:hover
.theme-actions
{
display
:
block
;
}
.theme-browser
.theme
:focus
.more-details
{
opacity
:
1
;
}
/* Current theme needs to have its action always on view */
.theme-browser
.theme.active
:focus
.theme-actions
{
display
:
block
;
}
.theme-browser.rendered
.theme
:hover
.more-details
{
-ms-filter
:
"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
;
opacity
:
1
;
}
...
...
@@ -6514,7 +6571,7 @@ span.imgedit-scale-warn {
}
.theme-browser
.theme
.theme-update
:before
{
content
:
'\f
11
3'
;
content
:
'\f
46
3'
;
display
:
inline-block
;
font
:
normal
20px
/
1
'dashicons'
;
margin
:
0
0
0
6px
;
...
...
@@ -6591,7 +6648,9 @@ span.imgedit-scale-warn {
.theme-browser
.theme.add-new-theme
:after
{
display
:
block
;
content
:
''
;
-ms-filter
:
"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
;
opacity
:
1
;
background
:
transparent
;
background
:
rgba
(
0
,
0
,
0
,
0
);
position
:
absolute
;
top
:
0
;
...
...
@@ -6600,6 +6659,7 @@ span.imgedit-scale-warn {
bottom
:
0
;
padding
:
10%
0
0
0
;
text-shadow
:
none
;
border
:
5px
dashed
#d5d2ca
;
border
:
5px
dashed
rgba
(
0
,
0
,
0
,
0.1
);
-webkit-transition
:
opacity
0.2s
ease-in-out
;
transition
:
opacity
0.2s
ease-in-out
;
...
...
@@ -6609,6 +6669,7 @@ span.imgedit-scale-warn {
}
.theme-browser
.theme.add-new-theme
span
:after
{
background
:
#e5e5e5
;
background
:
rgba
(
153
,
153
,
153
,
0.1
);
border-radius
:
50%
;
display
:
inline-block
;
...
...
@@ -6647,6 +6708,7 @@ span.imgedit-scale-warn {
border-color
:
transparent
;
color
:
#fff
;
background
:
#0074a2
;
content
:
''
;
}
.theme-browser
.theme.add-new-theme
.theme-name
{
...
...
@@ -6688,6 +6750,7 @@ span.imgedit-scale-warn {
left
:
0
;
top
:
0
;
bottom
:
0
;
background
:
#f1f1f1
;
background
:
rgba
(
238
,
238
,
238
,
0.9
);
z-index
:
10
;
}
...
...
@@ -6711,10 +6774,13 @@ body.theme-overlay-open {
width
:
50px
;
text-align
:
center
;
float
:
left
;
border
:
0
;
border-right
:
1px
solid
#ddd
;
background-color
:
transparent
;
}
.theme-overlay
.theme-header
.close
:hover:before
{
.theme-overlay
.theme-header
.close
:hover:before
,
.theme-overlay
.theme-header
.close
:focus:before
{
color
:
#fff
;
}
...
...
@@ -6731,20 +6797,21 @@ body.theme-overlay-open {
.theme-overlay
.theme-header
.left
{
cursor
:
pointer
;
color
:
#777
;
background-color
:
transparent
;
height
:
48px
;
width
:
54px
;
float
:
right
;
text-align
:
center
;
border
:
0
;
border-left
:
1px
solid
#ddd
;
-webkit-user-select
:
none
;
-moz-user-select
:
none
;
-ms-user-select
:
none
;
user-select
:
none
;
}
.theme-overlay
.theme-header
.close
:hover
,
.theme-overlay
.theme-header
.right
:hover
,
.theme-overlay
.theme-header
.left
:hover
{
.theme-overlay
.theme-header
.left
:hover
,
.theme-overlay
.theme-header
.close
:focus
,
.theme-overlay
.theme-header
.right
:focus
,
.theme-overlay
.theme-header
.left
:focus
{
background
:
#0074a2
;
color
:
#fff
;
}
...
...
@@ -6837,6 +6904,10 @@ body.folded .theme-overlay .theme-wrap {
border-top
:
1px
solid
#eee
;
}
.ie8
.theme-overlay
.theme-actions
{
border
:
1px
solid
#eee
;
}
.theme-overlay
.theme-actions
a
{
margin-left
:
5px
;
margin-bottom
:
5px
;
...
...
@@ -6853,7 +6924,8 @@ body.folded .theme-overlay .theme-wrap {
background
:
transparent
;
}
.theme-overlay
.theme-actions
.delete-theme
:hover
{
.theme-overlay
.theme-actions
.delete-theme
:hover
,
.theme-overlay
.theme-actions
.delete-theme
:focus
{
background
:
#d54e21
;
color
:
#fff
;
border-color
:
#d54e21
;
...
...
@@ -7617,7 +7689,7 @@ div#custom-background-image img {
}
.plugin-update-tr
.update-message
:before
{
content
:
'\f
11
3'
;
content
:
'\f
46
3'
;
display
:
inline-block
;
font
:
normal
20px
/
1
'dashicons'
;
speak
:
none
;
...
...
@@ -8593,7 +8665,13 @@ p.pagenav {
font-weight
:
600
;
}
.column-author
img
,
.column-username
img
{
.column-comment
.comment-author
{
margin-bottom
:
0.6em
;
}
.column-author
img
,
.column-username
img
,
.column-comment
.comment-author
img
{
float
:
right
;
margin-left
:
10px
;
margin-top
:
1px
;
...
...
@@ -10101,6 +10179,12 @@ div.star-holder .star-rating {
content
:
'\f459'
;
}
.rtl
.star-rating
.star-half
{
-webkit-transform
:
rotateY
(
180deg
);
-ms-transform
:
rotateY
(
180deg
);
transform
:
rotateY
(
180deg
);
}
.star-rating
.star-empty
:before
{
content
:
'\f154'
;
}
...
...
@@ -10644,6 +10728,12 @@ input.newtag:focus ~ div.taghint {
outline
:
none
;
}
/* @noflip */
#template
textarea
,
#docs-list
{
direction
:
ltr
;
}
#template
p
{
width
:
97%
;
}
...
...
@@ -11375,6 +11465,17 @@ li#wp-admin-bar-menu-toggle {
width
:
100%
;
float
:
none
;
}
div
.widget
{
margin
:
0
auto
10px
!important
;
max-width
:
480px
;
}
}
@media
screen
and
(
max-width
:
320px
)
{
div
.widget
{
max-width
:
320px
;
}
}
@media
only
screen
and
(
max-width
:
768px
)
{
...
...
@@ -11762,19 +11863,13 @@ li#wp-admin-bar-menu-toggle {
.auto-fold
#adminmenuback
,
.auto-fold
#adminmenuwrap
{
position
:
absolute
;
right
:
0
;
width
:
190px
;
z-index
:
100
;
}
.auto-fold
#adminmenuback
,
.auto-fold
#adminmenuwrap
{
right
:
-200px
;
}
.auto-fold
#adminmenuwrap
,
.auto-fold
#adminmenu
,
.auto-fold
#adminmenuback
{
width
:
190px
;
display
:
none
;
}
.auto-fold
#adminmenu
li
.menu-top
{
...
...
@@ -11880,7 +11975,7 @@ li#wp-admin-bar-menu-toggle {
.auto-fold
.wp-responsive-open
#adminmenuback
,
.auto-fold
.wp-responsive-open
#adminmenuwrap
{
right
:
0
;
display
:
block
;
}
/* General New Post Form */
...
...
@@ -12242,6 +12337,10 @@ li#wp-admin-bar-menu-toggle {
display
:
none
;
}
.fixed
.column-comment
.comment-author
{
display
:
block
;
}
/* Posts */
.column-title
{
width
:
85%
;
...
...
@@ -12398,7 +12497,7 @@ li#wp-admin-bar-menu-toggle {
display
:
block
;
max-width
:
none
;
box-sizing
:
border-box
;
-mo
x
-box-sizing
:
border-box
;
-mo
z
-box-sizing
:
border-box
;
}
input
[
type
=
text
]
.small-text
,
...
...
@@ -12417,7 +12516,7 @@ li#wp-admin-bar-menu-toggle {
#pass-strength-result
{
width
:
100%
;
box-sizing
:
border-box
;
-mo
x
-box-sizing
:
border-box
;
-mo
z
-box-sizing
:
border-box
;
padding
:
8px
;
}
...
...
@@ -12744,12 +12843,12 @@ li#wp-admin-bar-menu-toggle {
.widefat
tbody
th
.check-column
input
[
type
=
"checkbox"
]
{
margin-top
:
-3px
;
margin-right
:
9
px
;
margin-right
:
8
px
;
}
.wp-list-table.plugins
.active
.check-column
input
,
.wp-list-table.plugins
.update
.check-column
input
{
margin-right
:
6
px
;
margin-right
:
5
px
;
}
.wp-list-table.plugins
thead
.check-column
input
,
...
...
wp-admin/css/wp-admin-rtl.min.css
View file @
23d95544
This source diff could not be displayed because it is too large. You can
view the blob
instead.
wp-admin/css/wp-admin.css
View file @
23d95544
...
...
@@ -564,9 +564,11 @@ ol.ol-decimal > li {
margin
:
0
0
0.5em
;
}
/* @noflip */
.code
,
code
{
font-family
:
Consolas
,
Monaco
,
monospace
;
direction
:
ltr
;
}
input
.code
{
...
...
@@ -725,7 +727,6 @@ select,
padding-top
:
10px
;
}
#update-plugins-table
tbody
th
.check-column
,
.plugins
tbody
th
.check-column
,
.plugins
tbody
{
padding
:
8px
0
0
2px
;
...
...
@@ -745,12 +746,22 @@ select,
.plugins
thead
th
.check-column
,
.plugins
tfoot
th
.check-column
,
.plugins
.inactive
th
.check-column
,
#update-plugins-table
thead
th
.check-column
,
#update-plugins-table
tfoot
th
.check-column
{
.plugins
.inactive
th
.check-column
{
padding-left
:
6px
;
}
.upgrade
.plugins
td
,
.upgrade
.plugins
th
{
-webkit-box-shadow
:
inset
0
-1px
0
rgba
(
0
,
0
,
0
,
0.1
);
box-shadow
:
inset
0
-1px
0
rgba
(
0
,
0
,
0
,
0.1
);
}
.upgrade
.plugins
tr
:last-of-type
td
,
.upgrade
.plugins
tr
:last-of-type
th
{
-webkit-box-shadow
:
none
;
box-shadow
:
none
;
}
#update-plugins-table
thead
th
.check-column
,
#update-plugins-table
tfoot
th
.check-column
{
padding-top
:
11px
;
...
...
@@ -1275,6 +1286,10 @@ p.search-box {
margin
:
0
;
}
.network-admin.themes-php
p
.search-box
{
clear
:
left
;
}