Changeset 4946
- Timestamp:
- 10/30/09 09:25:30 (4 weeks ago)
- Location:
- branches/greyhound
- Files:
-
- 3 modified
-
mt-static/css/structure.css (modified) (3 diffs)
-
tmpl/cms/edit_comment.tmpl (modified) (1 diff)
-
tmpl/cms/edit_ping.tmpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/greyhound/mt-static/css/structure.css
r4943 r4946 137 137 .plugin-actions select { 138 138 margin-right: 2px; 139 } 140 141 #edit-comment #text-field textarea, 142 #edit-ping #text-field textarea { 143 height: 12em; 139 144 } 140 145 … … 886 891 } 887 892 ul.sub-menu a:active, 888 ul.sub-menu a:hover, 893 ul.sub-menu a:hover { 894 background-color: #e7e7eb; 895 color: #2b2b2b; 896 } 897 889 898 ul.sub-menu a.current { 890 899 background-color: #dcdddd; … … 3275 3284 3276 3285 /* - Edit Comment, Ping */ 3277 #edit-comment textarea,3278 #edit-ping textarea {3279 height: 12em;3280 }3281 3286 3282 3287 /* - Edit Role */ -
branches/greyhound/tmpl/cms/edit_comment.tmpl
r4863 r4946 4 4 <mt:if name="saved"> 5 5 <mtapp:statusmsg 6 id="saved"6 id="saved" 7 7 class="success"> 8 8 <__trans phrase="Your changes have been saved."> -
branches/greyhound/tmpl/cms/edit_ping.tmpl
r4823 r4946 175 175 <mtapp:setting 176 176 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">">' 178 178 content_class="field-content-text" 179 179 hint=""
