ajout d'une interface pour la gestion des machines
darcs-hash:20061110134614-f46e9-a636e37c33caab306cfd87e565f2fad28c78596f.gz
This commit is contained in:
parent
f4d5e3c798
commit
4e7c67e33b
14 changed files with 1124 additions and 406 deletions
|
@ -28,8 +28,8 @@ Copyright (c) 2006 by www.crans.org
|
|||
/* STYLE GLOBAL
|
||||
- body
|
||||
- liens
|
||||
- titres
|
||||
- images
|
||||
- messages
|
||||
- aides
|
||||
- ...
|
||||
*/
|
||||
|
||||
|
@ -60,8 +60,6 @@ div#pageContent {
|
|||
}
|
||||
|
||||
/**************************************************************************/
|
||||
|
||||
|
||||
/* LE HAUT DES PAGES
|
||||
- le logo a gauche
|
||||
- petit menu a droite
|
||||
|
@ -126,6 +124,55 @@ ul#main_topContentMenu hr, div#topMenu h1 {
|
|||
margin:5px;
|
||||
}
|
||||
|
||||
|
||||
/**************************************************************************
|
||||
* Messages
|
||||
* (les messages affichés sur les pages pour indiquer le bon déroulement
|
||||
* ou non d'une action)
|
||||
**************************************************************************/
|
||||
#_crans_main_message_place_holder {
|
||||
height:0;
|
||||
overflow:visible;
|
||||
position:absolute;
|
||||
top:100px;
|
||||
width:100%;
|
||||
}
|
||||
|
||||
.messageText {
|
||||
padding:2px 10px;
|
||||
display:block;
|
||||
}
|
||||
|
||||
.message {
|
||||
padding: 0;
|
||||
background: #fad163;
|
||||
width: 300px;
|
||||
text-align: center;
|
||||
margin : 1px auto 10px auto;
|
||||
}
|
||||
.errorMessage {
|
||||
display:block;
|
||||
background:white;
|
||||
border:2px #cc0000 solid;
|
||||
padding:5px;
|
||||
text-align:center;
|
||||
min-width:230px;
|
||||
max-width:430px;
|
||||
font-weight:bold;
|
||||
margin : 1px auto 10px auto;
|
||||
}
|
||||
|
||||
#_crans_main_message_chargement {
|
||||
background:#cc0000;
|
||||
position:fixed;
|
||||
top:1px;
|
||||
right:1px;
|
||||
z-index:1000;
|
||||
display:none;
|
||||
padding:2px 3px;
|
||||
color:white;
|
||||
}
|
||||
|
||||
/**************************************************************************
|
||||
* DIVERS
|
||||
**************************************************************************/
|
||||
|
@ -142,56 +189,8 @@ ul#main_topContentMenu hr, div#topMenu h1 {
|
|||
display:none;
|
||||
}
|
||||
|
||||
|
||||
div.visualClear {clear:both;}
|
||||
|
||||
div.framed_gray {
|
||||
border:5px solid #e2e2e2; /* #acc0ff */
|
||||
background-color:#f2f2f2;
|
||||
padding:10px;
|
||||
}
|
||||
|
||||
div.framed_gray fieldset {
|
||||
border-width:2px;
|
||||
border-style:solid none none none;
|
||||
border-color:#a2a2a2;
|
||||
padding:10px;
|
||||
margin:10px 10px;
|
||||
}
|
||||
|
||||
div.framed_gray fieldset legend {
|
||||
color:#a2a2a2;
|
||||
}
|
||||
|
||||
div.framed_gray fieldset ul {
|
||||
list-style-type:none;
|
||||
margin:0;
|
||||
padding:0;
|
||||
}
|
||||
|
||||
div.framed_gray fieldset ul li {
|
||||
float:left;
|
||||
height:70px;
|
||||
width:100px;
|
||||
margin:5px;
|
||||
display:block;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
div.framed_gray fieldset ul li span {
|
||||
margin-bottom:0;
|
||||
display:block;
|
||||
}
|
||||
div.framed_gray fieldset ul a {
|
||||
color:black;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
div.framed_gray fieldset ul li img {
|
||||
margin:2px auto;
|
||||
width:32px;
|
||||
height:32px;
|
||||
}
|
||||
|
||||
.aide {
|
||||
font-size:0.8em;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue