Changeset 480

Show
Ignore:
Timestamp:
09/07/07 10:54:41 (1 year ago)
Author:
seancribbs
Message:

Remove invalid image alignment. Closes #496.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/radiant/CONTRIBUTORS

    r461 r480  
    44The following people have submitted changes which have been applied to the 
    55core: 
     6 
     7=== SVN 
     8* Sean Cribbs 
     9* Earl Chew 
     10* tolbrino 
    611 
    712=== 0.6.2 Jewel Carver 
  • trunk/radiant/app/views/admin/layout/index.rhtml

    r405 r480  
    1717    <tr class="node level-1"> 
    1818      <td class="layout"> 
    19         <%= image 'layout', :alt => 'layout-icon', :title => '', :align => 'center' %> 
     19        <%= image 'layout', :alt => 'layout-icon', :title => '' %> 
    2020        <%= link_to layout.name, layout_edit_url(:id => layout) %> 
    2121      </td> 
  • trunk/radiant/app/views/admin/layout/remove.rhtml

    r405 r480  
    66    <tr class="node level-1" onmouseover="Element.addClassName(this, 'highlight');" onmouseout="Element.removeClassName(this, 'highlight');"> 
    77      <td class="layout"> 
    8         <%= image 'layout', :alt => 'layout-icon', :title => '', :align => 'center' %> 
     8        <%= image 'layout', :alt => 'layout-icon', :title => '' %> 
    99        <%= @layout.name %> 
    1010      </td> 
  • trunk/radiant/app/views/admin/page/_node.rhtml

    r405 r480  
    88virtual_class = page.virtual? ? " virtual": "" 
    99 
    10 expander = children ? image((expanded ? "collapse" : "expand"), :class => "expander", :alt => 'toggle children', :title => '', :align => 'center') : "" 
     10expander = children ? image((expanded ? "collapse" : "expand"), :class => "expander", :alt => 'toggle children', :title => '') : "" 
    1111 
    1212icon_name = page.virtual? ? "virtual-page" : "page" 
    13 icon = image(icon_name, :class => "icon", :alt => 'page-icon', :title => '', :align => 'center'
     13icon = image(icon_name, :class => "icon", :alt => 'page-icon', :title => ''
    1414 
    1515title = %{<span class="title">#{ page.title }</span>} 
     
    1818page_type = display_name == 'Page' ? '' : %{<small class="info">(#{ display_name })</small>} 
    1919 
    20 spinner = image('spinner.gif', :class => 'busy', :id => "busy-#{page.id}", :alt => "", :title => "", :align => "center", :style => 'display: none;') 
     20spinner = image('spinner.gif', :class => 'busy', :id => "busy-#{page.id}", :alt => "", :title => "", :style => 'display: none;') 
    2121-%> 
    2222    <tr id="page-<%= page.id %>" class="node level-<%= level %><%= children_class %><%= virtual_class %>"> 
  • trunk/radiant/app/views/admin/snippet/index.rhtml

    r405 r480  
    1515    <tr class="node level-1"> 
    1616      <td class="snippet"> 
    17         <%= image "snippet", :class => "icon", :alt => 'snippet-icon', :title => '', :align => 'center' %> 
     17        <%= image "snippet", :class => "icon", :alt => 'snippet-icon', :title => '' %> 
    1818        <%= link_to snippet.name, snippet_edit_url(:id => snippet) %></span> 
    1919      </td> 
  • trunk/radiant/app/views/layouts/application.rhtml

    r405 r480  
    7171          <span class="separator"> | </span> 
    7272<% end -%> 
    73           <%= link_to image('view-site.gif', :alt => 'View Site', :title => '', :align => 'center'), homepage_url %> 
     73          <%= link_to image('view-site.gif', :alt => 'View Site', :title => ''), homepage_url %> 
    7474        </p> 
    7575      </div> 
  • trunk/radiant/public/stylesheets/admin/main.css

    r405 r480  
    55  padding: 0; 
    66} 
    7 img { border: 0; } 
     7img {  
     8        border: 0; 
     9        vertical-align: middle;  
     10
    811h3 { 
    912  font-size: 130%;