#header h1 {
color: #fff;
margin-left: 310px;
+ position: fixed;
+ top: 10px;
+ left: -15px;
+ color: white!important;
}
-#header h1, p.breadcrumbs {
+/*
+#header h1 {
+ margin-top: 2px;
+}
+*/
+
+p.breadcrumbs {
margin-top: 30px;
margin-left: 310px;
}
FONT-SIZE: 1px;
}
-<!--
-#header h1 {
- margin-top: 2px;
-}
--->
-
table.navLinks {
margin-right: 20px;
}
top: 0px;
}
-<!--
-#header h1 {
- position: fixed;
- top: 35px;
- left: -15px;
- color: white!important;
-}
--->
-
body.sidebar #toolbar{
left: 0px;
}
/* Overide jquery treeview's defaults for ul. */
.treeview ul {
- background-color: #F0F0F0 !important;
+ background-color: transparent;
margin-top: 4px;
}
#webhelp-currentid {
background-color: #D8D8D8 !important;
}
+.treeview .hover { color: black; }
+.filetree li span a { text-decoration: none; font-size: 12px; color: #517291; }
/* Override jquery-ui's default css customizations. These are supposed to take precedence over those.*/
.ui-widget-content {
-webkit-border-radius:15px; -moz-border-radius:10px;
border: 1px solid #f1f1f1;
}
+.ui-corner-all { border-radius: 0 0 0 0; }
+
+.ui-tabs { padding: .2em;}
+.ui-tabs .ui-tabs-nav li { top: 0px; margin: -2px 0 1px; text-transform: uppercase; font-size: 10.5px;}
+.ui-tabs .ui-tabs-nav li a { padding: .25em 2em .25em 1em; margin: .5em; text-shadow: 0 1px 0 rgba(255,255,255,.5); }
</style>
<!--