Skip to content

Commit

Permalink
Updated Edit Bug Form
Browse files Browse the repository at this point in the history
Using the bootstrap grid layout allows for better structure and a more
appealing screen in general. Also applied some standard button styling
and used glyphicons wherever possible.
  • Loading branch information
dpaquette committed Jan 31, 2015
1 parent c5dd87c commit 3376407
Show file tree
Hide file tree
Showing 4 changed files with 257 additions and 254 deletions.
6 changes: 6 additions & 0 deletions src/BugTracker.Web/btnet_base.css
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,12 @@ a.external-link {
margin-bottom: 10px;
}

#edit_bug_menu ul li a.btn {
width: 100%;
text-align: left;
max-width: 175px;
}

/* for flags */
.wht {margin: auto; display: block; width:40%; height:80%; border: 1px solid #cccccc;}
.red {margin: auto; display: block; width:40%; height:80%; background: red; border: 1px solid red;}
Expand Down
Loading

0 comments on commit 3376407

Please sign in to comment.