Skip to content

Commit

Permalink
Mitigating firefox headers, cookies, timing tabs. #9
Browse files Browse the repository at this point in the history
  • Loading branch information
ericduran committed Feb 9, 2014
1 parent 03bb858 commit 3258f7b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions css/generic.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,21 @@
background: linear-gradient(to bottom, #ececec 0%,#d9d9d9 100%);
}

.network-item-view.visible {
display:-moz-box;
display: -webkit-box;
}

.tabbed-pane-content {
-moz-box-flex:1.0; /* Firefox */
-webkit-box-flex:1.0; /* Safari and Chrome */
-ms-flex:1.0; /* Internet Explorer 10 */
box-flex:1.0;
}

.resource-headers-view,
.resource-cookies-view,
.resource-timing-view {
position: relative;
}

0 comments on commit 3258f7b

Please sign in to comment.