Skip to content

Commit

Permalink
Hiding the extra tab
Browse files Browse the repository at this point in the history
  • Loading branch information
cornae committed Sep 1, 2012
1 parent eb86f6f commit 0099bcf
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/euphorie/client/templates/style/main/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ body,
position: relative;
border-bottom-style: none;
float: left;
margin-bottom: 4px;
}

.nav-tabs > a.current {
Expand Down Expand Up @@ -459,7 +460,11 @@ body,

#ActionPlanItemForm .column {
width: 274px;
float: left;
float

.nav-tabs > a.current {
background-color: #e9e9e8;
}: left;
margin-left: 20px;
margin-right: 0;
}
Expand All @@ -474,6 +479,9 @@ body,

#measureTabs {
margin-top: -25px;
border-style: none;
overflow: hidden;
height: 22px;
}

#measureTabs .current {
Expand Down

0 comments on commit 0099bcf

Please sign in to comment.