From 4ca6e370806b291a7708557b843993b79f31922a Mon Sep 17 00:00:00 2001 From: Eric Rasmussen <eric@unl.edu> Date: Thu, 16 Sep 2010 21:44:34 +0000 Subject: [PATCH] Make the admin toolbar font-size consistent when switching between unl_wdn and Seven themes git-svn-id: file:///tmp/wdn_thm_drupal/branches/drupal-7.x@170 20a16fea-79d4-4915-8869-1ea9d5ebf173 --- sites/all/themes/unl_wdn/style.css | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/sites/all/themes/unl_wdn/style.css b/sites/all/themes/unl_wdn/style.css index 3f05a8d6..1936e0bb 100644 --- a/sites/all/themes/unl_wdn/style.css +++ b/sites/all/themes/unl_wdn/style.css @@ -1,4 +1,16 @@ +/* This unl_wdn theme shouldn't have style rules as the css + comes from all.css in the WDNTemplates project. + + However, there are some admin tweaks to make. For example, + the Seven theme ahs some rules that define the admin toolbar + that need to be replicated here. */ +#toolbar { + font-size:11.5167px; +} + + +/* Older CSS from when we were going to use this theme for the admin interface ul.primary li a { border-width: 0px; margin-right:0; @@ -13,7 +25,6 @@ body.fixed #maincontent { overflow: visible; } -/* begin nested nav UL fixes */ #navigation ul li ul { overflow:hidden; } @@ -21,9 +32,7 @@ body.fixed #maincontent { #navigation ul li ul li ul li{ margin-left: 10px; overflow: hidden; -} -/* end nested nav UL fixes */ - +} li.leaf { list-style-image:none; } @@ -48,4 +57,4 @@ html.tinyMceEditor#maincontent { .element-invisible { display: none; } -} \ No newline at end of file +*/ \ No newline at end of file -- GitLab