Ignore:
Timestamp:
Jan 20, 2014 9:42:13 PM (10 years ago)
Author:
anonymous
Message:

Removed use of requireAccessClearance(). Adjusted sequence of sslOn() and requireLogin(). Added ACL::requireAllow() method. Added arguments to SortOrder::set(). Changed behavior of Validator::validateStrDate(). Added use of Validator::validateStrDate() to module maker templates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/css/admin2.inc.css

    r455 r457  
    211211}
    212212
    213 table.list td, #commandbox table td {
     213table.list td, #commandbox table td, .commandbox table td {
    214214    font-size: 70%;
    215215    padding: 2px 6px 2px 2px;
     
    218218}
    219219
    220 table.list tr:hover, #commandbox table tr:hover {
     220table.list tr:hover, #commandbox table tr:hover, .commandbox table tr:hover {
    221221    background: #FAF8C7;
    222222}
     
    224224/*_____________________ COMMANDS ____________________*/
    225225
    226 /* Should this be an ID??? */
    227 #commandbox
     226/* We were using an ID, now using class. */
     227#commandbox, .commandbox
    228228{
    229229    padding: 3px 5px 5px 5px;
     
    240240}
    241241
    242 #commandbox form {
     242#commandbox form, .commandbox form {
    243243    margin: 8px 0 0 0;
    244244}
Note: See TracChangeset for help on using the changeset viewer.