Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

Commit

Permalink
Fix: stop button css for all web browser
Browse files Browse the repository at this point in the history
The stop button should follow all the attributes that the run button
has so it won't change the location when the play button becomes a stop
button.

The problem occurs in all browser since the buttons attributes has been chenged
in the last firefox compatiblity patch.

Signed-off-by: Bruno Bottazzini <bruno.bottazzini@intel.com>
  • Loading branch information
Bruno Bottazzini committed Oct 26, 2015
1 parent 6b6b944 commit be04fd7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -318,11 +318,11 @@ iframe{
.button_stop {
background:url(../imgs/button_stop.png);
background-repeat: no-repeat;
width:46px;
width:40px;
height:45px;
position: relative;
outline: 0;
display: inline;
margin-top: -10px;
margin-left: 5px;
}

.spin_sync {
Expand Down

0 comments on commit be04fd7

Please sign in to comment.