align searchbox right

This commit is contained in:
Claude 2014-09-30 09:48:00 +02:00
parent ae9b5068ea
commit 3de5b7e132
2 changed files with 8 additions and 1 deletions

View File

@ -25,6 +25,7 @@ em, i {
.container { .container {
padding: 10px; padding: 10px;
position: relative;
} }
h1, h2, h3 ,h4 { h1, h2, h3 ,h4 {
@ -106,6 +107,12 @@ h4 {
border: 3px solid #D6DBE4; border: 3px solid #D6DBE4;
} }
.searchgroup {
position: absolute;
top: 10px;
right: 10px;
}
/* !Forms */ /* !Forms */
.form_wrapper { .form_wrapper {
width: 854px; width: 854px;

View File

@ -1,5 +1,5 @@
<form action=""> <form action="">
<div class="item_group"> <div class="item_group searchgroup">
<div class="item"> <div class="item">
<label for="search"><?php echo lang('paste_search'); ?> <label for="search"><?php echo lang('paste_search'); ?>
</label> </label>