--- a/src/metadatacomposer/static/metadatacomposer/css/style.css Tue Jun 11 13:07:00 2013 +0200
+++ b/src/metadatacomposer/static/metadatacomposer/css/style.css Tue Jun 11 13:13:42 2013 +0200
@@ -75,6 +75,7 @@
.table td{vertical-align: middle;}
.table td td{padding: 1px; border: none;}
.table td td a{width: 12px;display: block;}
+.table th.copy-url{width: 135px;}
.config-diaporama{color: #FFF;}
.config-diaporama form{background-color: #34495e; padding: 4px 0; margin: 0; overflow: hidden; line-height: 28px;}
.config-diaporama form label{display: inline-block; padding-left: 10px;}
--- a/src/metadatacomposer/templates/metadatacomposer_project_list.html Tue Jun 11 13:07:00 2013 +0200
+++ b/src/metadatacomposer/templates/metadatacomposer_project_list.html Tue Jun 11 13:13:42 2013 +0200
@@ -25,8 +25,8 @@
<th>Titre</th>
<th>Média associé</th>
<th>Modification</th>
- <th>URL</th>
- <th>Embed</th>
+ <th class="copy-url">URL</th>
+ <th class="copy-url">Embed</th>
<th>Actions</th>
</tr>
</thead>