mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-16 07:35:39 +01:00
PressThis IE6 css fixes from Noel, see #7949
git-svn-id: http://svn.automattic.com/wordpress/trunk@9840 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
3444414aa6
commit
a213f81ae0
@ -18,42 +18,43 @@ img {
|
|||||||
|
|
||||||
#poststuff #edButtonPreview,
|
#poststuff #edButtonPreview,
|
||||||
#poststuff #edButtonHTML {
|
#poststuff #edButtonHTML {
|
||||||
-moz-border-radius-bottomleft:0;
|
-moz-border-radius-bottomleft: 0;
|
||||||
-moz-border-radius-bottomright:0;
|
-moz-border-radius-bottomright: 0;
|
||||||
-moz-border-radius-topleft:3px;
|
-moz-border-radius-topleft: 3px;
|
||||||
-moz-border-radius-topright:3px;
|
-moz-border-radius-topright: 3px;
|
||||||
-khtml-border-radius-bottomleft:0;
|
-khtml-border-radius-bottomleft: 0;
|
||||||
-khtml-border-radius-bottomright:0;
|
-khtml-border-radius-bottomright: 0;
|
||||||
-khtml-border-radius-topleft:3px;
|
-khtml-border-radius-topleft: 3px;
|
||||||
-khtml-border-radius-topright:3px;
|
-khtml-border-radius-topright: 3px;
|
||||||
-webkit-border-radius-bottomleft:0;
|
-webkit-border-radius-bottomleft: 0;
|
||||||
-webkit-border-radius-bottomright:0;
|
-webkit-border-radius-bottomright: 0;
|
||||||
-webkit-border-radius-topleft:3px;
|
-webkit-border-radius-topleft: 3px;
|
||||||
-webkit-border-radius-topright:3px;
|
-webkit-border-radius-topright: 3px;
|
||||||
border-radius-bottomleft:0;
|
border-radius-bottomleft: 0;
|
||||||
border-radius-bottomright:0;
|
border-radius-bottomright: 0;
|
||||||
border-radius-topleft:3px;
|
border-radius-topleft: 3px;
|
||||||
border-radius-topright:3px;
|
border-radius-topright: 3px;
|
||||||
|
|
||||||
border-style:solid;
|
border-style: solid;
|
||||||
border-width:1px;
|
border-width: 1px;
|
||||||
cursor:pointer;
|
cursor: pointer;
|
||||||
display:block;
|
display: block;
|
||||||
height:18px;
|
height: 18px;
|
||||||
margin:0px 5px 0 0;
|
margin: 0px 5px 0 0;
|
||||||
padding:0px 5px 0px;
|
padding: 0px 5px 0px;
|
||||||
background-color:#E9E9E9;
|
background-color: #E9E9E9;
|
||||||
border-bottom-color:#E9E9E9;
|
border-bottom-color: #E9E9E9;
|
||||||
color:#333333;
|
color: #333333;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.howto {
|
.howto {
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
margin-bottom: 3px;
|
margin-bottom: 3px;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
display: block;
|
display: block;
|
||||||
@ -96,9 +97,9 @@ div.zerosize {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.posting {
|
.posting {
|
||||||
margin-right: 228px;
|
margin-right: 228px;
|
||||||
position: relative;
|
position: relative;
|
||||||
left: 0;
|
left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#side-info-column {
|
#side-info-column {
|
||||||
@ -124,33 +125,35 @@ left: 0;
|
|||||||
padding: 7px;
|
padding: 7px;
|
||||||
margin: 0 0 10px;
|
margin: 0 0 10px;
|
||||||
|
|
||||||
background-image:url(../images/postbox-bg.gif);
|
background-image: url(../images/postbox-bg.gif);
|
||||||
background-position:left top;
|
background-position: left top;
|
||||||
background-repeat:repeat-x;
|
background-repeat: repeat-x;
|
||||||
|
|
||||||
font-size:12px;
|
font-size: 12px;
|
||||||
font-weight:bold;
|
font-weight: bold;
|
||||||
line-height:1;
|
line-height: 1;
|
||||||
margin:0 0 10px;
|
margin: 0 0 10px;
|
||||||
padding:7px 9px;
|
padding: 7px 9px;
|
||||||
text-shadow:0 1px 0 #FFFFFF;
|
text-shadow: 0 1px 0 #FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3.tb {
|
h3.tb {
|
||||||
text-shadow:0 1px 0 #FFFFFF;
|
text-shadow: 0 1px 0 #FFFFFF;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#TB_window {
|
#TB_window {
|
||||||
border: 1px solid #333;
|
border: 1px solid #333;
|
||||||
-moz-border-radius: 6px;
|
-moz-border-radius: 6px;
|
||||||
-khtml-border-radius: 6px;
|
-khtml-border-radius: 6px;
|
||||||
-webkit-border-radius: 6px;
|
-webkit-border-radius: 6px;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.metabox-holder .postbox,
|
.metabox-holder .postbox,
|
||||||
.postbox,
|
.postbox,
|
||||||
.stuffbox {
|
.stuffbox {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
@ -160,36 +163,40 @@ border: 1px solid #333;
|
|||||||
-khtml-border-radius: 6px;
|
-khtml-border-radius: 6px;
|
||||||
-webkit-border-radius: 6px;
|
-webkit-border-radius: 6px;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
|
border-color: #DFDFDF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.titlediv {
|
.titlediv {
|
||||||
border-color:#DFDFDF;
|
border-color: #DFDFDF;
|
||||||
}
|
}
|
||||||
|
|
||||||
#title, .tbtitle {
|
#title, .tbtitle {
|
||||||
-moz-border-radius: 6px;
|
-moz-border-radius: 6px;
|
||||||
-khtml-border-radius: 6px;
|
-khtml-border-radius: 6px;
|
||||||
-webkit-border-radius: 6px;
|
-webkit-border-radius: 6px;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
border-style:solid;
|
border-style: solid;
|
||||||
border-width:1px;
|
border-width: 1px;
|
||||||
font-size:1.7em;
|
font-size: 1.7em;
|
||||||
outline-color:-moz-use-text-color;
|
outline: none;
|
||||||
outline-style:none;
|
padding: 3px 4px;
|
||||||
outline-width:medium;
|
border-color: #DFDFDF;
|
||||||
padding:3px 4px;
|
|
||||||
border-color: #DFDFDF;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.tbtitle {
|
.tbtitle {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#title {
|
#title {
|
||||||
width: 98%;
|
width: 98%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.postbox h2 {
|
.postbox h2 {
|
||||||
background-image:url(../images/postbox-bg.gif);
|
background-image: url(../images/postbox-bg.gif);
|
||||||
background-position:left top;
|
background-position: left top;
|
||||||
background-repeat:repeat-x;
|
background-repeat: repeat-x;
|
||||||
background-color:#DFDFDF;
|
background-color: #DFDFDF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.editor-container {
|
.editor-container {
|
||||||
@ -197,11 +204,10 @@ background-color:#DFDFDF;
|
|||||||
-khtml-border-radius: 6px;
|
-khtml-border-radius: 6px;
|
||||||
-webkit-border-radius: 6px;
|
-webkit-border-radius: 6px;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
border-collapse:separate;
|
border-collapse: separate;
|
||||||
border-style:solid;
|
border-style: solid;
|
||||||
border-width:1px;
|
border-width: 1px;
|
||||||
border-color:#DFDFDF;
|
border-color: #DFDFDF;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.postdivrich {
|
.postdivrich {
|
||||||
@ -211,10 +217,9 @@ border-color:#DFDFDF;
|
|||||||
|
|
||||||
#actions {
|
#actions {
|
||||||
clear: both;
|
clear: both;
|
||||||
position: absolute;
|
float: right;
|
||||||
right: 4px;
|
margin-top: -19px;
|
||||||
top: 6px;
|
position: relative;
|
||||||
margin: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#actions li {
|
#actions li {
|
||||||
@ -243,8 +248,9 @@ border-color:#DFDFDF;
|
|||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
#extra_fields .postbox {
|
#extra_fields .postbox {
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#extra_fields .titlewrap {
|
#extra_fields .titlewrap {
|
||||||
@ -263,6 +269,7 @@ margin-bottom: 5px;
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
vertical-align: center;
|
vertical-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
#img_container img, #img_container a {
|
#img_container img, #img_container a {
|
||||||
width: 68px;
|
width: 68px;
|
||||||
height: 68px;
|
height: 68px;
|
||||||
@ -294,7 +301,7 @@ margin-bottom: 5px;
|
|||||||
|
|
||||||
/* Video */
|
/* Video */
|
||||||
#embed-code {
|
#embed-code {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 98px;
|
height: 98px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -349,10 +356,6 @@ width: 100%;
|
|||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
#categorydiv {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Categories */
|
/* Categories */
|
||||||
#categorydiv ul, #linkcategorydiv ul {
|
#categorydiv ul, #linkcategorydiv ul {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
@ -386,12 +389,13 @@ ul.categorychecklist li {
|
|||||||
clear: both;
|
clear: both;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tagadd {
|
#tagadd {
|
||||||
margin-left: 3px;
|
margin-left: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tagchecklist {
|
#tagchecklist {
|
||||||
margin-top: 3px;
|
margin-top: 3px;
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
@ -446,10 +450,11 @@ margin-top: 3px;
|
|||||||
-webkit-border-radius: 11px;
|
-webkit-border-radius: 11px;
|
||||||
border-radius: 11px;
|
border-radius: 11px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button-primary {
|
.button-primary {
|
||||||
background:#21759B url(../images/button-grad.png) repeat-x scroll left top;
|
background: #21759B url(../images/button-grad.png) repeat-x scroll left top;
|
||||||
border-color:#21759B;
|
border-color: #21759B;
|
||||||
color:#FFFFFF;
|
color: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ac_results {
|
.ac_results {
|
||||||
@ -493,7 +498,7 @@ color:#FFFFFF;
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
width:99%;
|
width: 99%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.updated p,
|
.updated p,
|
||||||
@ -503,7 +508,7 @@ color:#FFFFFF;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.error a {
|
.error a {
|
||||||
text-decoration:underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
.updated a {
|
.updated a {
|
||||||
|
Loading…
Reference in New Issue
Block a user