Skip to content

Commit 412540c

Browse files
committed
Left aligned pages that is loaded in main frame.
1 parent 130cb6d commit 412540c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/main/resources/templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ <h6 class="dropdown-header">New Alerts:</h6>
223223
</nav>
224224
<div class="content-wrapper">
225225

226-
<iframe id="mainFrame" style="position:fixed; top:56px; left:0px; bottom:0px; right:0px; width:100%; height:100%; border:none;"></iframe>
226+
<iframe id="mainFrame" style="position:fixed; top:56px; left:250px; bottom:0px; right:0px; width:100%; height:100%; border:none;"></iframe>
227227

228228

229229
<!-- /.container-fluid-->

src/main/resources/templates/subscription.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<script type="text/javascript" src="resources\subscription_templates.js"></script>
4141
<script type="text/javascript" src="js/subscription.js"></script>
4242

43-
<div class="container">
43+
<div class="container pull-left">
4444
<h1 style="font-size:20pt">Eiffel Intelligence Subscription Handling (<span th:text="${frontendServiceUrl}"></span>)
4545
<button data-toggle="tooltip" title="EI connection status check is refreshed continuesly. Click button to force check status." type="button" id="btnEIConnection" class="btn btnEIConnectionStatus"><i class="glyphicon"></i>EI Backend Status</button>
4646
<button data-toggle="tooltip" title="Eiffel intelligence instance information" type="button" id="btnInfo" class="btn btnEIInstanceInfo"><i class="glyphicon"></i> EI Backend Instance Info</button>
@@ -62,7 +62,6 @@ <h3>Subscription Data</h3>
6262
<table id="table" class="table table-striped table-bordered" cellspacing="0" width="100%"></table>
6363
</div>
6464

65-
6665
<!-- Bootstrap modal -->
6766
<div class="modal fade" id="modal_form" role="dialog">
6867
<div class="modal-dialog">
@@ -74,7 +73,7 @@ <h3>Subscription Data</h3>
7473
<h3 class="modal-title text-center">Subscription Form</h3>
7574

7675
</div>
77-
<div class="modal-body form">
76+
<div class="modal-body form" align="left">
7877
<form action="#" id="form" class="form-horizontal">
7978
<input type="hidden" value="" name="id" />
8079
<div class="form-body">

src/main/resources/templates/testRules.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
</head>
2626

2727
<body>
28-
<div align="center"><label>Test Rules Page</label></div>
29-
28+
<div class="container pull-left">
29+
<div align="center"><label>Test Rules Page</label></div>
30+
</div>
3031
</body>
3132
</html>

0 commit comments

Comments
 (0)