src/myams/resources/css/myams.css
changeset 33 09383f711349
parent 30 37ac838dfc35
child 36 f090c62de817
equal deleted inserted replaced
32:9b53e51e69e2 33:09383f711349
     1 /*
     1 /*
     2  * MyAMS
     2  * MyAMS
     3  * « My Application Management Skin »
     3  * « My Application Management Skin »
     4  *
     4  *
     5  * Version: 0.1.45 (rev. 1)
     5  * Version: 0.1.46 (rev. 1)
     6  * A bootstrap based application/administration skin
     6  * A bootstrap based application/administration skin
     7  *
     7  *
     8  * Custom administration and application skin tools
     8  * Custom administration and application skin tools
     9  * Released under Zope Public License ZPL 1.1
     9  * Released under Zope Public License ZPL 1.1
    10  * ©2014-2016 Thierry Florac <tflorac@ulthar.net>
    10  * ©2014-2016 Thierry Florac <tflorac@ulthar.net>
 16868   opacity: 1;
 16868   opacity: 1;
 16869 }
 16869 }
 16870 /*
 16870 /*
 16871  * Graphs
 16871  * Graphs
 16872  */
 16872  */
 16873 .chart {
 16873 .chart,
 16874   height: 220px;
 16874 .legend {
       
 16875   min-height: 250px;
 16875   margin: 20px 5px 10px 10px;
 16876   margin: 20px 5px 10px 10px;
 16876 }
 16877 }
 16877 .chart .legendLayer .background {
 16878 .chart .legendLayer .background,
       
 16879 .legend .legendLayer .background {
 16878   fill: rgba(255, 255, 255, 0.85);
 16880   fill: rgba(255, 255, 255, 0.85);
 16879   stroke: rgba(0, 0, 0, 0.85);
 16881   stroke: rgba(0, 0, 0, 0.85);
 16880   stroke-width: 1;
 16882   stroke-width: 1;
 16881 }
 16883 }
 16882 .chart-small {
 16884 .chart-sm {
 16883   height: 100px;
 16885   height: 100px;
 16884   width: 100%;
 16886   width: 100%;
 16885 }
 16887 }
 16886 .chart-large {
 16888 .chart-lg {
 16887   height: 235px;
 16889   height: 400px;
 16888   width: 100%;
 16890   width: 100%;
 16889 }
 16891 }
 16890 .chart-xl {
 16892 .chart-xl {
 16891   height: 297px;
 16893   height: 600px;
 16892   width: 100%;
 16894   width: 100%;
 16893 }
 16895 }
 16894 #flotTip {
 16896 #flotTip {
 16895   padding: 3px 5px;
 16897   padding: 3px 5px;
 16896   background-color: #fff;
 16898   background-color: #fff;