Changeset 1627
- Timestamp:
- 01/27/08 07:45:18 (4 months ago)
- Files:
-
- trunk/app/views/admin/themes/index.html.erb (modified) (1 diff)
- trunk/lang/it_IT.rb (added)
- trunk/public/stylesheets/administration.css (modified) (18 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/app/views/admin/themes/index.html.erb
r1614 r1627 13 13 <div class="preview"> 14 14 <% 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)) %> 16 16 <% 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) %> 18 18 <% end %> 19 19 </div> trunk/public/stylesheets/administration.css
r1578 r1627 21 21 height: 36px; 22 22 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; 24 24 font: 12px Tahoma, Helvetica, sans-serif; 25 25 } … … 49 49 color: #333; 50 50 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; 52 52 } 53 53 … … 55 55 #topnav ul li a:hover { 56 56 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; 58 58 } 59 59 … … 61 61 #topnav ul li a.current { 62 62 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; 64 64 } 65 65 … … 239 239 240 240 .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; 242 242 text-align: left; 243 243 font-weight: bold; … … 249 249 250 250 .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; 252 252 } 253 253 254 254 .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; 256 256 } 257 257 .list table th a { … … 285 285 286 286 .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; 288 288 padding: 5px 20px; 289 289 margin-bottom: 15px; … … 504 504 /* OK */ 505 505 #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; 507 507 color: #000; 508 508 margin: 0 0 10px 0; … … 517 517 /* OK */ 518 518 .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; 520 520 color: #fff; 521 521 cursor: move; … … 532 532 /* OK */ 533 533 .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; 535 535 width: 300px; 536 536 } … … 725 725 .submit { 726 726 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; 728 728 font: 14px "Trebuchet MS", Helvetica, sans-serif; 729 729 } … … 746 746 #loginform div.form { 747 747 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; 749 749 margin-bottom: 10px; 750 750 padding: 30px 10px 10px; … … 754 754 #loginform h3 { 755 755 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; 757 757 } 758 758 … … 813 813 814 814 #flash .notice { 815 background: url(" /images/admin/bc-bg.gif") #ccc repeat-x;815 background: url("../images/admin/bc-bg.gif") #ccc repeat-x; 816 816 border: 1px solid #336699; 817 817 } … … 878 878 padding: 0; 879 879 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; 881 881 font-size: 14px; 882 882 font-weight: normal; … … 885 885 /* OK */ 886 886 .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; 888 888 display: block; 889 889 padding: 0 3px; … … 917 917 .theme-filer { 918 918 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; 920 920 padding: 5px 0; 921 921 margin-bottom: 15px; … … 933 933 934 934 #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; 936 936 color: #fff; 937 937 cursor: move;
