Browse Source

fixed a bug in reply button in conversation modal

master
Julian Steinwachs 10 years ago
parent
commit
ab3633f3ff
  1. 2
      css/style.css

2
css/style.css

@ -1543,7 +1543,7 @@ ol.toptrends-list {
.prompt-wrapper .prompt-wrapper
{ {
position: absolute; position: fixed;
top: 50%; top: 50%;
left: 50%; left: 50%;
background: rgba( 255, 255,255, 1.0 ); background: rgba( 255, 255,255, 1.0 );

Loading…
Cancel
Save