Changeset 1627

Show
Ignore:
Timestamp:
01/27/08 07:45:18 (4 months ago)
Author:
neuro
Message:

Added Italian support
Fixed the absolute URL CSS bugs when typo blog is not at the root

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/app/views/admin/themes/index.html.erb

    r1614 r1627  
    1313  <div class="preview"> 
    1414    <% if theme.path == @active.path -%> 
    15       <%= image_tag(url_for(:action => 'preview', :theme => theme.name)) %> 
     15      <%= image_tag(url_for(:action => 'preview', :theme => theme.name, :skip_relative_url_root => true)) %> 
    1616    <% else %> 
    17       <%= link_to(image_tag(url_for(:action => 'preview', :theme => theme.name)), :action => 'switchto', :theme => theme.name) %> 
     17      <%= link_to(image_tag(url_for(:action => 'preview', :theme => theme.name, :skip_relative_url_root => true)), :action => 'switchto', :theme => theme.name) %> 
    1818    <% end %> 
    1919    </div> 
  • trunk/public/stylesheets/administration.css

    r1578 r1627  
    2121  height: 36px; 
    2222  margin: 0; 
    23   background: transparent url("/images/admin/bgoff.png") repeat-x top left; 
     23  background: transparent url("../images/admin/bgoff.png") repeat-x top left; 
    2424  font: 12px Tahoma, Helvetica, sans-serif; 
    2525} 
     
    4949  color: #333; 
    5050  text-transform: capitalize; 
    51   background: transparent url("/images/admin/bgdivider.png") no-repeat top right; 
     51  background: transparent url("../images/admin/bgdivider.png") no-repeat top right; 
    5252} 
    5353 
     
    5555#topnav  ul li a:hover { 
    5656  color: #fff; 
    57   background: #fff url("/images/admin/bgover.png") repeat-x top left; 
     57  background: #fff url("../images/admin/bgover.png") repeat-x top left; 
    5858} 
    5959 
     
    6161#topnav ul li a.current { 
    6262  color: #fff; 
    63   background: #fff url("/images/admin/bgselected.png") repeat-x top left; 
     63  background: #fff url("../images/admin/bgselected.png") repeat-x top left; 
    6464} 
    6565 
     
    239239 
    240240.list table th { 
    241         background: url("/images/admin/table-header.png") #324e79 repeat-x; 
     241        background: url("../images/admin/table-header.png") #324e79 repeat-x; 
    242242  text-align: left; 
    243243  font-weight: bold; 
     
    249249 
    250250.list table th.first { 
    251         background: url("/images/admin/table-header-first.png") #324e79 top left no-repeat; 
     251        background: url("../images/admin/table-header-first.png") #324e79 top left no-repeat; 
    252252} 
    253253 
    254254.list table th.last { 
    255         background: url("/images/admin/table-header-last.png") #324e79 top right no-repeat; 
     255        background: url("../images/admin/table-header-last.png") #324e79 top right no-repeat; 
    256256} 
    257257.list table th a { 
     
    285285 
    286286.paginate { 
    287   background: url("/images/admin/bc-bg.gif") repeat-x top left; 
     287  background: url("../images/admin/bc-bg.gif") repeat-x top left; 
    288288  padding: 5px 20px; 
    289289  margin-bottom: 15px; 
     
    504504/* OK */ 
    505505#available h3, #active h3, #cnt-active h3 { 
    506   background: url("/images/admin/bc-bg.gif") #b5b5b5 top left repeat-x; 
     506  background: url("../images/admin/bc-bg.gif") #b5b5b5 top left repeat-x; 
    507507  color: #000; 
    508508  margin: 0 0 10px 0; 
     
    517517/* OK */ 
    518518.handle { 
    519         background: url("/images/admin/table-header-first.png") #324e79 top left no-repeat; 
     519        background: url("../images/admin/table-header-first.png") #324e79 top left no-repeat; 
    520520        color: #fff; 
    521521  cursor: move; 
     
    532532/* OK */ 
    533533.dragitem { 
    534         background: url("/images/admin/loginformbg.png") #fff bottom left no-repeat; 
     534        background: url("../images/admin/loginformbg.png") #fff bottom left no-repeat; 
    535535  width: 300px; 
    536536} 
     
    725725.submit { 
    726726        width: 260px; 
    727         background: url("/images/admin/bc-bg.gif") #b5b5b5 top left repeat-x; 
     727        background: url("../images/admin/bc-bg.gif") #b5b5b5 top left repeat-x; 
    728728        font: 14px "Trebuchet MS", Helvetica, sans-serif; 
    729729} 
     
    746746#loginform div.form { 
    747747  border: none; 
    748   background: url("/images/admin/loginformbg.png") #fff bottom left no-repeat; 
     748  background: url("../images/admin/loginformbg.png") #fff bottom left no-repeat; 
    749749  margin-bottom: 10px; 
    750750  padding: 30px 10px 10px; 
     
    754754#loginform h3 { 
    755755        text-align: left; 
    756         background: url("/images/admin/bgoff.png") #f00 repeat-x top left; 
     756        background: url("../images/admin/bgoff.png") #f00 repeat-x top left; 
    757757} 
    758758 
     
    813813 
    814814#flash .notice { 
    815   background: url("/images/admin/bc-bg.gif") #ccc repeat-x; 
     815  background: url("../images/admin/bc-bg.gif") #ccc repeat-x; 
    816816  border: 1px solid #336699; 
    817817} 
     
    878878        padding: 0; 
    879879        margin: 0; 
    880         background: url("/images/admin/table-header-first.png") #324e79 top left no-repeat; 
     880        background: url("../images/admin/table-header-first.png") #324e79 top left no-repeat; 
    881881        font-size: 14px; 
    882882        font-weight: normal; 
     
    885885/* OK */ 
    886886.dashboard h3 span { 
    887         background: url("/images/admin/table-header-last.png") top right no-repeat; 
     887        background: url("../images/admin/table-header-last.png") top right no-repeat; 
    888888        display: block; 
    889889        padding: 0 3px; 
     
    917917.theme-filer { 
    918918        width: 300px; 
    919         background: url('/images/admin/loginformbg.png') no-repeat scroll left bottom; 
     919        background: url('../images/admin/loginformbg.png') no-repeat scroll left bottom; 
    920920        padding: 5px 0; 
    921921        margin-bottom: 15px; 
     
    933933 
    934934#theme_list h3 { 
    935         background: url("/images/admin/table-header-first.png") #324e79 top left no-repeat; 
     935        background: url("../images/admin/table-header-first.png") #324e79 top left no-repeat; 
    936936        color: #fff; 
    937937  cursor: move;