Skip to content

Commit

Permalink
scalediscplay right position background:none
Browse files Browse the repository at this point in the history
  • Loading branch information
astroidex committed Apr 8, 2014
1 parent 1723b92 commit 373a091
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/Workshop/DemoBundle/Resources/public/demo_fullscreen.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,16 @@
}

.popup {
background-color: #eff7e9;
background: none;
background: none !important;
}

.pan{
background-color: rgba(0, 93, 83, 0.9) !important;
}

.mb-element-scaledisplay {
background-color: rgba(0, 29, 122, 0.8) !important;
padding: 5px 10px !important;
position:absolute !important;
right:140px !important;
}

0 comments on commit 373a091

Please sign in to comment.