mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-16 23:00:21 +00:00
PressThis css fixes from Noel, see #7949
git-svn-id: https://develop.svn.wordpress.org/trunk@9857 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -34,7 +34,6 @@ img {
|
||||
border-radius-bottomright: 0;
|
||||
border-radius-topleft: 3px;
|
||||
border-radius-topright: 3px;
|
||||
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
cursor: pointer;
|
||||
@@ -48,6 +47,7 @@ img {
|
||||
font-size: 10px;
|
||||
line-height: 18px;
|
||||
float: left;
|
||||
float: left;
|
||||
}
|
||||
|
||||
|
||||
@@ -65,7 +65,6 @@ input.text {
|
||||
outline-style: none;
|
||||
outline-width: medium;
|
||||
width: 100%;
|
||||
|
||||
}
|
||||
|
||||
#message {
|
||||
@@ -124,11 +123,9 @@ div.zerosize {
|
||||
font-weight: bold;
|
||||
padding: 7px;
|
||||
margin: 0 0 10px;
|
||||
|
||||
background-image: url(../images/postbox-bg.gif);
|
||||
background-position: left top;
|
||||
background-repeat: repeat-x;
|
||||
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
line-height: 1;
|
||||
@@ -221,12 +218,22 @@ h3.tb {
|
||||
margin-top: -19px;
|
||||
position: relative;
|
||||
}
|
||||
#extra_fields #actions {
|
||||
clear: both;
|
||||
position: absolute;
|
||||
right: 4px;
|
||||
top: 6px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#actions li {
|
||||
float: left;
|
||||
list-style: none;
|
||||
margin-right: 10px;
|
||||
}
|
||||
#extra_fields .button {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
/* Photo Styles */
|
||||
.photolist {
|
||||
@@ -331,7 +338,7 @@ h3.tb {
|
||||
}
|
||||
|
||||
#category-add input {
|
||||
width: 94%;
|
||||
width: 94%;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 13px;
|
||||
margin: 1px;
|
||||
|
||||
Reference in New Issue
Block a user