Subversion-Projekte lars-tiefland.cienc

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
8 lars 1
/* produktfinder */
2
.produktfinder {
3
    clear:both;
4
    float:left;
5
}
6
#produktfinder_form * {
7
    font-size:14px;
8
}
9
.produktfinder h1 {
10
    padding:0 0 2px 25px!important;
11
}
12
#produktfinder_result {
13
    clear:both;
14
    float:none;
15
}
16
.filter {
17
    float:left;
18
    padding:8px!important;
19
    margin:5px;
20
    border:1px solid #ccc;
21
    min-height:55px;
22
    width:20%;
23
}
24
.filter_elem {
25
    float:left;
26
    padding:8px!important;
27
    margin:5px;
28
    border:1px solid #ccc;
29
    min-height:55px;
30
    width:20%;
31
}
32
.filter_elem_radio {
33
    float:left;
34
    padding:8px!important;
35
    margin:5px;
36
    border:1px solid #ccc;
37
    min-height:55px;
38
    width:20%;
39
}
40
.filter_elem_select {
41
    float:left;
42
    padding:8px!important;
43
    margin:5px;
44
    border:1px solid #ccc;
45
    min-height:55px;
46
    width:20%;
47
}
48
.filter_elem_range {
49
    float:left;
50
    padding:8px!important;
51
    margin:5px;
52
    border:1px solid #ccc;
53
    min-height:55px;
54
    width:20%;
55
}
56
#produktfinder_form {
57
    padding:1.5%;
58
    background-color:#fff;
59
    float:left;
60
    margin:0;
61
}
62
#produktfinder_form .ui-widget {
63
    margin:5%!important;
64
}
65
.produktfinder select {
66
    margin-top:3px;
67
}
68
.ui-slider {
69
    margin-top:6px!important;
70
}
71
.produktfinder .checkbox_label {
72
    float:left;
73
    padding: 0 2%;
74
}
75
.produktfinder .checklist {
76
    padding-top:0px;
77
    display:block;
78
    height:auto!important;
79
    width:100%!important;
80
}
81
.produktfinder .checklist li {
82
    list-style-type:none;
83
    padding:0.5% 0px!important;
84
    clear:both;
85
    float:none;
86
    width:100%;
87
}
88
.produktfinder .checklist input {
89
    margin-top:3px;
90
}
91
.produktfinder .checklist input,
92
.produktfinder .checklist label {
93
    float:left;
94
}
95
.produktfinder li label {
96
    padding:0 0 0 4px;
97
}
98
.produktfinder .filter_elem_radio label {
99
    float:left;
100
    width:30%;
101
    margin:2% 0;
102
}
103
.produktfinder .filter_elem_radio label input {
104
 
105
    margin:0 2%!important;
106
    float:left;
107
}
108
.filter_elem h1,
109
.filter_elem_select h1,
110
.filter_elem_radio h1{
111
    padding: 0px 0px 2px 0px !important;
112
}
113
.infobutton {
114
    display:block;
115
    text-align:center;
116
    border:2px solid #C3743F;
117
    background-color:#FFECCE;
118
    margin:0 10px 20px 0;
119
 
120
}
121
#frb_dialog {
122
    position:relative;
123
    display:none;
124
    z-index:9999;
125
}
126
.produktfinder .ui-slider {
127
    border:1px solid #a9a9a9;
128
}
129
.produktfinder .ui-slider-range {
130
    background-color:#3d3d3d!important;
131
    color:#3d3d3d!important;
132
 
133
}
134
.produktfinder .ui-slider-range-min {
135
    background-color:#3d3d3d!important;
136
    color:#3d3d3d!important;
137
}
138
.produktfinder .ui-slider-handle {
139
    background-color:#ea5802!important;
140
    color:#ea5802!important;
141
}
142
#frb_submit,#kill_filter {
143
    background-color:#ea5802;
144
    color:#fff;
145
}
146
#frb_submit:hover, #kill_filter:hover {
147
    background-color:#ea4201;
148
    color:#fff;
149
}
150
/* ENDE produktfinder */