updated libs and fixed some stupid css errors for firefox on linux
This commit is contained in:
parent
72beea805f
commit
5017876894
Binary file not shown.
@ -176,13 +176,14 @@ a.external {
|
|||||||
}
|
}
|
||||||
.searchbox {
|
.searchbox {
|
||||||
float: right !important;
|
float: right !important;
|
||||||
width: 226px; /* chrome needs this or it creates a second line */
|
width: 230px; /* chrome/firefox-linux needs this or it creates a second line */
|
||||||
}
|
}
|
||||||
.searchbox input[type="text"] {
|
.searchbox input[type="text"] {
|
||||||
height: 15px;
|
height: 15px;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
width: 200px;
|
width: 200px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
border: 1px solid #999999;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content-container {
|
.content-container {
|
||||||
|
Loading…
Reference in New Issue
Block a user