]> git.ipfire.org Git - pbs.git/commitdiff
Make tables hover again.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 28 Oct 2012 21:04:30 +0000 (22:04 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 28 Oct 2012 21:04:30 +0000 (22:04 +0100)
24 files changed:
data/templates/build-detail.html
data/templates/builder-list.html
data/templates/distro-source-commit-detail.html
data/templates/distro-source-commit-reset.html
data/templates/docs-whatsthis.html
data/templates/jobs-detail.html
data/templates/mirrors-list.html
data/templates/modules/bugs-table.html
data/templates/modules/build-table.html
data/templates/modules/commits-table.html
data/templates/modules/jobs-list.html
data/templates/modules/jobs-table.html
data/templates/modules/log-files-table.html
data/templates/modules/packages-files-table.html
data/templates/modules/packages-table.html
data/templates/modules/repository-table.html
data/templates/modules/source-table.html
data/templates/modules/updates-table.html
data/templates/package-detail-list.html
data/templates/packages-list.html
data/templates/repository-detail.html
data/templates/search-results.html
data/templates/uploads-list.html
data/templates/user-profile.html

index 8692634cc208ef524b722082837b37147d530e93..219fbf741d6244255a9c2eb5355df877e5a890be 100644 (file)
                                <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>
index 7d79463c83fc8c90679c20778bed0b060c8f3fe9..11a7c3dda3e86daf0d1f5250a305fa1c3546d5de 100644 (file)
@@ -28,7 +28,7 @@
 
        <div class="row">
                <div class="span6 offset3">
-                       <table class="table table-striped">
+                       <table class="table table-striped table-hover">
                                <thead>
                                        <tr>
                                                <th>&nbsp;</th>
index 2152e206c1e1d6aac023625a4d9b323b2518d0b8..e411b6d90a2b8489ecce6a7c43fa98ee2e61c31b 100644 (file)
                        <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>
index e2be478d66cbf47037b1d9b44ffc85a20cd0ba20..f9955189770d83e32ea4c669f08da15e7515ba8f 100644 (file)
@@ -60,7 +60,7 @@
                <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>
index 354e33f0489dab8b8d1b98685f25d9764a04ab41..8d565af75a59652c35e78af19ac37f15c0b69a17 100644 (file)
@@ -28,7 +28,7 @@
                                {{ _("Read carefully.") }}
                        </p>
 
-                       <table class="table table-striped">
+                       <table class="table table-striped table-hover">
                                <thead>
                                        <tr>
                                                <th>{{ _("Yeah, that's it!") }}</th>
index 640d478a5b2738dc61d9e865e3fe631088472a07..076cf755ec080e929b19f92cb96c7d408a79a04c 100644 (file)
@@ -87,7 +87,7 @@
                                <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>
index 2d88299999ff113cd55f51175ef7e6c0ec0908b0..2c6121a57eec0d2e05ceb0397b09f45c9c553ac4 100644 (file)
@@ -27,7 +27,7 @@
                        </p>
 
                        {% if mirrors %}
-                               <table class="table table-striped">
+                               <table class="table table-striped table-hover">
                                        <thead>
                                                <tr>
                                                        <th>&nbsp;</th>
index e672723f792e9f3b20ae14f4a26a37e215bcdc18..70e549a03b986ef6b5efca73e08f0ac137d0a94c 100644 (file)
@@ -1,4 +1,4 @@
-<table class="table table-striped">
+<table class="table table-striped table-hover">
        {% for bug in bugs %}
                <tr>
                        <td>
index 3451e7fc19d97e48952b81b1126d19562e2a3e1c..61c377642ea5bf375e8f64364dbc8a192616c5aa 100644 (file)
@@ -1,5 +1,5 @@
 {% if builds %}
-       <table class="table table-striped">
+       <table class="table table-striped table-hover">
                <thead>
                        <tr>
                                <th>{{ _("Build") }}</th>
index 9667e1310345ac0bbe90ad18f9da625dfa18a5dc..38f1915b13b0886e9f230643747bca6e30bb7015 100644 (file)
@@ -1,4 +1,4 @@
-<table class="table table-striped">
+<table class="table table-striped table-hover">
        <thead>
                <tr>
                        <th>{{ _("Commit") }}</th>
index ebeb776c42875758762afa45a1748c70a4a7c683..a7eb01a761dfe35c126a129fc4a13d669061f26d 100644 (file)
@@ -1,5 +1,5 @@
 {% if jobs %}
-       <table class="table table-striped">
+       <table class="table table-striped table-hover">
                {% for job in jobs %}
                        <tr>
                                <td>
index 614a96575a103c5cc467b692b3212c993b1eb17a..95b9d96215bd12ff43aed8918c0d5b589888cc41 100644 (file)
@@ -1,4 +1,4 @@
-<table class="table table-striped">
+<table class="table table-striped table-hover">
        <thead>
                <tr>
                        <th>{{ _("Arch") }}</th>
index 92f7be011e459d5113060b62ac81bbb5e5f2db6f..518c815a0caf9946a624fa6f90aad7e3136fa012 100644 (file)
@@ -1,4 +1,4 @@
-<table class="table table-striped">
+<table class="table table-striped table-hover">
        <thead>
                <tr>
                        <th>{{ _("Filename") }}</th>
index 08b66559a7603f4a8dbfbf9899d0ff7c022f4a72..3b9cfb0e98c40ee3b7fa30dc80828b08d1d5ed62 100644 (file)
@@ -1,4 +1,4 @@
-<table class="table table-striped">
+<table class="table table-striped table-hover">
        <tbody>
                {% for file in filelist %}
                        <tr>
index 68320bc0ed7b8f4fed9a2842cd253cc44ddd0ae1..bb2f13f12b76a728f5c084f4c459c52737fbff39 100644 (file)
@@ -1,4 +1,4 @@
-<table class="table table-striped">
+<table class="table table-striped table-hover">
        <thead>
                <tr>
                        <th>{{ _("Name") }}</th>
index 1f707228ab4104e5920c22d6ec9bb6c105bd9d53..a62d79f29fce66bb3570173545f80def06759afd 100644 (file)
@@ -1,4 +1,4 @@
-<table class="table table-striped">
+<table class="table table-striped table-hover">
        <thead>
                <tr>
                        <th>{{ _("Name") }}</th>
index 9b5a868a38afab7b7b97ac4309f01351041bf116..2fbff25b0d6fee2821b61c64a59073010c195137 100644 (file)
@@ -1,4 +1,4 @@
-<table class="table table-striped">
+<table class="table table-striped table-hover">
        <thead>
                <tr>
                        <th>{{ _("Name") }}</th>
index 39c449d4c91851b080691b2b3852e3b96a3239dc..53733a7b2b2f35f2d3155ef1b3c6408ab2d8547e 100644 (file)
@@ -1,4 +1,4 @@
-<table class="table table-striped">
+<table class="table table-striped table-hover">
        <tbody>
                {% for update in updates %}
                        <tr>
index 81802b2d19646eec84ed37d80bb77714ab2ded5e..1704f666ed871a0173d87d9179a6cb7b4af06837 100644 (file)
                        {% 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>
index eb88ecce3088e81638022fb743dbfee415870c3f..1c947d3144008a548a8b50cc19cf7dba729b1232 100644 (file)
@@ -57,7 +57,7 @@
 
        <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>
index d759b39dd6c22e5e175a349f0f6e2c1b71c3c777..f4736e8253ccd61cc819e612ee747b107499d508 100644 (file)
@@ -84,7 +84,7 @@
                <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>
index 28b6cec8a88eafa9741ac4dad74b6be77402a0ec..ae1a366f566ce269738c86a4de64dfb903882d54 100644 (file)
@@ -49,7 +49,7 @@
                                        <small>({{ len(pkgs) }})</small>
                                </h2>
 
-                               <table class="table table-striped">
+                               <table class="table table-striped table-hover">
                                        <tbody>
                                                {% for pkg in pkgs %}
                                                        <tr>
@@ -79,7 +79,7 @@
                                        {{ _("%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>
index f40207faf9b9f964c635d528ddb480c7e35661f5..5e760cb598dfb641c24b198e06c93168d33a3ff3 100644 (file)
@@ -31,7 +31,7 @@
        {% 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>
index 6ccf2ea77b121e0d6d3cba6bfc6296e08cf3b879..2d0537d7f257c7eca5032d8735de308c588d9984 100644 (file)
                                                <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?") }}