hallo leute
ich bin gerade meine webseite am machen und habe vom designer einen css code bekommen das ich anpassen will.
mein problem besteht darin das ich das modul suche nicht richtig anpassen kann
hier der code vom designer
|
Quellcode
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
#search {
width: 310px;
height: 50px;
padding: 20px 0px 0px 0px;
background: url(../images/img08.jpg) no-repeat left 10px;
}
#search form {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 20px;
}
#search fieldset {
margin: 0;
padding: 0;
border: none;
}
#search-text {
width: 190px;
padding: 0px 5px 2px 10px;
border: none;
background: none;
text-transform: lowercase;
font: normal 11px Arial, Helvetica, sans-serif;
color: #34312C;
}
#search-submit {
width: 70px;
height: 22px;
border: none;
border: none;
background: none;
text-indent: -99999px;
color: #34312C;
|
nun wie füge ich dies ein oder wie muss ich den geändert in die modul.css einbetten?
danke jetzt schon für die hilfreiche antwort