updates - nice rounded corners on page search

git-svn-id: http://www.observium.org/svn/observer/trunk@445 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2009-08-07 16:10:52 +00:00
parent bd8fb496d4
commit 0e64ef858d
13 changed files with 254 additions and 57 deletions

View File

@@ -1,5 +1,13 @@
<div style="background-color: #eeeeee; padding: 10px;">
<form method="post" action="">
<div style='margin:auto; text-align: center; margin-top: 0px; margin-bottom: 5px;'>
<b class='rounded'>
<b class='rounded1'><b></b></b>
<b class='rounded2'><b></b></b>
<b class='rounded3'></b>
<b class='rounded4'></b>
<b class='rounded5'></b></b>
<div class='roundedfg' style='padding: 0px 5px;'>
<div style='margin: auto; text-align: left; padding: 5px 5px; padding-left: 11px; clear: both; display:block;'>
<form method="post" action="">
<label><strong>Search</strong>
<input type="text" name="string" id="string" value="<?php echo($_POST['string']); ?>" />
</label>
@@ -22,6 +30,14 @@
</form>
</div>
</div>
<b class='rounded'>
<b class='rounded5'></b>
<b class='rounded4'></b>
<b class='rounded3'></b>
<b class='rounded2'><b></b></b>
<b class='rounded1'><b></b></b></b>
</div>
<?php