Subversion Repositories Applications.papyrus

Rev

Rev 2090 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2085 drzraf 1
.cse .gsc-control-cse, .gsc-control-cse {
2
	padding: 0;
3
}
4
 
5
.gsc-search-box-tools .gsc-search-box .gsc-input {
6
	padding: 0 /*!important*/;
7
}
8
 
9
gsc-search-box {
10
	margin: 0;
11
}
12
 
13
table.gsc-search-box td {
14
	padding: 0;
15
}
16
 
17
table.gsc-search-box {
18
	margin: 0;
19
}
20
div.gsc-input-box {
21
	height: auto;
22
}
23
.gsc-input-box table {
24
	margin: 0;
25
}
2101 drzraf 26
 
27
 
2085 drzraf 28
input.gsc-search-button-v2 {
29
	/*padding: 0 !important;*/
30
	height: 8px /*!important*/;
31
	width: 8px /*!important*/;
32
	min-width: 8px /*!important*/;
33
}
34
 
2101 drzraf 35
 
36
/* temporaire:
37
   nécessaire pour écraser sites/commun/generique/styles/commun.css:450 */
38
#zone-menu-haut #recherche input.gsc-search-button-v2 {
39
	height: 8px;
40
	width: 8px;
41
	margin-top: 2px; /* google default css */
42
	padding: 6px 27px; /* google default css */
43
}
44
#zone-menu-haut #recherche input.gsc-input {
45
	font-size: 16px; /* google default css */
46
}
47
 
48
 
49
 
2085 drzraf 50
li#recherche {
51
	margin-top: -5px;
52
}
2090 drzraf 53
 
54
/* override sites/commun/generique/styles/commun.css:441 */
55
#zone-menu-haut #recherche {
56
	width: auto;
57
}