mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-24 05:42:03 -04:00
#topic-progress-expanded needed +width too
This commit is contained in:
parent
05e2f5c4a9
commit
332e3ca8b6
2 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue