X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/41578db67d72562346e4dbb2a14889b23d522813..af50974463450c98503e763a7836a50e260461a9:/wp-admin/css/dashboard-rtl.css diff --git a/wp-admin/css/dashboard-rtl.css b/wp-admin/css/dashboard-rtl.css index f608d450..286d0cce 100644 --- a/wp-admin/css/dashboard-rtl.css +++ b/wp-admin/css/dashboard-rtl.css @@ -74,20 +74,6 @@ min-height: 100px; } -h3.dashboard-widget-title, -h3.dashboard-widget-title span, -h3.dashboard-widget-title small { - color: #333; -} - -h3.dashboard-widget-title small a { - color: #d7d7d7; -} - -h3.dashboard-widget-title small a:hover { - color: #fff; -} - /* @todo: this was originally in this section, but likely belongs elsewhere */ #the-comment-list td.comment p.comment-author { margin-top: 0; @@ -168,7 +154,7 @@ h3.dashboard-widget-title small a:hover { line-height: 1; } -#welcome-panel.welcome-panel .welcome-panel-close::before { +#welcome-panel.welcome-panel .welcome-panel-close:before { position: absolute; right: -18px; margin-top: -2px; @@ -177,7 +163,11 @@ h3.dashboard-widget-title small a:hover { } .wp-core-ui .welcome-panel .button.button-hero { - margin: 15px 0 3px; + margin: 15px 0 3px 13px; + padding: 12px 36px; + height: auto; + line-height: 1.4285714; + white-space: normal; } .welcome-panel-content { @@ -301,15 +291,6 @@ body #dashboard-widgets .postbox form .submit { margin-top: 0; } -/* @todo: are these actually used anywhere? no non-CSS results in plugin search */ -div.dashboard-widget-error { - background-color: #c43; -} - -div.dashboard-widget-notice { - background-color: #cfe1ef; -} - .rssSummary { color: #777; margin-top: 4px; @@ -710,6 +691,7 @@ form.initial-form.quickpress-open input#title { #activity-widget #the-comment-list div.undo { background: none; padding: 6px 0; + margin-right: 12px; } #activity-widget #the-comment-list .alternate, @@ -725,7 +707,6 @@ form.initial-form.quickpress-open input#title { #activity-widget #the-comment-list img { position: absolute; - right: 13px; top: 13px; } @@ -767,7 +748,6 @@ form.initial-form.quickpress-open input#title { #activity-widget #the-comment-list .spam-undo-inside .avatar, #activity-widget #the-comment-list .trash-undo-inside .avatar { - margin-left: 20px; position: relative; top: 0; } @@ -842,7 +822,8 @@ h3:hover .edit-box { position: relative; } -#activity-widget #the-comment-list .comment { +#activity-widget #the-comment-list .comment, +#activity-widget #the-comment-list .pingback { -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.06); box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.06); } @@ -889,14 +870,14 @@ h3:hover .edit-box { /* QuickDraft */ -#title-wrap label { +#title-wrap label, +#description-wrap label { cursor: text; } #title-wrap #title { padding: 2px 6px; font-size: 1.3em; - line-height: 100%; outline: none; } @@ -1128,7 +1109,7 @@ a.rsswidget { } /* Make the close icon larger for tappability. */ - #welcome-panel.welcome-panel .welcome-panel-close::before { + #welcome-panel.welcome-panel .welcome-panel-close:before { font-size: 20px; margin: 0; }