Skip to content

Commit

Permalink
Refs #9562; Added warning message when default image is displayed on …
Browse files Browse the repository at this point in the history
…view
  • Loading branch information
zotya committed Nov 8, 2012
1 parent cf3e16e commit 5276814
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion eea/app/visualization/browser/css/view.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,11 @@ ul.chart-tabs li:first-of-type a:hover {
}

.daviz-tab-view-noscript:target {
display:block
display:block;
}

.daviz-tab-norealchart {
border:1px solid red;
color:red;
float:left;
}

0 comments on commit 5276814

Please sign in to comment.