mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-26 13:01:08 -05:00
align searchbox right
This commit is contained in:
parent
ae9b5068ea
commit
3de5b7e132
@ -25,6 +25,7 @@ em, i {
|
||||
|
||||
.container {
|
||||
padding: 10px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
h1, h2, h3 ,h4 {
|
||||
@ -106,6 +107,12 @@ h4 {
|
||||
border: 3px solid #D6DBE4;
|
||||
}
|
||||
|
||||
.searchgroup {
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
right: 10px;
|
||||
}
|
||||
|
||||
/* !Forms */
|
||||
.form_wrapper {
|
||||
width: 854px;
|
||||
|
@ -1,5 +1,5 @@
|
||||
<form action="">
|
||||
<div class="item_group">
|
||||
<div class="item_group searchgroup">
|
||||
<div class="item">
|
||||
<label for="search"><?php echo lang('paste_search'); ?>
|
||||
</label>
|
||||
|
Loading…
x
Reference in New Issue
Block a user