Remove unused styles from joomla.css
authorColeman Watts <coleman@civicrm.org>
Tue, 26 Aug 2014 14:59:24 +0000 (15:59 +0100)
committerColeman Watts <coleman@civicrm.org>
Tue, 26 Aug 2014 14:59:24 +0000 (15:59 +0100)
css/joomla.css

index f26e0b2253d5429c11ccd6f4f952c93b29bfd31c..2bf04eb8add0473107e96d16f7ad753825372f20 100644 (file)
@@ -59,41 +59,6 @@ td.label {
   background: none;
 }
 
-/*
-** Menu styles
-*/
-#crm-container .menu {
-  padding: 0 0 0 0.5em;
-  margin: 0 0 0 2em;
-}
-#crm-container .menu ul {
-  list-style: none;
-  border: none;
-  text-align:left;
-}
-#crm-container .menu li a {
-  width: 100%;
-  text-decoration: none;
-}
-#crm-container li.expanded {
-  list-style-type: circle;
-  list-style-image: url(menu-expanded.png);
-  padding: 0.2em 0.5em 0 0;
-  margin: 0;
-}
-#crm-container li.collapsed {
-  list-style-type: disc;
-  list-style-image: url(menu-collapsed.png);
-  padding: 0.2em 0.5em 0 0;
-  margin: 0;
-}
-#crm-container li a.active {
-  color: #000;
-}
-#crm-container td.menu-disabled {
-  background: #ccc;
-}
-
 /*
 ** Other common styles
 */