]> 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 286d0cce302f42f2f98ee70466ebf14b369313a0..d04ae1ce97053ba1a496496b8b970784ced080f5 100644 (file)
 
 .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;
 }
 
 .welcome-panel .welcome-panel-column-container {
        clear: both;
-       overflow: hidden;
        position: relative;
 }
 
 }
 
 .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;
 .welcome-panel .welcome-panel-column li {
        line-height: 16px;
        list-style-type: none;
+       padding: 0 0 8px;
 }
 
 /* Dashboard WordPress news */
@@ -328,7 +326,9 @@ body #dashboard-widgets .postbox form .submit {
 
 #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 {
@@ -338,12 +338,10 @@ body #dashboard-widgets .postbox form .submit {
 }
 
 #dashboard_right_now .inside {
-       overflow: hidden;
        padding: 0;
 }
 
 #dashboard_right_now .main {
-       overflow: hidden;
        padding: 0 12px 11px;
 }
 
@@ -352,10 +350,10 @@ body #dashboard-widgets .postbox form .submit {
 }
 
 #dashboard_right_now #wp-version-message .button {
-       clear: left;
        float: left;
        position: relative;
        top: -5px;
+       margin-right: 5px;
 }
 
 .mu-storage {
@@ -370,7 +368,7 @@ body #dashboard-widgets .postbox form .submit {
 
 #dashboard_right_now li a:before,
 #dashboard_right_now li span:before {
-       color: #888;
+       color: #82878c;
 }
 
 #dashboard_right_now .sub {
@@ -450,7 +448,6 @@ body #dashboard-widgets .postbox form .submit {
 }
 
 #dashboard_quick_press form {
-       overflow: hidden;
        margin: 12px;
 }
 
@@ -571,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;
 }
 
@@ -658,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 {
@@ -694,18 +689,13 @@ form.initial-form.quickpress-open input#title {
        margin-right: 12px;
 }
 
-#activity-widget #the-comment-list .alternate,
-#activity-widget #the-comment-list .alt {
-       background: none;
-}
-
 #activity-widget #the-comment-list .comment-item {
        background: #fafafa;
        padding: 12px;
        position: relative;
 }
 
-#activity-widget #the-comment-list img {
+#activity-widget #the-comment-list .avatar {
        position: absolute;
        top: 13px;
 }
@@ -805,7 +795,7 @@ h3:hover .edit-box {
 }
 
 #dashboard-widgets h4 {
-       color: #222;
+       color: #23282d;
        font-weight: normal;
        font-size: 14px;
        margin: 0 0 .2em;
@@ -922,7 +912,6 @@ a.rsswidget {
 }
 
 .dashboard-comment-wrap {
-       overflow: hidden;
        word-wrap: break-word;
 }
 
@@ -1100,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;
        }
 }