Skip to content

Commit

Permalink
#151 Added metatag module for SEO.
Browse files Browse the repository at this point in the history
  • Loading branch information
Izoman committed Sep 17, 2015
1 parent 69fe448 commit 0857972
Show file tree
Hide file tree
Showing 97 changed files with 15,176 additions and 0 deletions.
690 changes: 690 additions & 0 deletions sites/all/modules/metatag/CHANGELOG.txt

Large diffs are not rendered by default.

339 changes: 339 additions & 0 deletions sites/all/modules/metatag/LICENSE.txt

Large diffs are not rendered by default.

344 changes: 344 additions & 0 deletions sites/all/modules/metatag/README.txt

Large diffs are not rendered by default.

Binary file added sites/all/modules/metatag/arrow-down.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sites/all/modules/metatag/arrow-right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
88 changes: 88 additions & 0 deletions sites/all/modules/metatag/metatag.admin.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
div.metatag-config-label {
padding-left: 20px;
}

div.metatag-config-label > a {
font-weight: bold;
}

.metatag-config-label.collapsed {
background-image: url('arrow-right.png');
background-repeat: no-repeat;
background-position: center left;
}

.metatag-config-label.expanded {
background-image: url('arrow-down.png');
background-repeat: no-repeat;
background-position: center left;
}

table.metatag-config-overview > tbody > tr > td:first-child {
width: 60%;
}

table.metatag-config-overview > tbody > tr > td {
vertical-align: top;
}

table.metatag-config-overview tbody div.indent {
margin-left: 20px;
}

table.metatag-config-overview tr.disabled > td:first-child a {
color: #999;
}

div.metatag-config-details {
color: #666;
margin-left: 20px;
}

div.metatag-config-details p {
margin: 0.75em 0;
}

div.metatag-config-details div.inheritance {
font-style: italic;
}

div.metatag-config-details table.metatag-value-summary {
border: none;
width: auto;
margin: 0.75em 0;
}

div.metatag-config-details table.metatag-value-summary td {
padding: 0 0.5em 0 0;
color: #666;
}

div.metatag-config-details table.metatag-value-summary tr,
div.metatag-config-details table.metatag-value-summary tr td:last-child {
background-color: transparent;
border: none;
}

div.metatag-config-details table.metatag-value-summary tr td:first-child {
font-weight: bold;
padding-right: 2em;
}

/*div.metatag-config-details ul {
margin-left: 2em;
}
div.metatag-config-details ul li {
line-height: 105%;
}
div.metatag-config-details > p {
margin: 0.25em 0;
}*/


/* For the advanced settings page */
.metatag-bundle-checkbox {
margin-left: 2em;
}
Loading

0 comments on commit 0857972

Please sign in to comment.