Changeset 933
- Timestamp:
- 06/28/2012 05:43:44 AM (11 months ago)
- Location:
- trunk/admin
- Files:
-
- 2 modified
-
xcache.css (modified) (1 diff)
-
xcache.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/xcache.css
r892 r933 39 39 40 40 .switcher, h1 { text-align: center; display: block; } 41 .switcher * { color: blue; } 42 .switcher a.active { font-weight: bold; font-size: 130%; color: black; } 41 .switcher a { color: blue; padding: 0 8px 0 8px; border: 1px solid white; border-bottom-color: black; } 42 .switcher a:hover.active 43 , .switcher a:active.active 44 , .switcher a.active { color: black; text-decoration: none; background: #99C; border-color: #99C; border-left-color: black; border-right-color: black; } 45 .switcher a:hover { background: #f0f0f0; } 46 .switcher a:active { background: #e0e0e0; } 43 47 #help { display: block; float: right; } 44 48 .footnote { text-align: right; font-size: 12px; } -
trunk/admin/xcache.php
r902 r933 190 190 $html[] = sprintf('<a href="?%s=%s"%s>%s</a>', $name, $k, $k == $n ? ' class="active"' : '', $v); 191 191 } 192 return implode(' ', $html);192 return implode('', $html); 193 193 } 194 194

