enhance table width
authorcavaliet
Tue, 11 Jun 2013 13:13:42 +0200
changeset 114 dbd3a1441943
parent 113 0d5cf2e17cbd
child 117 a56fad1ada35
enhance table width
src/metadatacomposer/static/metadatacomposer/css/style.css
src/metadatacomposer/templates/metadatacomposer_project_list.html
--- 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>