Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 198 → Rev 199

/trunk/sites/admin/fr/styles/admin.css
15,7 → 15,7
| You should have received a copy of the GNU General Public License along with Foobar; if not, write to |
| the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
+---------------------------------------------------------------------------------------------------------+
CVS : $Id: admin.css,v 1.8 2004-11-26 19:11:05 jpm Exp $
CVS : $Id: admin.css,v 1.9 2004-12-01 17:42:30 jpm Exp $
===========================================================================================================
DESCRIPTION : Fichier de style du site d'administration de Papyrus.
27,7 → 27,7
 
===========================================================================================================
AUTEUR : $Author: jpm $
VERSION : $Revision: 1.8 $ $Date: 2004-11-26 19:11:05 $
VERSION : $Revision: 1.9 $ $Date: 2004-12-01 17:42:30 $
======================================================================================================= */
 
/* +----------------------------------------------------------------------------------------------------+
107,12 → 107,24
 
#moteur_recherche {
position : absolute;
top: 10%;
right: 0%;
height: 10%;
width: 40%;
bottom: 0%;
right: 200px;
margin: 0%;
padding: 0%;
height: 40%;
}
#moteur_recherche fieldset {
border: 0px;
margin: 1px;
padding: 1px;
text-align: right;
}
#moteur_recherche legend {
display: none;
}
#moteur_recherche label {
display:none;
}
 
#zone_menu {
position : absolute;
319,6 → 331,9
/* +--Fin des CSS ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.8 2004/11/26 19:11:05 jpm
* Modification de la css des menus communs.
*
* Revision 1.7 2004/11/15 17:43:33 jpm
* Changement de nom de classes.
*