Skip to content

Commit

Permalink
Updated iframe CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
oskopek committed Sep 8, 2014
1 parent 4cddf47 commit 63a6580
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion carcv-webapp/src/main/webapp/app/cartable.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ $(document).ready(function () {
</head>
<body>
<c:if test="${isAdmin}"><button id="deleteButton">Delete selected entries</button></c:if><br>
<table id="carTable" class="display" cellspacing="0" width="100%">
<table id="carTable" class="display" cellspacing="0" width="100%" height="100%"">
<thead>
<tr>
<th>ID</th>
Expand Down
3 changes: 1 addition & 2 deletions carcv-webapp/src/main/webapp/app/index.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@
var timezone = jstz.determine();
return timezone.name();
}
document.write("<iframe style=\"overflow-y: scroll; width: 99%; height: 98.5%; border: 5px solid #B0C4DE\""
+ "src=\"/servlet/CarTable?timezone="+getTimezone()+"\"></iframe>");
document.write("<iframe src=\"/servlet/CarTable?timezone="+getTimezone()+"\"></iframe>");
</script>
</div>

Expand Down

0 comments on commit 63a6580

Please sign in to comment.