Ajax improvements, js reorganized
This commit is contained in:
@@ -92,6 +92,10 @@
|
||||
border: #CCC 1px solid;
|
||||
border-radius: 3px;
|
||||
}
|
||||
#search-container img {
|
||||
margin-top: 30px;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.autocomplete {
|
||||
margin: 4px 0 0 -1px;
|
||||
@@ -107,12 +111,12 @@
|
||||
}
|
||||
|
||||
#error_page {
|
||||
position: absolute;
|
||||
position: relative;
|
||||
width: 600px;
|
||||
text-align: center;
|
||||
top: 100px;
|
||||
left: 50%;
|
||||
margin-left: -600px;
|
||||
margin-left: -300px;
|
||||
}
|
||||
#error_page h1 {
|
||||
font-size: 150px;
|
||||
|
||||
Reference in New Issue
Block a user