Subversion Repositories Applications.gtt

Compare Revisions

Ignore whitespace Rev 109 → Rev 110

/trunk/presentation/styles/emeraude/emeraude.css
43,9 → 43,12
 
/* Présentation générale des tableaux */
table{border:1px dotted black;}
th{
thead th{
background-color:#486300;
color:white;}
tbody th{
text-align:left !important;
width:20%;}
td{text-align:center;}
tr.pair{background-color: #F1F2E7;}
caption{margin-top:1em;}
199,13 → 202,14
#connexion td{
width:50%;}
/* Tableau stats*/
tbody td.total{
width:5%;}
tr.categories,tr.absences{
height:1em;
font-size:1.2em;
text-align:left !important;
padding:1px;
margin:0 0.2em;
background-image: url('images/a2.gif');}
tr.total, tr.total th{
color:white;
font-weight:white;
background-color:#B30000;}
#tab_tps_w_mensuel_salarie{
width:100%;}
.entete{width:250px;}
215,4 → 219,10
display:inline;
float:none;
min-width:0;
font-weight:normal;}
font-weight:normal;}
#preferences .pr_no {
font-weight:bold;
width:30%;}
#preferences .pr_de {
font-size:0.8em;
text-align:left;}
/trunk/presentation/styles/disposition.css
5,8 → 5,13
body,h1,h2,p{
margin:0;
padding:0;}
legend{
margin:0 0 0 1em;}
legend{margin:0 0 0 1em;}
form {width:100%;}
label{
display:block;
float:left;
padding-right:5px;
min-width:150px;}
 
/* Disposition des éléments sur la page */
#zone_entete {
47,14 → 52,13
padding:0 0 0 5px;}
 
/* Détails */
#gestion {
width:100%;
text-align:center;}
#gestion input {width:80px;}
#gestion #btn_valider {
#gestion #btn_valider,.btn_large{
width:50%;
height:50px;
margin:5px auto;}
form.centre{
text-align:center;}
#calendrier_gestion table{
width:100%;
clear:both;}
67,11 → 71,6
#info_semaine{text-align:right;}
 
/*Formulaires*/
label{
display:block;
float:left;
padding-right:5px;
min-width:150px;}
.editer li{
display:block;
float:left;