Changeset 1399
- Timestamp:
- 06/17/2009 09:21:43 AM (15 months ago)
- Location:
- branches/1.2
- Files:
-
- 4 modified
-
actions/adminpages.php (modified) (1 diff)
-
actions/adminusers.php (modified) (1 diff)
-
css/light.css (modified) (2 diffs)
-
css/wikka.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/actions/adminpages.php
r1381 r1399 768 768 ' <td class="number'.(($c_color == 1)? ' c4' : '').'">'.$backlinkpage.'</td>'."\n". 769 769 ' <td class="number'.(($c_color == 1)? ' c5' : '').'">'.$refpage.'</td>'."\n". 770 ' <td class=" center">'.$revertpage.' :: '.$editpage.' :: '.$deletepage.' :: '.$clonepage.' :: '.$aclpage.'</td>'."\n".770 ' <td class="actions">'.$revertpage.' :: '.$editpage.' :: '.$deletepage.' :: '.$clonepage.' :: '.$aclpage.'</td>'."\n". 771 771 ' </tr>'."\n". 772 772 '</tbody>'."\n"; -
branches/1.2/actions/adminusers.php
r1381 r1399 507 507 ' <td class="number'.(($c_color == 1)? ' c2' : '').'">'.$changeslink.'</td>'."\n". #set column color 508 508 ' <td class="number'.(($c_color == 1)? ' c3' : '').'">'.$commentslink.'</td>'."\n". #set column color 509 ' <td class=" center">'.$deleteuser.'</td>'."\n".509 ' <td class="actions">'.$deleteuser.'</td>'."\n". 510 510 ' </tr>'."\n". 511 511 '</tbody>'."\n"; -
branches/1.2/css/light.css
r1398 r1399 735 735 736 736 table.data td.datetime { 737 color: #666; 738 font-size: 80%; 739 font-family: "Lucida Console", Monaco, monospace; 737 740 text-align: right; 738 741 white-space: nowrap; … … 841 844 border: 1px solid #CCC; 842 845 width: 100%; 846 } 847 848 table#adminusers td.actions { 849 text-align: center; 850 font-size: 70%; 851 font-family: Verdana, Arial, Helvetica, sans-serif; 843 852 } 844 853 -
branches/1.2/css/wikka.css
r1396 r1399 774 774 } 775 775 776 table#adminpages td.actions { 777 text-align: center; 778 font-size: 70%; 779 font-family: Verdana, Arial, Helvetica, sans-serif; 780 } 781 776 782 form#form_page_admin_panel fieldset { 777 783 line-height: 2em; … … 783 789 border: 1px solid #CCC; 784 790 width: 100%; 791 } 792 793 table#adminusers td.actions { 794 text-align: center; 795 font-size: 70%; 796 font-family: Verdana, Arial, Helvetica, sans-serif; 785 797 } 786 798