Add 'view_profile' and 'search' actions in logger.
[platal.git] / htdocs / css / base.css
index a5c499f..ee6d3f2 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *  Copyright (C) 2003-2007 Polytechnique.org                              *
+ *  Copyright (C) 2003-2008 Polytechnique.org                              *
  *  http://opensource.polytechnique.org/                                   *
  *                                                                         *
  *  This program is free software; you can redistribute it and/or modify   *
@@ -57,4 +57,9 @@
 .ac_loading {
        background:window url(../images/wait.gif) no-repeat scroll right center;
 }
+
+.hidden_valid {
+       background-color: #bfb;
+}
+
 /* vim: set et ts=4 sts=4 sw=4: */