#topic-progress-expanded needed +width too
This commit is contained in:
parent
05e2f5c4a9
commit
332e3ca8b6
2 changed files with 2 additions and 2 deletions
app/assets/stylesheets
|
@ -135,7 +135,7 @@ a:hover.reply-new {
|
||||||
|
|
||||||
position: relative;
|
position: relative;
|
||||||
left: 345px;
|
left: 345px;
|
||||||
width: 118px;
|
width: 133px;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
|
||||||
button.full {
|
button.full {
|
||||||
|
|
|
@ -71,7 +71,7 @@
|
||||||
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 34px;
|
bottom: 34px;
|
||||||
width: 118px;
|
width: 133px;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
|
||||||
button.full {
|
button.full {
|
||||||
|
|
Reference in a new issue