Skip to content
Snippets Groups Projects
Commit a86d1d4a authored by Eric Rasmussen's avatar Eric Rasmussen
Browse files

[gh-179] Merging testing into staging -c875

git-svn-id: file:///tmp/wdn_thm_drupal/branches/drupal-7.x/staging@876 20a16fea-79d4-4915-8869-1ea9d5ebf173
parent a55d46f2
No related branches found
No related tags found
No related merge requests found
/* Most unl_wdn css comes from all.css in the WDNTemplates project.
CSS that does appear here is for CMS specific items or modifications
that need to be made for WDN styles to work with CMS DOM structure.
*/
/*
* Most unl_wdn css comes from all.css in the WDNTemplates project.
* CSS that does appear here is for CMS specific items or modifications
* that need to be made for WDN styles to work with CMS DOM structure.
*/
/* Position tabs at the top right of maincontent */
body.fixed #maincontent {
min-width: 940px;
overflow: visible !important;
min-width: 960px;
}
#maincontent ul.wdn_tabs.cms_tabs {
position: absolute;
......@@ -16,8 +18,12 @@ body.fixed #maincontent {
#navigation div.contextual-links-wrapper {
display: none;
}
/* UNL css displays all ul in copyright area as inline, need to hide this */
#wdn_copyright ul.contextual-links {
display: none;
}
/* Overrides of system.menus.css */
/* Overrides of system.menus.css due to conflicts with UNL navigation */
#navigation ul li.expanded, #navigation ul li.collapsed , #navigation ul li.leaf {
list-style-image: none;
list-style-type: none;
......@@ -26,3 +32,8 @@ body.fixed #maincontent {
margin: 0;
padding: 0;
}
/* Override for unl #maincontent specificity */
ul.links.inline {
padding-left: 0 !important;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment