Ajax improvements, js reorganized

This commit is contained in:
magnolia-fan
2011-06-16 03:06:46 +04:00
parent 3858267585
commit 4a3abb6991
22 changed files with 117 additions and 95 deletions
+6 -2
View File
@@ -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;