]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/css/dashboard-rtl.css
WordPress 4.3
[autoinstalls/wordpress.git] / wp-admin / css / dashboard-rtl.css
index f608d45016567bd807d17a69d6b4b9c7e7797b62..d04ae1ce97053ba1a496496b8b970784ced080f5 100644 (file)
        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;
@@ -160,24 +146,28 @@ h3.dashboard-widget-title small a:hover {
 
 .welcome-panel .welcome-panel-close {
        position: absolute;
-       top: 5px;
+       top: 10px;
        left: 10px;
-       padding: 20px 3px 0 15px;
+       padding: 10px 21px 10px 15px;
        font-size: 13px;
+       line-height: 1.23076923; /* Chrome rounding, needs to be 16px equivalent */
        text-decoration: none;
-       line-height: 1;
 }
 
-#welcome-panel.welcome-panel .welcome-panel-close::before {
+.welcome-panel .welcome-panel-close:before {
        position: absolute;
-       right: -18px;
-       margin-top: -2px;
+       top: 8px;
+       right: 0;
        -webkit-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
 }
 
 .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 {
@@ -187,7 +177,6 @@ h3.dashboard-widget-title small a:hover {
 
 .welcome-panel .welcome-panel-column-container {
        clear: both;
-       overflow: hidden;
        position: relative;
 }
 
@@ -215,13 +204,11 @@ h3.dashboard-widget-title small a:hover {
 }
 
 .welcome-panel .welcome-icon {
-       display: block;
-       padding: 0 0 8px;
        background: transparent !important;
 }
 
 .welcome-panel .welcome-icon:before {
-       color: #888;
+       color: #82878c;
        font: normal 20px/1 'dashicons';
        speak: none;
        display: inline-block;
@@ -275,6 +262,7 @@ h3.dashboard-widget-title small a:hover {
 .welcome-panel .welcome-panel-column li {
        line-height: 16px;
        list-style-type: none;
+       padding: 0 0 8px;
 }
 
 /* Dashboard WordPress news */
@@ -301,15 +289,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;
@@ -347,7 +326,9 @@ div.dashboard-widget-notice {
 
 #dashboard_right_now ul {
        margin: 0;
-       overflow: hidden;
+       /* contain floats but don't use overflow: hidden */
+       display: inline-block;
+       width: 100%;
 }
 
 #dashboard_right_now li {
@@ -357,12 +338,10 @@ div.dashboard-widget-notice {
 }
 
 #dashboard_right_now .inside {
-       overflow: hidden;
        padding: 0;
 }
 
 #dashboard_right_now .main {
-       overflow: hidden;
        padding: 0 12px 11px;
 }
 
@@ -371,10 +350,10 @@ div.dashboard-widget-notice {
 }
 
 #dashboard_right_now #wp-version-message .button {
-       clear: left;
        float: left;
        position: relative;
        top: -5px;
+       margin-right: 5px;
 }
 
 .mu-storage {
@@ -389,7 +368,7 @@ div.dashboard-widget-notice {
 
 #dashboard_right_now li a:before,
 #dashboard_right_now li span:before {
-       color: #888;
+       color: #82878c;
 }
 
 #dashboard_right_now .sub {
@@ -469,7 +448,6 @@ div.dashboard-widget-notice {
 }
 
 #dashboard_quick_press form {
-       overflow: hidden;
        margin: 12px;
 }
 
@@ -590,12 +568,11 @@ form.initial-form.quickpress-open input#title {
 }
 
 #dashboard_quick_press .draft-title {
-       overflow: hidden;
+       word-wrap: break-word;
 }
 
 #dashboard_quick_press .draft-title a,
 #dashboard_quick_press .draft-title time {
-       float: right;
        margin: 0 0 0 5px;
 }
 
@@ -677,16 +654,15 @@ form.initial-form.quickpress-open input#title {
 
 #future-posts li,
 #published-posts li {
-       overflow: hidden;
        margin-bottom: 8px;
 }
 
 #future-posts ul span,
 #published-posts ul span {
-       color: #777;
-       float: right;
-       margin-left: 8px;
+       display: inline-block;
+       margin-left: 5px;
        min-width: 150px;
+       color: #777;
 }
 
 .activity-block {
@@ -710,11 +686,7 @@ form.initial-form.quickpress-open input#title {
 #activity-widget #the-comment-list div.undo {
        background: none;
        padding: 6px 0;
-}
-
-#activity-widget #the-comment-list .alternate,
-#activity-widget #the-comment-list .alt {
-       background: none;
+       margin-right: 12px;
 }
 
 #activity-widget #the-comment-list .comment-item {
@@ -723,9 +695,8 @@ form.initial-form.quickpress-open input#title {
        position: relative;
 }
 
-#activity-widget #the-comment-list img {
+#activity-widget #the-comment-list .avatar {
        position: absolute;
-       right: 13px;
        top: 13px;
 }
 
@@ -767,7 +738,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;
 }
@@ -825,7 +795,7 @@ h3:hover .edit-box {
 }
 
 #dashboard-widgets h4 {
-       color: #222;
+       color: #23282d;
        font-weight: normal;
        font-size: 14px;
        margin: 0 0 .2em;
@@ -842,7 +812,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 +860,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;
 }
 
@@ -941,7 +912,6 @@ a.rsswidget {
 }
 
 .dashboard-comment-wrap {
-       overflow: hidden;
        word-wrap: break-word;
 }
 
@@ -1119,17 +1089,19 @@ a.rsswidget {
        /* Keep the close icon from overlapping the Welcome text. */
        .welcome-panel .welcome-panel-close {
                overflow: hidden;
-               text-indent: 100%;
+               text-indent: 40px;
                white-space: nowrap;
                width: 20px;
                height: 20px;
-               left: 0;
                padding: 5px;
+               top: 5px;
+               left: 5px;
        }
 
        /* Make the close icon larger for tappability. */
-       #welcome-panel.welcome-panel .welcome-panel-close::before {
+       .welcome-panel .welcome-panel-close:before {
                font-size: 20px;
-               margin: 0;
+               top: 5px;
+               right: -35px;
        }
 }