fixes for alerts on mobile
This commit is contained in:
parent
5f7e993fea
commit
2eac3795d0
4 changed files with 10 additions and 8 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -628,12 +628,6 @@
|
|||
top: 100%;
|
||||
z-index: 3;
|
||||
}
|
||||
.alert{
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
z-index:5;
|
||||
padding: 10px 40px 10px 10px;
|
||||
}
|
||||
.navbar-header .search{
|
||||
width: 100%;
|
||||
}
|
||||
|
|
|
@ -3124,6 +3124,14 @@ textarea#comment_box{
|
|||
.well{
|
||||
border-radius: 0;
|
||||
}
|
||||
.alert-msg-holder{
|
||||
.alert{
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
z-index:5;
|
||||
padding: 10px 40px 10px 10px;
|
||||
}
|
||||
}
|
||||
/**/
|
||||
@import "header";
|
||||
@import "sidebar";
|
||||
|
|
Loading…
Add table
Reference in a new issue