Changeset 4946

Show
Ignore:
Timestamp:
10/30/09 09:25:30 (4 weeks ago)
Author:
kaminogoya
Message:

Modified text-field style for edit comment/ping screen. BugzID #102965

Location:
branches/greyhound
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • branches/greyhound/mt-static/css/structure.css

    r4943 r4946  
    137137.plugin-actions select {  
    138138    margin-right: 2px; 
     139} 
     140 
     141#edit-comment #text-field textarea,  
     142#edit-ping #text-field textarea {  
     143    height: 12em; 
    139144} 
    140145 
     
    886891} 
    887892ul.sub-menu a:active,  
    888 ul.sub-menu a:hover,  
     893ul.sub-menu a:hover {  
     894    background-color: #e7e7eb; 
     895    color: #2b2b2b; 
     896} 
     897 
    889898ul.sub-menu a.current {  
    890899    background-color: #dcdddd; 
     
    32753284 
    32763285/* - Edit Comment, Ping */ 
    3277 #edit-comment textarea,  
    3278 #edit-ping textarea {  
    3279     height: 12em; 
    3280 } 
    32813286 
    32823287/* - Edit Role */ 
  • branches/greyhound/tmpl/cms/edit_comment.tmpl

    r4863 r4946  
    44    <mt:if name="saved"> 
    55        <mtapp:statusmsg 
    6             id="saved" 
     6           id="saved" 
    77            class="success"> 
    88            <__trans phrase="Your changes have been saved."> 
  • branches/greyhound/tmpl/cms/edit_ping.tmpl

    r4823 r4946  
    175175    <mtapp:setting 
    176176        id="target_entry" 
    177         label="<__trans phrase="Target [_1]" params="<$mt:var name="target_label">">" 
     177        label='<__trans phrase="Target [_1]" params="<$mt:var name="target_label">">' 
    178178        content_class="field-content-text" 
    179179        hint=""