Changeset 4303
- Timestamp:
- 09/10/09 11:18:54 (6 months ago)
- Location:
- branches/greyhound
- Files:
-
- 4 modified
-
mt-static/css/hacks/ie.css (modified) (1 diff)
-
mt-static/css/hacks/ie6.css (modified) (2 diffs)
-
mt-static/css/structure.css (modified) (3 diffs)
-
tmpl/cms/include/entry_table.tmpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/greyhound/mt-static/css/hacks/ie.css
r4302 r4303 139 139 } 140 140 141 142 143 141 /* - fake display: inline-block; */ 144 142 .ui-tabs-nav li, -
branches/greyhound/mt-static/css/hacks/ie6.css
r4302 r4303 47 47 48 48 .batch-edit table input.text { 49 width: auto;49 width: 99%; 50 50 } 51 51 … … 138 138 } 139 139 140 /* - Listing */141 .batch-edit .entry-listing-table {142 table-layout: auto;143 }144 145 140 /* - List Theme */ 146 141 -
branches/greyhound/mt-static/css/structure.css
r4269 r4303 119 119 120 120 #notification-listing-table input[type="text"], 121 .batch-edit input[type="text"], 122 .batch-edit select { 121 .batch-edit input[type="text"] { 123 122 width: 100%; 124 123 } … … 1576 1575 } 1577 1576 .listing #folder-listing-table, 1578 .listing #category-listing-table { 1577 .listing #category-listing-table, 1578 .batch-edit .listing .entry-listing-table { 1579 1579 table-layout: auto; 1580 1580 } … … 1764 1764 } 1765 1765 .batch-edit .datetime { 1766 width: 1 8%;1766 width: 14em; 1767 1767 } 1768 1768 -
branches/greyhound/tmpl/cms/include/entry_table.tmpl
r4256 r4303 123 123 <mt:else> 124 124 <input type="hidden" name="title_<$mt:var name="id"$>" value="" /> 125 <input name="no_title_<$mt:var name="id"$>" style="color:#999;" value="<$mt:var name="title_short" escape="html"$>" onfocus="if(this.value=='<$mt:var name="title_short" escape="js"$>'){this.value=''; this.style.color='#000';};" onblur="if((this.value=='<$mt:var name="title_short" escape="js"$>') || (this.value=='')){ this.value = '<$mt:var name="title_short" escape="js"$>'; this.style.color='#999'; }else{ title_<$mt:var name="id"$>.value=this.value; };" />125 <input type="text" name="no_title_<$mt:var name="id"$>" style="color:#999;" value="<$mt:var name="title_short" escape="html"$>" onfocus="if(this.value=='<$mt:var name="title_short" escape="js"$>'){this.value=''; this.style.color='#000';};" onblur="if((this.value=='<$mt:var name="title_short" escape="js"$>') || (this.value=='')){ this.value = '<$mt:var name="title_short" escape="js"$>'; this.style.color='#999'; }else{ title_<$mt:var name="id"$>.value=this.value; };" /> 126 126 </mt:if> 127 127 <mt:else>
