diff --git a/sites/all/themes/unl_wdn/style.css b/sites/all/themes/unl_wdn/style.css index f533e2f166991018a8e4eb6b11ce7b466ad4ce7c..e85a9f4873d33d9e0f0b63468dffb64f220a1215 100644 --- a/sites/all/themes/unl_wdn/style.css +++ b/sites/all/themes/unl_wdn/style.css @@ -6,12 +6,14 @@ /* Position tabs at the top right of maincontent */ body.fixed #maincontent {min-width: 960px;} -#maincontent ul.wdn_tabs.cms_tabs {position: absolute; right: 0; top: -60px;} +#maincontent ul.wdn_tabs.cms_tabs {position: absolute; right: 0; top: -60px; width: auto;} /* Fix for a Views page */ #pagetitle {position: relative;} #wdn_content_wrapper.contextual-links-region {position: static;} /* Hide the contextual links in the UNL nav */ #navigation div.contextual-links-wrapper {display: none;} +/* Hide file icon in file field */ +.field-type-file .file-icon {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 due to conflicts with UNL navigation */