mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 01:27:36 +01:00
Put timestamp icon back and fix the Categories postbox when in the right sidebar
git-svn-id: http://svn.automattic.com/wordpress/trunk@8909 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
4a5da512e2
commit
7cb6ce1868
@ -233,7 +233,8 @@ ul#widget-list li.widget-list-item h4.widget-title {
|
|||||||
background-color: #a6d2e5 !important;
|
background-color: #a6d2e5 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.submitbox #autosave .error, ul.view-switch li.current a {
|
.submitbox #autosave .error, ul.view-switch li.current a,
|
||||||
|
#side-info-column #category-tabs .ui-tabs-selected a {
|
||||||
color: #333;
|
color: #333;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -495,6 +496,10 @@ input.readonly {
|
|||||||
background-color: #FFF;
|
background-color: #FFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.curtime #timestamp {
|
||||||
|
background-image: url(../images/date-button.gif);
|
||||||
|
}
|
||||||
|
|
||||||
#quicktags #ed_link {
|
#quicktags #ed_link {
|
||||||
color: #00f;
|
color: #00f;
|
||||||
}
|
}
|
||||||
|
@ -232,7 +232,8 @@ ul#widget-list li.widget-list-item h4.widget-title {
|
|||||||
border-color: #328ab2;
|
border-color: #328ab2;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.view-switch li.current a {
|
ul.view-switch li.current a,
|
||||||
|
#side-info-column #category-tabs .ui-tabs-selected a {
|
||||||
color: #333;
|
color: #333;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -483,6 +484,10 @@ input.readonly {
|
|||||||
background-color: #FFF;
|
background-color: #FFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.curtime #timestamp {
|
||||||
|
background-image: url(../images/date-button.gif);
|
||||||
|
}
|
||||||
|
|
||||||
#quicktags #ed_link {
|
#quicktags #ed_link {
|
||||||
color: #00f;
|
color: #00f;
|
||||||
}
|
}
|
||||||
@ -545,7 +550,7 @@ input.readonly {
|
|||||||
border-top-color: #247fab;
|
border-top-color: #247fab;
|
||||||
}
|
}
|
||||||
|
|
||||||
.login #backtoblog a, #curtime, #user_info a, #dashmenu a {
|
.login #backtoblog a, #user_info a, #dashmenu a {
|
||||||
color: #ccc;
|
color: #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -732,6 +737,7 @@ div#media-upload-error, .file-error, abbr.required, .widget-control-remove:hover
|
|||||||
background-color: #2683ae;
|
background-color: #2683ae;
|
||||||
border-color: #464646;
|
border-color: #464646;
|
||||||
}
|
}
|
||||||
|
/* end TinyMCE */
|
||||||
|
|
||||||
#editorcontainer, #post-status-info {
|
#editorcontainer, #post-status-info {
|
||||||
border-color: #ccc;
|
border-color: #ccc;
|
||||||
@ -741,10 +747,6 @@ div#media-upload-error, .file-error, abbr.required, .widget-control-remove:hover
|
|||||||
border-color: #ccc;
|
border-color: #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
#curtime {
|
|
||||||
color: #666;
|
|
||||||
}
|
|
||||||
|
|
||||||
#tTips p#tTips_inside {
|
#tTips p#tTips_inside {
|
||||||
background-color: #ddd;
|
background-color: #ddd;
|
||||||
color: #333;
|
color: #333;
|
||||||
|
@ -102,13 +102,6 @@ td.available-theme {
|
|||||||
padding: 11px 12px 16px 170px;
|
padding: 11px 12px 16px 170px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#curtime
|
|
||||||
{
|
|
||||||
background-position:right 2px;
|
|
||||||
padding-left:0;
|
|
||||||
padding-right: 9px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#dashmenu {
|
#dashmenu {
|
||||||
right:0;
|
right:0;
|
||||||
left:auto;
|
left:auto;
|
||||||
|
@ -1491,11 +1491,15 @@ table.form-table td .updated {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#categorydiv div.ui-tabs-panel, #linkcategorydiv div.ui-tabs-panel {
|
#categorydiv div.ui-tabs-panel,
|
||||||
padding: .5em .9em;
|
#linkcategorydiv div.ui-tabs-panel {
|
||||||
|
height: 150px;
|
||||||
|
overflow: auto;
|
||||||
|
padding: 0.5em 0.9em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#post-body #categorydiv div.ui-tabs-panel, #post-body #linkcategorydiv div.ui-tabs-panel {
|
#post-body #categorydiv div.ui-tabs-panel,
|
||||||
|
#post-body #linkcategorydiv div.ui-tabs-panel {
|
||||||
margin: 0 5px 0 120px;
|
margin: 0 5px 0 120px;
|
||||||
height: 10em;
|
height: 10em;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
@ -1503,17 +1507,28 @@ table.form-table td .updated {
|
|||||||
border-style: solid;
|
border-style: solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
#side-info-column #category-tabs, #side-info-column #categories-pop {
|
#side-info-column #category-tabs li {
|
||||||
display: none;
|
display: inline;
|
||||||
|
padding-right: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#categorydiv ul, #linkcategorydiv ul {
|
#side-info-column #category-tabs a {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#side-info-column #category-tabs {
|
||||||
|
margin-bottom: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#categorydiv ul,
|
||||||
|
#linkcategorydiv ul {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#categorydiv ul.categorychecklist ul, #linkcategorydiv ul.categorychecklist ul {
|
#categorydiv ul.categorychecklist ul,
|
||||||
|
#linkcategorydiv ul.categorychecklist ul {
|
||||||
margin-left: 18px;
|
margin-left: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1679,14 +1694,6 @@ ul.view-switch li.current {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#submitpost p.curtime {
|
|
||||||
background-image: url(images/date-button.gif);
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-position: left 4px;
|
|
||||||
padding-left: 18px;
|
|
||||||
padding-top: 2px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tablenav .delete {
|
.tablenav .delete {
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
}
|
}
|
||||||
@ -1843,6 +1850,12 @@ a.togbox {
|
|||||||
padding: 1px;
|
padding: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.curtime #timestamp {
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: left 1px;
|
||||||
|
padding-left: 18px;
|
||||||
|
}
|
||||||
|
|
||||||
#timestampdiv {
|
#timestampdiv {
|
||||||
padding-top: 3px;
|
padding-top: 3px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user