Skip to content

Commit

Permalink
minor changes to the viewer css
Browse files Browse the repository at this point in the history
  • Loading branch information
MV88 committed Nov 2, 2016
1 parent 669a039 commit c564c3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions web/client/product/assets/css/viewer.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ html, body, #container, .fill {
float: left;
}

.react-draggable .draggable-header {
cursor: move;
}

.ol-attribution li:first-child, .leaflet-control-attribution a:first-child{
display: none;
visibility: hidden;
Expand Down
4 changes: 2 additions & 2 deletions web/client/product/pages/Maps.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
*/
const React = require('react');

// require('../assets/css/viewer.css');
require('../assets/css/viewer.css');
require("../assets/css/maps.css");

const {connect} = require('react-redux');

Expand All @@ -20,7 +21,6 @@ const {loadMapConfig} = require('../../actions/config');
const {resetControls} = require('../../actions/controls');

const Page = require('../../containers/Page');
require("../assets/css/maps.css");

const MapsPage = React.createClass({
propTypes: {
Expand Down

0 comments on commit c564c3b

Please sign in to comment.