New search bar, toggle advanced options new style

Signed-off-by: Callan Barrett <wizzomafizzo@gmail.com>
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
Callan Barrett 2008-12-22 23:32:57 +09:00 committed by Loui Chang
parent 520d1e2a35
commit 3288805d2d
3 changed files with 139 additions and 184 deletions

View file

@ -452,4 +452,15 @@ textarea.vLargeTextField {
border-collapse: separate;
border-spacing: 0 15px;
}
#search_box {
margin: 5px;
text-align: center;
font-size: 11px;
}
#advanced li {
background-color: #f3f3f3;
list-style: none;
display: inline;
padding: 15px;
text-decoration: none;
}

View file

@ -61,11 +61,11 @@ span.warning /* Content Text */
font-size: 12px;
}
/* Font Attribute Change (#6c83b0)*/
span.blue { color: #6c83b0; }
span.white { color: #fff; }
span.black { color: #000; }
span.green { color: #6db06d; }
span.link
.blue { color: #6c83b0; }
.white { color: #fff; }
.black { color: #000; }
.green { color: #6db06d; }
.link
{
color: #6c83b0;
font-weight: bold;