Skip to content

Commit

Permalink
Updated Create Bug form to use Bootstrap Layout
Browse files Browse the repository at this point in the history
  • Loading branch information
dpaquette committed Jan 28, 2015
1 parent a3c76ce commit a749224
Show file tree
Hide file tree
Showing 6 changed files with 293 additions and 375 deletions.
1 change: 0 additions & 1 deletion src/BugTracker.Web/Content/btnet-bootstrap-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,3 @@
.navbar-brand {
padding-top: 10px;
}

50 changes: 0 additions & 50 deletions src/BugTracker.Web/btnet_base.css
Original file line number Diff line number Diff line change
Expand Up @@ -121,17 +121,6 @@ a.external-link {
font-size: 8pt;
}


.frm {
padding-top: 6px;
padding-left: 6px;
border-left: 1px solid silver;
border-top: 1px solid silver;
border-right: 2px solid black;
border-bottom: 3px solid black;
background: #f3f3f3;
}

.align {
text-align: left;
}
Expand Down Expand Up @@ -229,17 +218,6 @@ a.external-link {
letter-spacing: 3px;
}

.edit_bug_option {
font-size: 8pt;
font-weight: bold;
}

/* for "[no category]", etc, for dropdowns */
.edit_bug_option_none {
font-size: 8pt;
color: #666666;
background: #f3f3f3;
}


.stat {
Expand All @@ -265,13 +243,6 @@ a.external-link {
font-weight: bold;
}

.short_desc_input {
font-size: 9pt;
width: 650px;
border: 1px solid #cccccc;
}


.edit_bug_static {
font-size: 8pt;
font-weight: bold;
Expand All @@ -283,32 +254,11 @@ a.external-link {
color: #666666;
}

input {
font-size: 8pt;
}

.txt {
font-size: 8pt;
border: 1px solid #cccccc;
}


textarea {
font-family: Courier New; font-size: 10pt;
border: 1px solid #cccccc;
}

textarea:focus {
border: 1px solid #6666ff;
}
input:focus {
border: 1px solid #6666ff;
}
select:focus {
border: 1px solid #6666ff;
}


.disabled_link
{
color:gray;
Expand Down
Loading

0 comments on commit a749224

Please sign in to comment.