mdgio / iMap

Maryland iMAP applications
10 stars 24 forks source link

Toolbar #5

Closed jsomerville closed 11 years ago

jsomerville commented 11 years ago

Description: On first click of a button, the map toolbar shifts upward.

Steps:

  1. Click a button in toolbar
  2. Toolbar (with buttons) shifts upwards

Browsers: All

SSporik commented 11 years ago

It seems the .claro css is setting the padding for the top of the toolbar to 2px, not sure why it manifests during the first click event of a button.

Added to main.css:

toolbarContainer .dijitToolbar {

..... padding: 0px !important; }

seems to do the trick. This overrides any remnants of .claro css padding being set from the dojo template.