21.08.2015, 20:30
21.08.2015, 20:30
21.08.2015, 20:38
w CSS #shoutbox input.text dodaj:
Kod:
width: 99%;
21.08.2015, 20:44
Nie działa ... :/ O to mój kod:
Kod:
#shoutbox input.text {
background: #1f1f1f;
border: 1px solid #1f1f1f;
padding: 5px;
line-height: 1.4;
outline: 0;
width: 99%;
-moz-box-shadow: inset 0 0 10px #efefef;
/* -webkit-box-shadow: inset 0 0 10px #efefef; */
/* box-shadow: inset 0 0 10px #efefef; */
-moz-border-radius: 3px;
/* -webkit-border-radius: 3px; */
/* border-radius: 3px; */
color: #fff;
font-family: Source Sans Pro,Tahoma,Helvetica Neue,Arial,sans-serif;
font-size: 13px;
font-style: normal;
width: 98.8%;
}
21.08.2015, 20:46
Może adres forum?
Kod:
#shoutbox input.text {
background: #1f1f1f;
border: 1px solid #1f1f1f;
padding: 5px;
line-height: 1.4;
outline: 0;
-moz-box-shadow: inset 0 0 10px #efefef;
/* -webkit-box-shadow: inset 0 0 10px #efefef; */
/* box-shadow: inset 0 0 10px #efefef; */
-moz-border-radius: 3px;
/* -webkit-border-radius: 3px; */
/* border-radius: 3px; */
color: #fff;
font-family: Source Sans Pro,Tahoma,Helvetica Neue,Arial,sans-serif;
font-size: 13px;
font-style: normal;
width: 97%;
}