From 62c8e37df1f3d6199c20c125487569cf77d49de4 Mon Sep 17 00:00:00 2001 From: Eric Rasmussen <eric@unl.edu> Date: Thu, 3 Nov 2011 20:24:47 +0000 Subject: [PATCH] [gh-259] Merging testing into staging -c1227 git-svn-id: file:///tmp/wdn_thm_drupal/branches/drupal-7.x/staging@1228 20a16fea-79d4-4915-8869-1ea9d5ebf173 --- sites/all/themes/unl_wdn/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sites/all/themes/unl_wdn/style.css b/sites/all/themes/unl_wdn/style.css index f533e2f1..e85a9f48 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 */ -- GitLab