drupal: search seznam zadetkov, popravljen prikaz search bar v menu
This commit is contained in:
parent
25ca108895
commit
480b0e9194
File diff suppressed because it is too large
Load Diff
@ -1991,15 +1991,31 @@ p {
|
|||||||
.searchform {
|
.searchform {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
left: 0%;
|
left: 0%;
|
||||||
top: 0%;
|
top: 0% !important;
|
||||||
right: 0%;
|
right: 0%;
|
||||||
bottom: auto;
|
bottom: auto;
|
||||||
z-index: 150;
|
z-index: 150;
|
||||||
display: none;
|
display: none;
|
||||||
min-height: 100px;
|
min-height: 100px;
|
||||||
padding-top: 76px;
|
padding-top: 70px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.33);
|
box-shadow: 0 11px 8px -8px rgba(0, 0, 0, 0.33);
|
||||||
|
|
||||||
|
.container{
|
||||||
|
width: 100%;
|
||||||
|
background-color: white;
|
||||||
|
margin-right: 0;
|
||||||
|
margin-left: 0;
|
||||||
|
padding-right: 0;
|
||||||
|
padding-left: 0;
|
||||||
|
max-width: 100%;
|
||||||
|
|
||||||
|
.row{
|
||||||
|
max-width: 1240px;
|
||||||
|
margin-right: auto;
|
||||||
|
margin-left: auto;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.button-small {
|
.button-small {
|
||||||
|
@ -48,5 +48,10 @@
|
|||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
line-height: 26px;
|
line-height: 26px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
color: #1e88e5;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user