mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Postbox.js fixes and css reset
git-svn-id: https://develop.svn.wordpress.org/trunk@9408 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
+52
-26
@@ -448,10 +448,18 @@ textarea.all-options, input.all-options {
|
||||
}
|
||||
|
||||
#ed_toolbar input {
|
||||
margin: 3px 2px 2px;
|
||||
padding: 2px 4px;
|
||||
margin: 3px 2px 4px;
|
||||
line-height: 18px;
|
||||
display: inline-block;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
min-width: 26px;
|
||||
padding: 2px 4px;
|
||||
font-size: 13px;
|
||||
-moz-border-radius: 3px;
|
||||
-khtml-border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
#quicktags #ed_link,
|
||||
@@ -472,7 +480,6 @@ textarea.all-options, input.all-options {
|
||||
#quicktags #ed_code,
|
||||
#ed_reply_toolbar #ed_reply_code {
|
||||
font-family: "Courier New", Courier, mono;
|
||||
font-size: 1.1em;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
@@ -1486,6 +1493,23 @@ table.form-table td .updated {
|
||||
clear: left;
|
||||
}
|
||||
|
||||
.ui-sortable .postbox h3 {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.ui-sortable .postbox .hndle span {
|
||||
padding: 6px 0;
|
||||
}
|
||||
.ui-sortable .postbox .hndle {
|
||||
cursor: move;
|
||||
}
|
||||
|
||||
.sortable-placeholder {
|
||||
border: 1px dashed #bbb;
|
||||
background-color: #f5f5f5;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
#poststuff h3,
|
||||
.metabox-holder h3 {
|
||||
font-size: 12px;
|
||||
@@ -1536,15 +1560,13 @@ table.form-table td .updated {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#titlediv #title {
|
||||
#poststuff #titlewrap {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
font-size: 1.7em;
|
||||
width: 100%;
|
||||
outline: none;
|
||||
|
||||
}
|
||||
|
||||
#poststuff #titlewrap {
|
||||
#titlediv #title {
|
||||
padding: 3px 4px;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
@@ -1552,6 +1574,9 @@ table.form-table td .updated {
|
||||
-khtml-border-radius: 6px;
|
||||
-webkit-border-radius: 6px;
|
||||
border-radius: 6px;
|
||||
font-size: 1.7em;
|
||||
width: 100%;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
#poststuff .inside-submitbox,
|
||||
@@ -2081,31 +2106,22 @@ fieldset {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.ui-sortable .postbox h3 {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.ui-sortable .postbox .hndle span {
|
||||
padding: 6px 0;
|
||||
}
|
||||
.ui-sortable .postbox .hndle {
|
||||
cursor: move;
|
||||
}
|
||||
|
||||
.sortable-placeholder {
|
||||
border: 1px #bbb dashed;
|
||||
background-color: #f5f5f5;
|
||||
z-index: -1;
|
||||
}
|
||||
#timestampdiv select {
|
||||
height: 20px;
|
||||
line-height: 20px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#jj, #hh, #mn {
|
||||
width: 1.5em;
|
||||
width: 2em;
|
||||
padding: 1px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
#aa {
|
||||
width: 2.7em;
|
||||
width: 3.4em;
|
||||
padding: 1px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.curtime #timestamp {
|
||||
@@ -2116,6 +2132,16 @@ fieldset {
|
||||
|
||||
#timestampdiv {
|
||||
padding-top: 3px;
|
||||
line-height: 23px;
|
||||
}
|
||||
|
||||
#timestampdiv p {
|
||||
margin: 8px 0 6px;
|
||||
}
|
||||
|
||||
#timestampdiv input {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
#inbox-filter .actions {
|
||||
|
||||
Reference in New Issue
Block a user