Make WordPress Core

Changeset 7195


Ignore:
Timestamp:
03/10/2008 05:42:08 AM (16 years ago)
Author:
ryan
Message:

Dashboard styling updates from mt. see #6120

Location:
trunk/wp-admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/css/dashboard.css

    r7194 r7195  
    136136
    137137div.dashboard-widget-submit {
    138     border-top-width: 1px;
    139     border-top-style: solid;
    140     margin: 10px 15px;
    141     padding-top: 10px;
    142 }
     138    border-top: 1px solid #ccc;
     139    padding: 1em 0 0 0;
     140    margin: 10px 0 0 0;
     141}
     142div.dashboard-widget-submit input {
     143    font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
     144    padding: 4px 6px;
     145    border: none;
     146    font-size: 13px;
     147    -moz-border-radius: 3px;
     148    -khtml-border-radius: 3px;
     149    -webkit-border-radius: 3px;
     150    border-radius: 3px;
     151    cursor: pointer;
     152    text-decoration: none; 
     153}
     154
    143155div.dashboard-widget-content ul, div.dashboard-widget-content ol, div.dashboard-widget-content dl {
    144156    margin: 0;
     
    160172div.dashboard-widget-content p.comment-meta {
    161173    font-size: 11px !important;
     174}
     175
     176#dashboard_secondary div.dashboard-widget {
     177    height: auto;
    162178}
    163179
     
    170186    display: block;
    171187    width: 19.95%;
    172     height: 6em;
    173     padding-bottom: 20px;
     188    padding-bottom: 10px;
    174189    margin: 0;
    175190    float: left;
     
    186201    font-family:Georgia,"Times New Roman",Times,serif;
    187202    font-size:18px;
    188     height:60px;
     203    line-height: 1.2em;
     204    height:90px;
    189205    overflow:hidden;
    190206}
    191207
    192208#dashboard_secondary div.dashboard-widget-content ul li a {
    193     background: #ddd none repeat scroll 0%;
    194209    display: block;
    195210    height:100%;
     
    198213    text-decoration: none;
    199214    padding: .5em;
     215    border-right: 1px solid #dadada;
     216    border-bottom: 1px solid #dadada;
    200217}
    201218
    202219#dashboard_secondary div.dashboard-widget-content ul li a cite {
    203220    display: block;
     221    font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
    204222}
    205223
  • trunk/wp-admin/wp-admin.css

    r7194 r7195  
    11951195    list-style: none;
    11961196    margin: -28px 5px -2px 0;
     1197    position: relative;
    11971198}
    11981199
Note: See TracChangeset for help on using the changeset viewer.