]> git.parisson.com Git - telemeta.git/commitdiff
change CSS for playlist
authorKaltar5679 <killian.mary@outlook.fr>
Mon, 8 Jun 2015 09:28:37 +0000 (11:28 +0200)
committerKaltar5679 <killian.mary@outlook.fr>
Mon, 8 Jun 2015 09:28:37 +0000 (11:28 +0200)
examples/sandbox/src/django-haystack
src/django-haystack
telemeta/static/telemeta/css/lists_sorttable.css
telemeta/templates/telemeta/lists.html

index cecb459ff4468a79a43cead3d09e213d0980c080..bd60745ce82318b1819768c9a31db0579228654d 160000 (submodule)
@@ -1 +1 @@
-Subproject commit cecb459ff4468a79a43cead3d09e213d0980c080
+Subproject commit bd60745ce82318b1819768c9a31db0579228654d
index 0576c8093caf59bebedce75e0d711aacfd36f03f..609852661e5090d05ea04db9292ba109ce169027 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 0576c8093caf59bebedce75e0d711aacfd36f03f
+Subproject commit 609852661e5090d05ea04db9292ba109ce169027
index 8582d434c9e7cbb7c81322bb2a9026e5a514357e..b471940f1a71ca5fdad55b67e5aa9bd1e58ed2e8 100644 (file)
@@ -1,6 +1,6 @@
 /* tables */
 table.listing thead tr th, table.listing tfoot tr th {
-       padding-right: 15px;
+       
 }
 table.listing thead tr .header {
        background-image: url(images/bg.gif);
index 0a0fc359ab7e9db39cca1f4132a866b5cf184b83..96d830607be65e0ee4328358698853b247770dcf 100644 (file)
         <table id="{{playlist.playlist.public_id}}tb" class="listing" width="100%">
             <thead>
             <tr>
-                <th class="highlight">{% trans "Title" %}</th>
+                <th class="highlight" style="max-width:200px">{% trans "Title" %}</th>
                 <th>{% trans "Type" %}</th>
-                <th>{% trans "Code" %}</th>
+                <th style="max-width:200px">{% trans "Code" %}</th>
                 <th>{% trans "Recordist" %}</th>
                 <th>{% trans "Recording period" %}</th>
                 <th>{% trans "Digitized" %}</th>
             <tbody>
             {% for resource in playlist.resources %}
             <tr {% if not forloop.counter0|divisibleby:"2" %}class="odd"{% endif %}>
-                <td>
+                <td style="max-width:200px">
                     {% if resource.type == "item" and not resource.element == None %}
                     <a href="{% url "telemeta-item-detail" resource.element.public_id %}">{{ resource.element }}</a>
                     {% endif %}
                     {% if resource.element == None %}{% trans "deleted" %}{% endif %}
                 </td>
                 <td>{{ resource.type }}</td>
-                <td>
+                <td style="max-width:200px">
                     {{ resource.element.public_id }}
                 </td>
                 <td>{{ resource.element.apparent_collector }}</td>