Merge pull request #3616 from movilla/css_problem_viewer_post
css error in post-viewer after update bootstrap
This commit is contained in:
commit
531c5b0c32
1 changed files with 5 additions and 1 deletions
|
|
@ -87,6 +87,7 @@
|
||||||
textarea{
|
textarea{
|
||||||
height: 18px;
|
height: 18px;
|
||||||
width: 318px;
|
width: 318px;
|
||||||
|
padding: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
form {
|
form {
|
||||||
|
|
@ -97,6 +98,9 @@
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 10px;
|
right: 10px;
|
||||||
bottom: 10px;
|
bottom: 10px;
|
||||||
|
font-size: 11px;
|
||||||
|
line-height: 16px;
|
||||||
|
padding: 5px 9px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -336,4 +340,4 @@
|
||||||
margin-top : 9px;
|
margin-top : 9px;
|
||||||
margin-right : -5px;
|
margin-right : -5px;
|
||||||
margin-left : 4px;
|
margin-left : 4px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue