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
|
@ -47,6 +47,7 @@ border-bottom-color:#E9E9E9;
|
|||
color: #333333;
|
||||
font-size: 10px;
|
||||
line-height: 18px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
|
||||
|
@ -135,12 +136,14 @@ margin:0 0 10px;
|
|||
padding: 7px 9px;
|
||||
text-shadow: 0 1px 0 #FFFFFF;
|
||||
}
|
||||
|
||||
h3.tb {
|
||||
text-shadow: 0 1px 0 #FFFFFF;
|
||||
font-weight: bold;
|
||||
font-size: 12px;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
#TB_window {
|
||||
border: 1px solid #333;
|
||||
-moz-border-radius: 6px;
|
||||
|
@ -160,10 +163,13 @@ border: 1px solid #333;
|
|||
-khtml-border-radius: 6px;
|
||||
-webkit-border-radius: 6px;
|
||||
border-radius: 6px;
|
||||
border-color: #DFDFDF;
|
||||
}
|
||||
|
||||
.titlediv {
|
||||
border-color: #DFDFDF;
|
||||
}
|
||||
|
||||
#title, .tbtitle {
|
||||
-moz-border-radius: 6px;
|
||||
-khtml-border-radius: 6px;
|
||||
|
@ -172,19 +178,20 @@ border-color:#DFDFDF;
|
|||
border-style: solid;
|
||||
border-width: 1px;
|
||||
font-size: 1.7em;
|
||||
outline-color:-moz-use-text-color;
|
||||
outline-style:none;
|
||||
outline-width:medium;
|
||||
outline: none;
|
||||
padding: 3px 4px;
|
||||
border-color: #DFDFDF;
|
||||
}
|
||||
|
||||
.tbtitle {
|
||||
font-size: 12px;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
#title {
|
||||
width: 98%;
|
||||
}
|
||||
|
||||
.postbox h2 {
|
||||
background-image: url(../images/postbox-bg.gif);
|
||||
background-position: left top;
|
||||
|
@ -201,7 +208,6 @@ border-collapse:separate;
|
|||
border-style: solid;
|
||||
border-width: 1px;
|
||||
border-color: #DFDFDF;
|
||||
|
||||
}
|
||||
|
||||
.postdivrich {
|
||||
|
@ -211,10 +217,9 @@ border-color:#DFDFDF;
|
|||
|
||||
#actions {
|
||||
clear: both;
|
||||
position: absolute;
|
||||
right: 4px;
|
||||
top: 6px;
|
||||
margin: 0;
|
||||
float: right;
|
||||
margin-top: -19px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#actions li {
|
||||
|
@ -243,6 +248,7 @@ border-color:#DFDFDF;
|
|||
margin-top: 10px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#extra_fields .postbox {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
@ -263,6 +269,7 @@ margin-bottom: 5px;
|
|||
overflow: hidden;
|
||||
vertical-align: center;
|
||||
}
|
||||
|
||||
#img_container img, #img_container a {
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
|
@ -349,10 +356,6 @@ width: 100%;
|
|||
width: auto;
|
||||
}
|
||||
|
||||
#categorydiv {
|
||||
|
||||
}
|
||||
|
||||
/* Categories */
|
||||
#categorydiv ul, #linkcategorydiv ul {
|
||||
list-style: none;
|
||||
|
@ -386,6 +389,7 @@ ul.categorychecklist li {
|
|||
clear: both;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#tagadd {
|
||||
margin-left: 3px;
|
||||
}
|
||||
|
@ -446,6 +450,7 @@ margin-top: 3px;
|
|||
-webkit-border-radius: 11px;
|
||||
border-radius: 11px;
|
||||
}
|
||||
|
||||
.button-primary {
|
||||
background: #21759B url(../images/button-grad.png) repeat-x scroll left top;
|
||||
border-color: #21759B;
|
||||
|
|
Loading…
Reference in New Issue