Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 101 | Rev 103 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 101 Rev 102
Línea 1759... Línea 1759...
1759
   .panel-heading .accordion-toggle:after {
1759
   .panel-heading .accordion-toggle:after {
1760
        /* symbol for "opening" panels */
1760
        /* symbol for "opening" panels */
1761
        display: inline-block;
1761
        display: inline-block;
1762
				font: normal normal normal 14px/1 FontAwesome;
1762
				font: normal normal normal 14px/1 FontAwesome;
1763
				font-size: inherit;
1763
				font-size: inherit;
1764
				content: "\f09e";
1764
				content: "\f078";
1765
				text-rendering: auto;
-
 
1766
				float: right;        /* adjust as needed */
1765
				float: right;        /* adjust as needed */
1767
        color: grey;         /* adjust as needed */
1766
        color: grey;         /* adjust as needed */
-
 
1767
				text-rendering: auto;
1768
				-webkit-font-smoothing: antialiased;
1768
				-webkit-font-smoothing: antialiased;
1769
    }
1769
    }
-
 
1770
    .panel-heading .accordion-toggle.collapsed:after {
-
 
1771
        /* symbol for "collapsed" panels */
-
 
1772
        content: "\f054";    /* adjust as needed, taken from bootstrap.css */
-
 
1773
    }
Línea 1770... Línea 1774...
1770
 
1774
 
1771
 
1775
 
1772
</style>
1776
</style>