Rev 11999 |
Rev 12654 |
Go to most recent revision |
Blame |
Compare with Previous |
Last modification |
View Log
| RSS feed
/* ****** SEQUENCE ******** */
.wims_seq, .wims_sheet {
position: relative;
/*padding: 2.5em 0 0 1em;*/
margin:10px;
border: thin solid;
border-bottom: 2px solid #888;
border-right: 2px solid #888;
}
.wims_title_seq{
margin: 0;
padding:.5em;
border-bottom:thin solid gray;
font-size: 1.3em;
}
.wims_work_list a {text-decoration: none}
.wims_work_list a:hover {text-decoration:underline}
.wims_seq .wims_desc_item {color:#804000}
.wims_seq .wims_status{font-size: 80%}
.wims_seq_id{
font-weight:bold;
padding-right:.3em;
border-right:1px solid;
}
.wims_content_seq, .wims_comment_item{
padding:.5em;
}
.wims_work_legend li{
padding: 2px .3em;
}
/* numero pour les item d'une sequence */
.wims_seq_item_n {
padding: 3px 6px;
border:1px solid gray;
border-radius: 20px;
}
/* ****** END OF SEQUENCES ******** */