Skip to content

Commit

Permalink
Fix HTML/CSS for Manage Projects Edit Page
Browse files Browse the repository at this point in the history
  • Loading branch information
dregad committed Oct 12, 2013
1 parent e0a6be3 commit 04f99b4
Show file tree
Hide file tree
Showing 2 changed files with 191 additions and 144 deletions.
2 changes: 2 additions & 0 deletions css/default.css
Expand Up @@ -540,6 +540,7 @@ form > table > tr:nth-child(odd),
div.table-container > table > tbody > tr:nth-child(odd),
div.table-container > table > tr:nth-child(odd),
div.form-container > form > table > tbody > tr:nth-child(odd),
div.form-container > form > fieldset > table > tbody > tr:nth-child(odd),
div.form-container > table > tbody > tr:nth-child(odd),
div.form-container > table > tr:nth-child(odd),
table#manage-overview-table > tr:nth-child(odd)
Expand All @@ -551,6 +552,7 @@ table#manage-overview-table > tr:nth-child(even),
div.table-container > table > tbody > tr:nth-child(even),
div.table-container > table > tr:nth-child(even),
div.form-container > form > table > tbody > tr:nth-child(even),
div.form-container > form > fieldset > table > tbody > tr:nth-child(even),
div.form-container > table > tbody > tr:nth-child(even),
div.form-container > table > tr:nth-child(even),
#custom-field-link-project
Expand Down

0 comments on commit 04f99b4

Please sign in to comment.