Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 225 → Rev 226

/trunk/presentations/styles/eflore.css
475,4 → 475,155
#ef-resultats-nv-determination .nom ul, li{
margin: 0;
margin-bottom: 5px
}
}
 
 
/*----------------------------------------------------------------------------------------------------------*/
/* Fiche */
#bloc-fiche h1 {
background: none repeat scroll 0 0 transparent;
padding: 0 0 0 20px;
}
#zone_contenu_fiche { /* fond des onglets */
border:solid 1px #DDD;
border-width:0px 1px 1px 1px;
background-color:#FFFFFF;
width:100%;
min-height:300px;
clear:left;
padding-top: 0.4em;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { /* onglets + blocs */
border-bottom-right-radius: 0;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { /* onglets + blocs */
border-bottom-left-radius: 0;
}
 
.colonne {
float:left;
padding-bottom:10px;
width:33%;
margin: 0 1px;
}
 
/* bloc */
.module {
margin: 0 1em 0.5em 0;
width: 99%;
}
.module .titre{
padding-bottom: 4px;
padding-left: 0.2em;
cursor:move;
}
.module .titre .ui-icon {
float: right;
}
.lienToggle { /* +/- du titre */
cursor:pointer
}
.module .contenu {
padding: 0.4em;
}
 
.ui-sortable-placeholder { /* déplacement bloc */
border: 1px dotted black;
visibility: visible !important;
height: 50px !important;
}
.ui-sortable-placeholder * {
visibility: hidden;
}
 
/* Onglets */
#zone_onglets {
margin-top: 0.1em;
border-width: 1px 1px 0 1px;
border-radius:0;
width:100%;
font-size:12px
}
#zone_onglets .ui-tabs { /* taille de la barre d'onglets */'
padding:0;
position: relative;
}
.ui-tabs .ui-tabs-nav li a {
float: left;
padding: 0.3em 1em;
text-decoration: none;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { /* couleur des onglets */
color: #9AC343;
text-decoration: none;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
color: #EB8F00;
text-decoration: none;
}
#zone_onglets ul li {
list-style:none;
}
#zone_onglets li {
float:left;
}
#zone_onglets li .ui-icon-close {
float: left;
margin: 0.4em 0.2em 0 0;
cursor: pointer;
}
#zone_onglets li a.lien-onglet {
overflow: hidden;
text-decoration: none;
border-bottom: none;
}
#zone_onglets li a.lien-onglet hover {
overflow: hidden;
text-decoration: none;
border-bottom: none;
}
/* Menu et + */
#zone_onglets #ongletEtPlus {
cursor: pointer;
float:right;
z-index:2001;
}
#zone_onglets #ongletEtPlus a {
border-bottom: none;
}
#lienOngletEtPlus { /* icone */
width:6px;
}
.menuModules { /* liste */
left: 495px;
width: 187px;
position: absolute;
border: 1px solid #DCD1CC;
margin: 0px;
padding: 0px;
top: 30px;
z-index:2000;
background-color: #F9F9F9;
color: #9AC343;
font-weight: bold;
}
.elementMenuModules { /* element de la liste */
display:block;
border: 1px solid white;
width: 150px;
padding: 10px 10px 10px 25px;
margin:0px;
cursor: pointer;
}
.elementMenuModules:hover {
background-color: #FEBF01;
}
.elementMenuModulesSelectionne {
background-color: #F6AF39;
color: white;
}
 
 
#dialog label, #dialog input { display:block; }
#dialog label { margin-top: 0.5em; }
#dialog input, #dialog textarea { width: 95%; }