Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 219 | Rev 222 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 219 Rev 221
Line 1... Line 1...
1
<style>
1
<style>
-
 
2
	#bloc-fiche h1 {
-
 
3
		background: none repeat scroll 0 0 transparent;
-
 
4
		padding: 0 0 0 20px;
-
 
5
	}
2
	#zone_contenu_fiche {
6
	#zone_contenu_fiche {
3
		border:solid 1px #DDD;
7
		border:solid 1px #DDD;
4
		border-width:0px 1px 1px 1px;
8
		border-width:0px 1px 1px 1px;
-
 
9
		background-color:#FFFFFF;
5
		width:100%;
10
		width:100%;
6
		min-height:400px;
11
		min-height:300px;
7
		clear:left;
12
		clear:left;
8
		
-
 
-
 
13
		padding-top: 0.4em;
9
	}
14
	}
Line 10... Line 15...
10
	
15
	
11
	.module {margin: 0 1em 0.5em 0; width: 99%;}
16
	.module {margin: 0 1em 0.5em 0; width: 99%;}
12
	.module .titre{ margin: 0.3em; padding-bottom: 4px; padding-left: 0.2em; cursor:pointer;}
17
	.module .titre{ padding-bottom: 4px; padding-left: 0.2em; cursor:pointer;}
13
	.module .titre .ui-icon { float: right; }
18
	.module .titre .ui-icon { float: right; }
Line 14... Line 19...
14
	.module .contenu { padding: 0.4em; }
19
	.module .contenu { padding: 0.4em; }
Line 15... Line 20...
15
	
20
	
16
	.colonne {float:left; padding-bottom:100px; width:32%; margin: 0 4px;}
21
	.colonne {float:left; padding-bottom:10px; width:33%; margin: 0 1px;}
-
 
22
	
-
 
23
	.ui-sortable-placeholder { border: 1px dotted black; visibility: visible !important; height: 50px !important; }
-
 
24
	.ui-sortable-placeholder * { visibility: hidden; }
-
 
25
	.ui-tabs { padding:0; position: relative; }
-
 
26
	.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {color: #9AC343; text-decoration: none; }
-
 
27
	.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #EB8F00; text-decoration: none; }
17
	
-
 
18
	.ui-sortable-placeholder { border: 1px dotted black; visibility: visible !important; height: 50px !important; }
28
	.ui-tabs .ui-tabs-nav li a { float: left; padding: 0.3em 1em; text-decoration: none; }
19
	.ui-sortable-placeholder * { visibility: hidden; }
29
	.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { border-bottom-right-radius: 0; }
Line 20... Line 30...
20
	
30
	.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { border-bottom-left-radius: 0; }
21
	#zone_onglets ul li {list-style:none}
31
	#zone_onglets ul li {list-style:none}
22
	.lienToggle {cursor:pointer}
32
	.lienToggle {cursor:pointer}
23
	
33
	
24
	
34
	
25
	#dialog label, #dialog input { display:block; }
35
	#dialog label, #dialog input { display:block; }
26
	#dialog label { margin-top: 0.5em; }
36
	#dialog label { margin-top: 0.5em; }
-
 
37
	#dialog input, #dialog textarea { width: 95%; }
27
	#dialog input, #dialog textarea { width: 95%; }
38
	#zone_onglets { margin-top: 0.1em; border-width: 1px 1px 0 1px; border-radius:0; width:100%; font-size:12px}
28
	#zone_onglets { margin-top: 1em; padding-right: 5px; border-width: 1px 1px 0 1px; border-radius:0; width:99%; font-size:12px}
39
	#zone_onglets li {float:left}
Line 29... Line 40...
29
	#zone_onglets li {float:left}
40
	#zone_onglets li .ui-icon-close { float: left; margin: 0.4em 0.2em 0 0; cursor: pointer; }
30
	#zone_onglets li .ui-icon-close { float: left; margin: 0.4em 0.2em 0 0; cursor: pointer; }
41
	#zone_onglets li a.lien-onglet {overflow: hidden; text-decoration: none; border-bottom: none;}
Line 59... Line 70...
59
		top: 37px;
70
		top: 37px;
60
		z-index:2000;
71
		z-index:2000;
61
		background-color: white;
72
		background-color: white;
62
	}
73
	}
63
</style>
74
</style>
64
 
-
 
-
 
75
<div id="bloc-fiche" class="importance1">
65
	<h1>Fiche</h1>
76
	<h1>Fiche</h1>
66
	<div id="zone_onglets" class="ui-tabs ui-widget ui-widget-content ui-corner-all">
77
	<div id="zone_onglets" class="ui-tabs ui-widget ui-widget-content ui-corner-all">
67
		<ul class="ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all">
78
		<ul class="ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all">
68
			<li class="ui-state-default ui-corner-top ui-tabs-selected ui-state-active"><a class="lien-onglet lien-statique" href="#fiche">Accueil</a></li>
79
			<li class="ui-state-default ui-corner-top ui-tabs-selected ui-state-active"><a class="lien-onglet lien-statique" href="#fiche">Accueil</a></li>
69
			<li class="ui-state-default ui-corner-top"><a class="lien-onglet" href="#fiche">Illustrations</a></li>
80
			<li class="ui-state-default ui-corner-top"><a class="lien-onglet" href="#fiche">Illustrations</a></li>
Line 157... Line 168...
157
			</div>
168
			</div>
158
		</div>
169
		</div>
Line 159... Line 170...
159
		
170
		
160
		<br style="clear:left" />	
171
		<br style="clear:left" />	
161
	</div>
172
	</div>
Line 162... Line 173...
162
 
173
</div>
163
 
174
 
164
<script type="text/Javascript">
175
<script type="text/Javascript">