mirror of
https://github.com/nasa/openmct.git
synced 2025-04-19 00:27:03 +00:00
[Licenses] Add styling
Add styling to the licenses table to make it easier to read. WTD-669.
This commit is contained in:
parent
cab1f72579
commit
10245949b2
@ -1,4 +1,10 @@
|
||||
<div ng-controller="LicenseController as lc" style="padding: 1em;">
|
||||
<style>
|
||||
.licenses { padding: 1em; }
|
||||
.licenses th { font-weight: bold; padding: 0.5em; }
|
||||
.licenses td { padding: 0.5em; }
|
||||
</style>
|
||||
|
||||
<div ng-controller="LicenseController as lc" class="licenses">
|
||||
|
||||
<p>
|
||||
This software includes components released under the following licenses.
|
||||
@ -14,7 +20,7 @@
|
||||
<th>License</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tbody style="font-weight: normal;">
|
||||
<tr ng-repeat="license in lc.licenses()">
|
||||
<td><a ng-href="{{license.website}}">{{license.name}}</a></td>
|
||||
<td>{{license.version}}</td>
|
||||
|
Loading…
x
Reference in New Issue
Block a user