Skip to content

Commit

Permalink
Smoothed transition between mobile and desktop view
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Jackson authored and Paul Jackson committed May 17, 2012
1 parent a3723e3 commit 0345fa6
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/theme-gcwu-fegc/css/core-ie-min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/theme-gcwu-fegc/css/core-min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/theme-gcwu-fegc/css/mobile-min.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions src/theme-gcwu-fegc/css/fip-pcim.css
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,10 @@
min-height:6.5em;
}

#cn-foot #cn-wmms{
display: none;
}

#cn-wmms{
position:absolute;
top:36px;
Expand Down
2 changes: 1 addition & 1 deletion src/theme-gcwu-fegc/css/theme-gcwu-fegc-mobile.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}

#cn-gcnb h2,#cn-search-box label,
#cn-aside h2,.cn-minister h2,.cn-minister h3,#cn-sft h3,#cn-bc h2,#cn-gcft h3,#cn-foot h2,#cn-skip-head{
#cn-aside h2,.cn-minister h2,.cn-minister h3,#cn-sft h3,#cn-bc h2,#cn-gcft h3,#cn-foot h2,#cn-skip-head,#cn-head #cn-wmms{
clip:rect(1px, 1px, 1px, 1px);
height:0 !important;
overflow:hidden !important;
Expand Down

0 comments on commit 0345fa6

Please sign in to comment.