Plugin Directory

Changeset 785664


Ignore:
Timestamp:
10/10/2013 03:46:47 AM (11 years ago)
Author:
lessbloat
Message:

Various CSS tweaks to a couple of the dashboard widgets.

Location:
dashboard/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • dashboard/trunk/css/quickdraft.css

    r785468 r785664  
    9292}
    9393
     94#draft-list {
     95    margin: 0;
     96}
     97
    9498#draft-list li {
    9599    margin-bottom: 1em;
     100}
     101
     102#draft-list li:last-child {
     103    margin-bottom: 0;
    96104}
    97105
  • dashboard/trunk/css/rightnow.css

    r779738 r785664  
    1212
    1313#dash-right-now .main p {
    14     margin-top: 10px;
     14    margin-top: 0;
    1515}
    1616
    17 #dash-right-now ul,
     17#dash-right-now ul {
     18    margin: 0;
     19    overflow: hidden;
     20}
     21
    1822.mu-storage {
    1923    overflow: hidden;
  • dashboard/trunk/css/wpnews.css

    r785449 r785664  
    3030}
    3131
     32.dashboard-widget-control-form p {
     33    margin-top: 0;
     34}
     35
    3236body #dashboard-widgets .postbox form .submit {
    33     margin: 0 0 12px;
     37    margin: 0;
    3438}
  • dashboard/trunk/rightnow.php

    r779738 r785664  
    9797    ?>
    9898    </ul>
    99     <p><?php printf( __('<b>WordPress %1$s</b> running %2$s theme.' ), get_bloginfo( 'version', 'display' ), $theme_name ); ?></p>
     99    <p><?php printf( __('<strong>WordPress %1$s</strong> running %2$s theme.' ), get_bloginfo( 'version', 'display' ), $theme_name ); ?></p>
    100100    </div>
    101101
Note: See TracChangeset for help on using the changeset viewer.