Changeset 2498

Show
Ignore:
Timestamp:
06/03/08 23:28:50 (21 months ago)
Author:
bsmith
Message:

bugzid:80009 - fixing label/field styling on Confirm Publishing Configuration

Location:
branches/release-39
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/release-39/lib/MT/CMS/Tools.pm

    r1906 r2498  
    14301430    } 
    14311431    $param->{name} = $q->param('current_file'); 
     1432    $param->{screen_id} = "adjust-sitepath"; 
    14321433    $app->load_tmpl( 'dialog/adjust_sitepath.tmpl', $param ); 
    14331434} 
  • branches/release-39/mt-static/css/structure.css

    r2485 r2498  
    17001700.edit-folder #main-content .field .field-content, 
    17011701.edit-category #main-content .field .field-content, 
    1702  #main-content .field-left-label .field-content { 
     1702#adjust-sitepath .field-left-label .field-content, 
     1703#main-content .field-left-label .field-content { 
    17031704    margin-left: 130px; 
    17041705} 
     
    45804581    background-color: #fafafa; 
    45814582    height: 258px; 
    4582     width: 738px; 
     4583    width: 718px; 
    45834584} 
    45844585.dialog .import-process {