More IE7 fixes, see #17324

git-svn-id: http://svn.automattic.com/wordpress/trunk@17964 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz
2011-05-19 05:35:08 +00:00
parent 5175149c03
commit af3ce311a0
11 changed files with 21 additions and 12 deletions

File diff suppressed because one or more lines are too long

View File

@@ -2121,6 +2121,7 @@ div.widgets-sortables,
#fullscreen-topbar {
border-bottom-color: #D1E5EE;
background-color: #f5fafd;
background-image: -ms-linear-gradient(top, #f7fcfe, #eff8ff); /* IE10 */
background-image: -moz-linear-gradient(top, #f7fcfe, #eff8ff); /* Firefox */
background-image: -o-linear-gradient(top, #f7fcfe, #eff8ff); /* Opera */

File diff suppressed because one or more lines are too long

View File

@@ -2121,6 +2121,7 @@ div.widgets-sortables,
#fullscreen-topbar {
border-bottom-color: #DFDFDF;
background-color: #eee;
background-image: -ms-linear-gradient(top, #f4f4f4, #e9e9e9); /* IE10 */
background-image: -moz-linear-gradient(top, #f4f4f4, #e9e9e9); /* Firefox */
background-image: -o-linear-gradient(top, #f4f4f4, #e9e9e9); /* Opera */

File diff suppressed because one or more lines are too long

View File

@@ -1,5 +1,13 @@
/* Fixes for IE bugs */
#wp-fullscreen-title {
width: 97%;
}
#wp_mce_fullscreen_ifr {
background-color: #f9f9f9;
}
#wp-fullscreen-tagline {
color: #888;
font-size: 14px;

File diff suppressed because one or more lines are too long

View File

@@ -605,8 +605,9 @@ form.upgrade .hint {
}
#wp-fullscreen-wrap {
margin: 60px auto 50px;
margin: 0 auto 50px;
position: relative;
padding-top: 60px;
}
#wp-fullscreen-title {
@@ -672,7 +673,6 @@ form.upgrade .hint {
min-width: 800px;
width: 100%;
height: 40px;
display: none;
}
#wp-fullscreen-toolbar {