-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
81 changed files
with
45,327 additions
and
3,718 deletions.
There are no files selected for viewing
Binary file added
BIN
+5.55 MB
.vs/DiagramBuilder/FileContentIndex/638db027-19d6-4a62-a5ab-50f0876ed5ba.vsidx
Binary file not shown.
File renamed without changes.
Binary file added
BIN
+1.54 MB
.vs/DiagramBuilder/FileContentIndex/f518f97a-b306-4311-afe2-f145a97dee74.vsidx
Binary file not shown.
Empty file.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,20 @@ | ||
/* Set padding to keep content from hitting the edges */ | ||
.body-content { | ||
margin-top: 15px; | ||
padding-left: 15px; | ||
padding-right: 15px; | ||
} | ||
|
||
/* Override the default bootstrap behavior where horizontal description lists | ||
will truncate terms that are too long to fit in the left column | ||
*/ | ||
.dl-horizontal dt { | ||
white-space: normal; | ||
} | ||
|
||
/* Set width on the form input elements since they're 100% wide by default */ | ||
input, | ||
select, | ||
textarea { | ||
max-width: 280px; | ||
} | ||
|
||
/* styles for validation helpers */ | ||
.field-validation-error { | ||
color: #b94a48; | ||
} | ||
|
||
.field-validation-valid { | ||
display: none; | ||
} | ||
|
||
input.input-validation-error { | ||
border: 1px solid #b94a48; | ||
} | ||
|
||
input[type="checkbox"].input-validation-error { | ||
border: 0 none; | ||
} | ||
|
||
.validation-summary-errors { | ||
color: #b94a48; | ||
} | ||
|
||
.validation-summary-valid { | ||
display: none; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.