Changeset 2562


Ignore:
Timestamp:
07/19/10 21:45:44 (19 months ago)
Author:
seanschroeder
Message:

Tweaking dialog style

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/5.2/www/admin/css/jquery/default/jquery.ui.mura-theme.css

    r2558 r2562  
    13731373 
    13741374.ui-dialog .ui-dialog-titlebar { 
    1375         padding: .5em 1em .3em; 
     1375        padding: .5em 1em 0; 
    13761376        position: relative; 
    13771377} 
     
    14041404.ui-dialog .ui-dialog-content { 
    14051405        border: 0; 
    1406         padding: .5em 1em; 
     1406        padding: 0 1em; 
    14071407        background: none; 
    14081408        overflow: auto; 
     
    18531853} 
    18541854 
    1855 .ui-dialog .ui-icon-alert { 
    1856         background: url(../../../images/icons/stop_24.png) no-repeat left 50%; 
    1857         height: 28px; 
     1855/*.ui-dialog .ui-icon-alert { 
     1856        background: url(../../../images/icons/stop_24.png) no-repeat left top; 
     1857        height: 24px; 
    18581858        width: 24px; 
    18591859        margin-bottom: 0 !important; 
    18601860        line-height: 1; 
    1861 } 
     1861}*/ 
    18621862 
    18631863.ui-dialog .ui-dialog-titlebar-close span { 
     
    18671867} 
    18681868 
     1869/*.ui-dialog-title { 
     1870        background: url(../../../images/icons/flag_24x24.png) no-repeat left center; 
     1871        padding-left: 30px; 
     1872        line-height: 26px; 
     1873}*/ 
     1874 
    18691875.ui-dialog-content { 
    18701876        height: auto !important; 
    18711877} 
    18721878 
    1873 .ui-dialog-content p { 
     1879.ui-dialog-content { 
    18741880        font-size: 13px; 
    18751881        margin-bottom: 0; 
Note: See TracChangeset for help on using the changeset viewer.