Changeset 23

Show
Ignore:
Timestamp:
10/22/07 16:57:01 (10 months ago)
Author:
francois
Message:

added hover effect for moderation actions

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/INSTALL

    r22 r23  
    206206    $ php symfony propel-load-data frontend 
    207207 
    208  
    209208Managing users, forums and categories 
    210209------------------------------------- 
     
    214213    http://motyle.mysite.com/forumAdmin 
    215214     
    216 You will be requested to log in. The default administrator login and password are admin/admin. You can use the administration interface to change those (and you should). 
     215You will be requested to log in. The default administrator login and password are admin/admin. You can use the administration interface to change the default administrator login (and you should). 
    217216 
    218217Forum configuration 
  • trunk/TODO

    r19 r23  
    22 * Rich text in posts with sfSimpleForum_PayloadFilterChain 
    33 * Mail alerts with sfPropelNotificationBehaviorPlugin 
    4  * Implement emails with sfSwiftPlugin 
     4 * Implement emails with Swift 
    55 * Make a default module for 404 and secure pages, with Motyle design 
  • trunk/web/css/forum.css

    r14 r23  
    122122  background-color: #ade; 
    123123} 
     124 
     125.inactive .post_actions li:before 
     126{ 
     127  content: ''; 
     128} 
     129 
     130.inactive .post_actions a 
     131{ 
     132  color: white!important; 
     133}