Skip to content

Instantly share code, notes, and snippets.

@koke
Created November 22, 2012 12:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save koke/4130919 to your computer and use it in GitHub Desktop.
Save koke/4130919 to your computer and use it in GitHub Desktop.
@-moz-document url-prefix("http://ios.trac.wordpress.org/ticket/") {
.collapsed > #modify { display: block }
#modify {
position: fixed;
top: 140px;
right: 20px;
width: 260px;
}
#modify tbody tr:nth-child(1),
#modify tbody tr:nth-child(2),
#modify tbody tr:nth-child(3),
#modify tbody tr:nth-child(6),
#modify tbody tr:nth-child(7)
{ display: none }
#modify tbody td,
#modify tbody th
{ display: block; }
#propertyform .buttons {
position: fixed;
bottom: 20px;
right: 20px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment