security update for uuid xmlsitemap file_field_path
This commit is contained in:
@@ -12,6 +12,8 @@
|
||||
*
|
||||
*/
|
||||
/**
|
||||
*
|
||||
* @codingStandardsIgnoreFile Ignore because it's code from another project.
|
||||
*
|
||||
* @description Create a sortable table with multi-column sorting capabilitys
|
||||
*
|
||||
|
File diff suppressed because one or more lines are too long
@@ -1,6 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!-- Copyright (c) 2010 Dave Reid <http://drupal.org/user/53892>
|
||||
|
||||
<!-- Copyright (c) 2010 Dave Reid <https://www.drupal.org/user/53892>
|
||||
|
||||
This file is free software: you may copy, redistribute and/or modify it
|
||||
under the terms of the GNU General Public License as published by the
|
||||
@@ -55,7 +56,7 @@
|
||||
</xsl:choose>
|
||||
|
||||
<div id="footer">
|
||||
<p>Generated by the <a href="http://drupal.org/project/xmlsitemap">Drupal XML sitemap module</a>.</p>
|
||||
<p>Generated by the <a href="https://www.drupal.org/project/xmlsitemap">Drupal XML sitemap</a>.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@@ -1,6 +1,5 @@
|
||||
|
||||
body {
|
||||
background-color: #FFF;
|
||||
background-color: #fff;
|
||||
font-family: Verdana,sans-serif;
|
||||
font-size: 10pt;
|
||||
}
|
||||
@@ -8,15 +7,16 @@ h1 {
|
||||
font-size: 1.25em;
|
||||
}
|
||||
table.tablesorter {
|
||||
background-color: #CDCDCD;
|
||||
margin:10px 0pt 15px;
|
||||
background-color: #cdcdcd;
|
||||
margin: 10px 0pt 15px;
|
||||
font-size: 8pt;
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
}
|
||||
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
|
||||
background-color: #E6EEEE;
|
||||
border: 1px solid #FFF;
|
||||
table.tablesorter thead tr th,
|
||||
table.tablesorter tfoot tr th {
|
||||
background-color: #e6eeee;
|
||||
border: 1px solid #fff;
|
||||
font-size: 8pt;
|
||||
padding: 3px;
|
||||
}
|
||||
@@ -24,13 +24,13 @@ table.tablesorter thead tr .header {
|
||||
cursor: pointer;
|
||||
}
|
||||
table.tablesorter tbody td {
|
||||
color: #3D3D3D;
|
||||
color: #3d3d3d;
|
||||
padding: 3px;
|
||||
background-color: #FFF;
|
||||
background-color: #fff;
|
||||
vertical-align: top;
|
||||
}
|
||||
table.tablesorter tbody tr.odd td {
|
||||
background-color: #EFEFEF;
|
||||
background-color: #efefef;
|
||||
}
|
||||
table.tablesorter thead tr .headerSortUp {
|
||||
background: url(/misc/arrow-asc.png) no-repeat center right;
|
||||
@@ -38,8 +38,9 @@ table.tablesorter thead tr .headerSortUp {
|
||||
table.tablesorter thead tr .headerSortDown {
|
||||
background: url(/misc/arrow-desc.png) no-repeat center right;
|
||||
}
|
||||
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
|
||||
background-color: #5050D3;
|
||||
color: #FFF;
|
||||
table.tablesorter thead tr .headerSortDown,
|
||||
table.tablesorter thead tr .headerSortUp {
|
||||
background-color: #5050d3;
|
||||
color: #fff;
|
||||
font-style: italic;
|
||||
}
|
||||
|
Reference in New Issue
Block a user