alert message position issue fixed

This commit is contained in:
jamilrehman 2016-08-19 16:47:45 +05:00
parent 10a4902f41
commit bbbaefd39d
3 changed files with 3 additions and 2 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

@ -3128,6 +3128,7 @@ textarea#comment_box{
.alert{
position: fixed;
width: 100%;
left: 0;
z-index:5;
padding: 10px 40px 10px 10px;
}