Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 212 Rev 213
Line 27... Line 27...
27
	#dialog label { margin-top: 0.5em; }
27
	#dialog label { margin-top: 0.5em; }
28
	#dialog input, #dialog textarea { width: 95%; }
28
	#dialog input, #dialog textarea { width: 95%; }
29
	#zone_onglets { margin-top: 1em; padding-right: 5px; border-width: 1px 1px 0 1px; border-radius:0; width:99%; font-size:12px}
29
	#zone_onglets { margin-top: 1em; padding-right: 5px; border-width: 1px 1px 0 1px; border-radius:0; width:99%; font-size:12px}
30
	#zone_onglets li {float:left}
30
	#zone_onglets li {float:left}
31
	#zone_onglets li .ui-icon-close { float: left; margin: 0.4em 0.2em 0 0; cursor: pointer; }
31
	#zone_onglets li .ui-icon-close { float: left; margin: 0.4em 0.2em 0 0; cursor: pointer; }
32
	#zone_onglets #ongletEtPlus { cursor: pointer; float:right;}
32
	#zone_onglets #ongletEtPlus { cursor: pointer; float:right; z-index:2001;}
-
 
33
	#zone_onglets #ongletEtPlus a { border-bottom: none;}
Line 33... Line 34...
33
	
34
	
34
	.elementMenuModules {
35
	.elementMenuModules {
35
		display:block; 
36
		display:block; 
36
		border: 1px solid black; 
37
		border: 1px solid white; 
37
		width: 150px; 
38
		width: 150px; 
38
		padding: 10px 10px 10px 25px; 
39
		padding: 10px 10px 10px 25px; 
39
		margin:0px;
40
		margin:0px;
40
		cursor: pointer;
41
		cursor: pointer;
Line 41... Line 42...
41
	}
42
	}
42
	
43
	
43
	.elementMenuModules:hover {
44
	.elementMenuModules:hover {
Line 44... Line 45...
44
		background-color: grey;
45
		background-color: #FEBF01;
45
	}
46
	}
46
	
47
	
Line -... Line 48...
-
 
48
	.elementMenuModulesSelectionne {
-
 
49
		background-color: #F6AF39;
-
 
50
	}
-
 
51
	
47
	.elementMenuModulesSelectionne {
52
	.menuModules {
-
 
53
		left: 495px;
-
 
54
		width: 187px;
-
 
55
		position: absolute; 
-
 
56
		border: 1px solid #DCD1CC; 
-
 
57
		margin: 0px; 
-
 
58
		padding: 0px;
48
		background-color: #F6AF39;
59
		top: 37px;
Line 49... Line 60...
49
	}
60
		z-index:2000;
50
	
61
		background-color: white;
51
	.menuModules {left: 73%; position: absolute; border: 1px solid grey; margin: 0px; padding: 0px}
62
	}