<div class="tab-pane" id="properties">
<div class="row">
<div class="span4">
- <table class="table table-striped">
+ <table class="table table-striped table-hover">
<tr>
<td>{{ _("Created") }}</td>
<td>{{ format_date(build.created, full_format=True) }}</td>
<div class="row">
<div class="span6 offset3">
- <table class="table table-striped">
+ <table class="table table-striped table-hover">
<thead>
<tr>
<th> </th>
<h2>{{ _("Packages created from this commit") }}</h2>
{% if commit.packages %}
- <table class="table table-striped">
+ <table class="table table-striped table-hover">
{% for pkg in commit.packages %}
<tr>
<td>
<div class="row">
<div class="span10 offset1">
<h2>{{ _("These packages will be deleted") }}</h2>
- <table class="table table-striped">
+ <table class="table table-striped table-hover">
{% for pkg in commit.packages %}
<tr>
<td>
{{ _("Read carefully.") }}
</p>
- <table class="table table-striped">
+ <table class="table table-striped table-hover">
<thead>
<tr>
<th>{{ _("Yeah, that's it!") }}</th>
<div class="tab-pane active" id="detail">
<div class="row">
<div class="span4">
- <table class="table table-striped">
+ <table class="table table-striped table-hover">
<tbody>
<tr>
<td>{{ _("State") }}</td>
</p>
{% if mirrors %}
- <table class="table table-striped">
+ <table class="table table-striped table-hover">
<thead>
<tr>
<th> </th>
-<table class="table table-striped">
+<table class="table table-striped table-hover">
{% for bug in bugs %}
<tr>
<td>
{% if builds %}
- <table class="table table-striped">
+ <table class="table table-striped table-hover">
<thead>
<tr>
<th>{{ _("Build") }}</th>
-<table class="table table-striped">
+<table class="table table-striped table-hover">
<thead>
<tr>
<th>{{ _("Commit") }}</th>
{% if jobs %}
- <table class="table table-striped">
+ <table class="table table-striped table-hover">
{% for job in jobs %}
<tr>
<td>
-<table class="table table-striped">
+<table class="table table-striped table-hover">
<thead>
<tr>
<th>{{ _("Arch") }}</th>
-<table class="table table-striped">
+<table class="table table-striped table-hover">
<thead>
<tr>
<th>{{ _("Filename") }}</th>
-<table class="table table-striped">
+<table class="table table-striped table-hover">
<tbody>
{% for file in filelist %}
<tr>
-<table class="table table-striped">
+<table class="table table-striped table-hover">
<thead>
<tr>
<th>{{ _("Name") }}</th>
-<table class="table table-striped">
+<table class="table table-striped table-hover">
<thead>
<tr>
<th>{{ _("Name") }}</th>
-<table class="table table-striped">
+<table class="table table-striped table-hover">
<thead>
<tr>
<th>{{ _("Name") }}</th>
-<table class="table table-striped">
+<table class="table table-striped table-hover">
<tbody>
{% for update in updates %}
<tr>
{% if build_times %}
<h3>{{ _("Build times") }}</h3>
- <table class="table table-striped">
+ <table class="table table-striped table-hover">
<tbody>
{% for arch, build_time in build_times %}
<tr>
<div class="row">
<div class="span10 offset1">
- <table class="table table-striped">
+ <table class="table table-striped table-hover">
<tbody>
{% for letter, pkgs in sorted(packages.items()) %}
<tr>
<div class="span4">
<h3>{{ _("Total build time") }}</h3>
- <table class="table table-striped">
+ <table class="table table-striped table-hover">
<tbody>
{% for arch, build_time in build_times %}
<tr>
<small>({{ len(pkgs) }})</small>
</h2>
- <table class="table table-striped">
+ <table class="table table-striped table-hover">
<tbody>
{% for pkg in pkgs %}
<tr>
{{ _("%s was found in the following package.", "%s was found in the following packages.", len(files)) % pattern }}
</p>
- <table class="table table-striped">
+ <table class="table table-striped table-hover">
<tbody>
{% for pkg, file in files %}
<tr>
<small>({{ len(users) }})</small>
</h2>
- <table class="table table-striped">
+ <table class="table table-striped table-hover">
<tbody>
{% for user in users %}
<tr>
{% if uploads %}
<div class="row">
<div class="span6 offset3">
- <table class="table table-striped">
+ <table class="table table-striped table-hover">
<thead>
<tr>
<th>{{ _("Filename") }}</th>
<i class="icon-star"></i>
</p>
{% else %}
- <table class="table table-striped">
+ <table class="table table-striped table-hover">
<tr>
<td>
{{ _("User is allowed to create scratch builds?") }}