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

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
parent cda63d33
No related branches found
No related tags found
No related merge requests found
/* 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment