1
0
mirror of https://github.com/r4sas/py-i2phosts synced 2025-01-08 22:07:55 +00:00

base.css: add styles for search

This commit is contained in:
Hidden Z 2010-11-12 19:54:19 +00:00
parent c0221cd8ab
commit 215656bc4f

View File

@ -81,6 +81,17 @@ div.footer {
padding: 8px 0 0 0;
}
div.search_host {
position:absolute;
right: 15px;
}
div.search_host .input input {
font-size: 10px;
color: #6E735E;
width: 200px;
}
.pager {
padding-top: 20px;
padding-left: 100px;