- Timestamp:
- Jan 17, 2011, 9:49:14 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/themes/default/default-layout.css
r8382 r8725 399 399 vertical-align: top; 400 400 margin: 0 0.5em 0 0; 401 }402 403 FORM.filter FIELDSET UL.tagSelection LI LABEL INPUT {404 margin-right:0;405 401 } 406 402 -
trunk/include/functions_html.inc.php
r8665 r8725 259 259 $output.= 260 260 '>' 261 . ' '.$tag['name']261 .$tag['name'] 262 262 .'</label>' 263 263 .'</li>' -
trunk/include/template.class.php
r8722 r8725 619 619 $content[]= '<script type="text/javascript">'; 620 620 $content[]= '(function() { 621 var after = document.getElementsByTagName(\'script\')[document.getElementsByTagName(\'script\').length-1]; 622 var s;'; 621 var s,after = document.getElementsByTagName(\'script\')[document.getElementsByTagName(\'script\').length-1];'; 623 622 foreach ($scripts[1] as $id => $script) 624 623 { -
trunk/themes/default/theme.css
r8637 r8725 550 550 } 551 551 552 .filter .tagSelection LI LABEL INPUT {553 margin-right:0;554 }555 552 556 553
Note: See TracChangeset
for help on using the changeset viewer.