| Current Path : /home/balossw/www/temp/common/media/css/ |
| Current File : /home/balossw/www/temp/common/media/css/common.css |
/*---------------------------------------------------------------------------
File name ............ common/media/css/common.css
Author ............... Antoine Lemoine
Creation date ........ 02.09.2009
Modification date .... 02.09.2009
---------------------------------------------------------------------------*/
* {
padding: 0;
margin: 0;
}
body {
background-color: #ffffff;
color: #000000;
}
table {
font-size: 1em;
}
.clear {
clear: both;
font-size: 0.1em; /* correction d'un bug IE */
height: 0;
}
td.left, th.left {
text-align: left;
}
td.right, th.right {
text-align: right;
}
td.center, th.center {
text-align: center;
}
.hidden {
display: none;
}
.stacktrace {
position: absolute;
width: 80%;
left: 10%;
top: 30px;
z-index: 100;
background-color: #f88;
border: solid 2px #c00;
padding: 10px 20px;
}