Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit b17f512

Browse files
committed
webui: Reduce whitespace at page edges, other minor layout/css tweaks
1 parent ab65a94 commit b17f512

30 files changed

+49
-51
lines changed

webui/templates/branches.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[[ template "head" . ]]
55
<body>
66
[[ template "header" . ]]
7-
<div style="margin-left: 2%; margin-right: 2%; padding-left: 2%; padding-right: 2%;">
7+
<div>
88
<div id="db-header-root"></div>
99
<div class="row" ng-if="statusMessage != ''">
1010
<div class="col-md-12">

webui/templates/commits.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
[[ template "head" . ]]
55
<body>
66
[[ template "header" . ]]
7-
<div style="margin-left: 2%; margin-right: 2%; padding-left: 2%; padding-right: 2%;">
7+
<div>
88
<div id="db-header-root"></div>
99
<div class="row">
1010
<div class="col-md-12">
11-
<div class="pull-left">
11+
<div style="text-align: center; margin: 1% 0">
1212
<span data-cy="commithist">Commit history for branch</span>
1313
<span class="dropdown">
1414
<span class="btn-group" uib-dropdown keyboard-nav="true">
@@ -25,7 +25,6 @@
2525
</span>
2626
</span>
2727
</div>
28-
<br /><br />
2928
</div>
3029
</div>
3130
<div class="row" ng-if="statusMessage != ''">

webui/templates/compare.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[[ template "head" . ]]
55
<body>
66
[[ template "header" . ]]
7-
<div style="margin-left: 2%; margin-right: 2%; padding-left: 2%; padding-right: 2%;">
7+
<div>
88
<div id="db-header-root"></div>
99
<div class="row">
1010
<div class="col-md-1" style="padding: 0;">&nbsp;</div>

webui/templates/confirmdelete.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[[ template "head" . ]]
55
<body>
66
[[ template "header" . ]]
7-
<div style="margin-left: 2%; margin-right: 2%; padding-left: 2%; padding-right: 2%;">
7+
<div>
88
<div class="row">
99
<div class="col-md-1">
1010
&nbsp;

webui/templates/contributors.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
[[ template "head" . ]]
55
<body>
66
[[ template "header" . ]]
7-
<div style="margin-left: 2%; margin-right: 2%; padding-left: 2%; padding-right: 2%;">
7+
<div>
88
<div id="db-header-root"></div>
99
<div class="row">
10-
<div class="col-md-12">
10+
<div class="col-md-2">&nbsp;</div>
11+
<div class="col-md-8">
1112
<div style="border: 1px solid #DDD; border-radius: 7px; margin-bottom: 10px; padding-bottom: 0;">
1213
<table class="table table-striped table-responsive" style="margin-bottom: 0;">
1314
<thead>
@@ -31,6 +32,7 @@
3132
</table>
3233
</div>
3334
</div>
35+
<div class="col-md-2">&nbsp;</div>
3436
</div>
3537
</div>
3638
[[ template "script_db_header" . ]]

webui/templates/createbranch.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[[ template "head" . ]]
55
<body>
66
[[ template "header" . ]]
7-
<div style="margin-left: 2%; margin-right: 2%; padding-left: 2%; padding-right: 2%;">
7+
<div>
88
<div class="row">
99
<div class="col-md-1">
1010
&nbsp;

webui/templates/creatediscuss.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[[ template "head" . ]]
55
<body>
66
[[ template "header" . ]]
7-
<div style="margin-left: 2%; margin-right: 2%; padding-left: 2%; padding-right: 2%;">
7+
<div>
88
<div id="db-header-root"></div>
99
<div class="row">
1010
<div class="col-md-1" style="padding: 0;">&nbsp;</div>

webui/templates/createtag.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[[ template "head" . ]]
55
<body>
66
[[ template "header" . ]]
7-
<div style="margin-left: 2%; margin-right: 2%; padding-left: 2%; padding-right: 2%;">
7+
<div>
88
<div class="row">
99
<div class="col-md-1">
1010
&nbsp;

webui/templates/database.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
</style>
1616
[[ template "header" . ]]
17-
<div style="margin-left: 2%; margin-right: 2%; padding-left: 2%; padding-right: 2%;">
17+
<div>
1818
<div id="db-header-root"></div>
1919
[[ if or (ne .DB.Info.OneLineDesc "No description") ((ne .DB.Info.SourceURL "")) ]]
2020
<div class="row">

webui/templates/diffs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[[ template "head" . ]]
55
<body>
66
[[ template "header" . ]]
7-
<div style="margin-left: 2%; margin-right: 2%; padding-left: 2%; padding-right: 2%;">
7+
<div>
88
<div id="db-header-root"></div>
99
<div class="row" ng-if="statusMessage != ''">
1010
<div class="col-md-12">

0 commit comments

Comments
 (0)