src/myams/resources/css/myams.css
changeset 36 f090c62de817
parent 33 09383f711349
child 39 fed67f169e1c
equal deleted inserted replaced
35:a1875fea41df 36:f090c62de817
     1 /*
     1 /*
     2  * MyAMS
     2  * MyAMS
     3  * « My Application Management Skin »
     3  * « My Application Management Skin »
     4  *
     4  *
     5  * Version: 0.1.46 (rev. 1)
     5  * Version: 0.1.47 (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>
 16879 .legend .legendLayer .background {
 16879 .legend .legendLayer .background {
 16880   fill: rgba(255, 255, 255, 0.85);
 16880   fill: rgba(255, 255, 255, 0.85);
 16881   stroke: rgba(0, 0, 0, 0.85);
 16881   stroke: rgba(0, 0, 0, 0.85);
 16882   stroke-width: 1;
 16882   stroke-width: 1;
 16883 }
 16883 }
       
 16884 .legend .legendLayer {
       
 16885   width: 100% !important;
       
 16886   height: 100% !important;
       
 16887 }
 16884 .chart-sm {
 16888 .chart-sm {
 16885   height: 100px;
 16889   max-height: 100px;
 16886   width: 100%;
 16890   width: 100%;
 16887 }
 16891 }
 16888 .chart-lg {
 16892 .chart-lg {
 16889   height: 400px;
 16893   min-height: 400px;
 16890   width: 100%;
 16894   width: 100%;
 16891 }
 16895 }
 16892 .chart-xl {
 16896 .chart-xl {
 16893   height: 600px;
 16897   min-height: 600px;
 16894   width: 100%;
 16898   width: 100%;
 16895 }
 16899 }
 16896 #flotTip {
 16900 #flotTip {
 16897   padding: 3px 5px;
 16901   padding: 3px 5px;
 16898   background-color: #fff;
 16902   background-color: #fff;