wp-admin.css cleanup. fixes #3641
git-svn-id: https://develop.svn.wordpress.org/trunk@4786 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ddda423d89
commit
5ebf6733a2
@ -208,7 +208,7 @@ textarea, input, select {
|
|||||||
|
|
||||||
#uploading {
|
#uploading {
|
||||||
border-style: none;
|
border-style: none;
|
||||||
padding: 0px;
|
padding: 0;
|
||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
height: 18em;
|
height: 18em;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -459,7 +459,6 @@ input.disabled, textarea.disabled {
|
|||||||
padding: .2em .2em .3em 2em;
|
padding: .2em .2em .3em 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#adminmenu .current, #submenu .current {
|
#adminmenu .current, #submenu .current {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
@ -529,23 +528,22 @@ input.disabled, textarea.disabled {
|
|||||||
height: 25px;
|
height: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#categorydiv input, #poststatusdiv input, #commentstatusdiv input, #pingstatusdiv input {
|
#categorydiv input, #poststatusdiv input, #commentstatusdiv input, #pingstatusdiv input {
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#postdiv, #titlediv, #guiddiv {
|
#postdiv, #titlediv, #guiddiv {
|
||||||
margin: 0 8px 0 0;
|
margin: 0 8px 0 0;
|
||||||
padding: 0px;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#postdivrich {
|
#postdivrich {
|
||||||
margin: 0px;
|
margin: 0;
|
||||||
padding: 0px;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#content {
|
#content {
|
||||||
margin: 0 0 0 0;
|
margin: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -555,7 +553,7 @@ input.disabled, textarea.disabled {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#titlediv input, #guiddiv input {
|
#titlediv input, #guiddiv input {
|
||||||
margin: 0px;
|
margin: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -579,7 +577,7 @@ input.delete:hover {
|
|||||||
|
|
||||||
#postdivrich #quicktags {
|
#postdivrich #quicktags {
|
||||||
background: #f0f0ee;
|
background: #f0f0ee;
|
||||||
padding: 0px;
|
padding: 0;
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
@ -593,11 +591,11 @@ input.delete:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#quicktags #ed_toolbar {
|
#quicktags #ed_toolbar {
|
||||||
padding: 0px 2px;
|
padding: 0 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ed_toolbar input {
|
#ed_toolbar input {
|
||||||
background: #fff url( images/fade-butt.png ) repeat-x 0px -2px;
|
background: #fff url( images/fade-butt.png ) repeat-x 0 -2px;
|
||||||
margin: 3px 2px 2px;
|
margin: 3px 2px 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -643,7 +641,7 @@ input.delete:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#excerpt, .attachmentlinks {
|
#excerpt, .attachmentlinks {
|
||||||
margin: 0px;
|
margin: 0;
|
||||||
height: 4em;
|
height: 4em;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
@ -814,7 +812,7 @@ input.delete:hover {
|
|||||||
|
|
||||||
#postcustom table {
|
#postcustom table {
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
margin: 0px;
|
margin: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -835,7 +833,7 @@ input.delete:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
* html #template div {
|
* html #template div {
|
||||||
margin-right: 0px;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#template, #template div, #editcat, #addcat {
|
#template, #template div, #editcat, #addcat {
|
||||||
@ -967,32 +965,32 @@ input.delete:hover {
|
|||||||
Some browsers will disable them when you
|
Some browsers will disable them when you
|
||||||
set display:none; */
|
set display:none; */
|
||||||
.zerosize {
|
.zerosize {
|
||||||
height: 0px;
|
height: 0;
|
||||||
width: 0px;
|
width: 0;
|
||||||
margin: 0px;
|
margin: 0;
|
||||||
border: 0px;
|
border: 0;
|
||||||
padding: 0px;
|
padding: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Box stuff */
|
/* Box stuff */
|
||||||
.dbx-clone {
|
.dbx-clone {
|
||||||
position:absolute;
|
position: absolute;
|
||||||
visibility:hidden;
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
.dbx-clone, .dbx-clone .dbx-handle-cursor {
|
.dbx-clone, .dbx-clone .dbx-handle-cursor {
|
||||||
cursor:move !important;
|
cursor: move !important;
|
||||||
}
|
}
|
||||||
.dbx-dummy {
|
.dbx-dummy {
|
||||||
display:block;
|
display: block;
|
||||||
width:0;
|
width: 0;
|
||||||
height:0;
|
height: 0;
|
||||||
overflow:hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
.dbx-group, .dbx-box, .dbx-handle {
|
.dbx-group, .dbx-box, .dbx-handle {
|
||||||
position:relative;
|
position: relative;
|
||||||
display:block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
#grabit {
|
#grabit {
|
||||||
@ -1000,7 +998,7 @@ set display:none; */
|
|||||||
}
|
}
|
||||||
|
|
||||||
* html #themeselect {
|
* html #themeselect {
|
||||||
padding: 0px 3px;
|
padding: 0 3px;
|
||||||
height: 22px;
|
height: 22px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1010,9 +1008,9 @@ to reduce visual discrepancies between it and the clone.
|
|||||||
overall, dbx-box is best left as visually unstyled as possible
|
overall, dbx-box is best left as visually unstyled as possible
|
||||||
*****************************************************************/
|
*****************************************************************/
|
||||||
.dbx-box {
|
.dbx-box {
|
||||||
margin:0;
|
margin: 0;
|
||||||
padding:0;
|
padding: 0;
|
||||||
border:none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Can change this */
|
/* Can change this */
|
||||||
@ -1020,7 +1018,7 @@ overall, dbx-box is best left as visually unstyled as possible
|
|||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
}
|
}
|
||||||
#moremeta fieldset div {
|
#moremeta fieldset div {
|
||||||
margin: 2px 0 0 0px;
|
margin: 2px 0 0 0;
|
||||||
padding: 7px;
|
padding: 7px;
|
||||||
}
|
}
|
||||||
#moremeta {
|
#moremeta {
|
||||||
@ -1157,7 +1155,7 @@ overall, dbx-box is best left as visually unstyled as possible
|
|||||||
#advancedstuff div.dbx-content {
|
#advancedstuff div.dbx-content {
|
||||||
margin-left: 8px;
|
margin-left: 8px;
|
||||||
background: url(images/box-bg-right.gif) repeat-y right;
|
background: url(images/box-bg-right.gif) repeat-y right;
|
||||||
padding: 10px 10px 15px 0px;
|
padding: 10px 10px 15px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#postexcerpt div.dbx-content {
|
#postexcerpt div.dbx-content {
|
||||||
@ -1190,7 +1188,6 @@ overall, dbx-box is best left as visually unstyled as possible
|
|||||||
background: url(images/box-butt-right.gif) no-repeat bottom right;
|
background: url(images/box-butt-right.gif) no-repeat bottom right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* handle cursors */
|
/* handle cursors */
|
||||||
.dbx-handle-cursor {
|
.dbx-handle-cursor {
|
||||||
cursor: move;
|
cursor: move;
|
||||||
@ -1198,22 +1195,22 @@ overall, dbx-box is best left as visually unstyled as possible
|
|||||||
|
|
||||||
/* toggle images */
|
/* toggle images */
|
||||||
a.dbx-toggle, a.dbx-toggle:visited {
|
a.dbx-toggle, a.dbx-toggle:visited {
|
||||||
display:block;
|
display: block;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background-image: url( images/toggle.gif );
|
background-image: url( images/toggle.gif );
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0px;
|
top: 0;
|
||||||
right: 0px;
|
right: 0;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
border: 0px;
|
border: 0;
|
||||||
margin: 0px;
|
margin: 0;
|
||||||
padding: 0px;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#moremeta a.dbx-toggle, #moremeta a.dbx-toggle-open:visited {
|
#moremeta a.dbx-toggle, #moremeta a.dbx-toggle-open:visited {
|
||||||
height: 25px;
|
height: 25px;
|
||||||
width: 27px;
|
width: 27px;
|
||||||
background-position: 0 0px;
|
background-position: 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#moremeta a.dbx-toggle-open, #moremeta a.dbx-toggle-open:visited {
|
#moremeta a.dbx-toggle-open, #moremeta a.dbx-toggle-open:visited {
|
||||||
@ -1296,7 +1293,7 @@ input #catadd {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#edButtons input, #edButtons input:active {
|
#edButtons input, #edButtons input:active {
|
||||||
margin: 0px 2px -1px;
|
margin: 0 2px -1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#edButtons input.edButtonFore, #edButtons input.edButtonFore:active {
|
#edButtons input.edButtonFore, #edButtons input.edButtonFore:active {
|
||||||
@ -1305,7 +1302,7 @@ input #catadd {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#edButtons input.edButtonBack, #edButtons input.edButtonBack:active {
|
#edButtons input.edButtonBack, #edButtons input.edButtonBack:active {
|
||||||
background: #fff url( images/fade-butt.png ) repeat-x 0px 15px;
|
background: #fff url( images/fade-butt.png ) repeat-x 0 15px;
|
||||||
border-bottom: 1px solid #ccc;
|
border-bottom: 1px solid #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user