Skip to content

Commit

Permalink
Improve DaViz Filter design/display
Browse files Browse the repository at this point in the history
* Task: Improve DaViz Filter design/display
  [chiridra refs #31309]
  • Loading branch information
DragosChirila committed Feb 3, 2016
1 parent 575996f commit c235183
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions docs/HISTORY.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Changelog

10.1.dev0 - (unreleased)
------------------------
* Task: Improve DaViz Filter design/display
[chiridra refs #31309]

10.0 - (2015-10-05)
-------------------
Expand Down
5 changes: 2 additions & 3 deletions eea/app/visualization/browser/css/view.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
*/
#content ul.chart-tabs,
ul.chart-tabs {
background: #2C8DA2;
border-radius: 10px 10px 0px 0px;
background: #069;
border: none;
min-height: 37px;
height: auto;
Expand Down Expand Up @@ -68,7 +67,7 @@ ul.chart-tabs span {

ul.chart-tabs li:first-of-type a.current,
ul.chart-tabs li:first-of-type a:hover {
border-radius: 8px 0 0 0;
/*border-radius: 8px 0 0 0;*/
}

.daviz-tab-view {
Expand Down

0 comments on commit c235183

Please sign in to comment.