Skip to content

Commit

Permalink
Fixing a couple style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanathan committed Aug 7, 2012
1 parent 72eab3a commit 1f2eec5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions css/mScanTemplateMaker.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,7 @@
}
.devtab{
opacity: .50;
}
.well{
background-color: lightgray;
}
1 change: 1 addition & 0 deletions js/mScanTemplateMaker.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ function validate(jsonText){

if (result) {
$('.validation-message').text("JSON is valid!");
$('.validation-message').removeClass('fail');
$('.validation-message').addClass('pass');
if (reformat) {
//document.getElementById("source").value = JSON.stringify(result, null, " ");
Expand Down

0 comments on commit 1f2eec5

Please sign in to comment.