Press This css tweaks, props noel
git-svn-id: http://svn.automattic.com/wordpress/trunk@11540 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
98fece4a2a
commit
d9f6ce317b
|
@ -99,6 +99,7 @@ div.zerosize {
|
||||||
}
|
}
|
||||||
|
|
||||||
#side-info-column .sleeve {
|
#side-info-column .sleeve {
|
||||||
|
padding-top: 5px;
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -188,10 +189,9 @@ h3.tb {
|
||||||
|
|
||||||
#extra_fields #actions {
|
#extra_fields #actions {
|
||||||
clear: both;
|
clear: both;
|
||||||
position: absolute;
|
position: relative;
|
||||||
right: 4px;
|
right: 0px;
|
||||||
top: 6px;
|
margin: -24px 0 0;
|
||||||
margin: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#actions li {
|
#actions li {
|
||||||
|
@ -202,6 +202,11 @@ h3.tb {
|
||||||
|
|
||||||
#extra_fields .button {
|
#extra_fields .button {
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
|
padding: 3px 6px;
|
||||||
|
border-radius: 10px;
|
||||||
|
-webkit-border-radius: 10px;
|
||||||
|
-khtml-border-radius: 10px;
|
||||||
|
-moz-border-radius: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Photo Styles */
|
/* Photo Styles */
|
||||||
|
@ -216,8 +221,9 @@ h3.tb {
|
||||||
|
|
||||||
#img_container {
|
#img_container {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
height: 101px;
|
}
|
||||||
width: 100%;
|
#img_container_container {
|
||||||
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
#extra_fields {
|
#extra_fields {
|
||||||
|
@ -346,7 +352,7 @@ h3.tb {
|
||||||
}
|
}
|
||||||
|
|
||||||
#categorydiv div.tabs-panel {
|
#categorydiv div.tabs-panel {
|
||||||
height: 150px;
|
height: 140px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -410,6 +416,7 @@ ul.categorychecklist li {
|
||||||
margin-left: 1%;
|
margin-left: 1%;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
border: 0 none;
|
border: 0 none;
|
||||||
|
height: 365px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Submit */
|
/* Submit */
|
||||||
|
|
Loading…
Reference in New Issue