mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-26 04:51:08 -05:00
align searchbox right
This commit is contained in:
parent
ae9b5068ea
commit
3de5b7e132
@ -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;
|
||||||
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user