fixes for alerts on mobile

This commit is contained in:
jamilrehman 2016-07-15 19:28:49 +05:00
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

View file

@ -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%;
}

View file

@ -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";