mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 08:02:41 +02:00
Updated / Added JS and CSS files needed for new design. Updated README.md to include qTip and jqPlot license exceptions
This commit is contained in:
+8
-6
@@ -1,7 +1,7 @@
|
||||
/* Put this inside a @media qualifier so Netscape 4 ignores it */
|
||||
@media screen, print {
|
||||
@media screen, print {
|
||||
/* Turn off list bullets */
|
||||
ul.mktree li { list-style: none; }
|
||||
ul.mktree li { list-style: none; }
|
||||
/* Control how "spaced out" the tree is */
|
||||
ul.mktree, ul.mktree ul , ul.mktree li { margin-left:10px; padding:0px; }
|
||||
/* Provide space for our own "bullet" inside the LI */
|
||||
@@ -13,9 +13,11 @@
|
||||
/* Sublists are visible or not based on class of parent LI */
|
||||
ul.mktree li.liOpen ul { display: block; }
|
||||
ul.mktree li.liClosed ul { display: none; }
|
||||
|
||||
/* Format menu items differently depending on what level of the tree they are in */
|
||||
ul.mktree li { font-size: 12pt; }
|
||||
ul.mktree li ul li { font-size: 10pt; }
|
||||
ul.mktree li ul li ul li { font-size: 10pt; }
|
||||
ul.mktree li ul li ul li ul li { font-size: 10pt; }
|
||||
/* Uncomment this if you want your fonts to decrease in size the deeper they are in the tree */
|
||||
/*
|
||||
ul.mktree li ul li { font-size: 90% }
|
||||
*/
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user