@@ -3,7 +3,7 @@ Title : Vesta
33Author : Eugen Lobicov, eugen.lobicov@gmail.com
44
55created : November 27, 2009
6- last updated : February 1 , 2012
6+ last updated : February 8 , 2012
77- - - - - - - - - - - - - - - - - - */
88
99html {
@@ -579,7 +579,8 @@ input::-moz-focus-inner{
579579
580580.checkbox-selector ,
581581.context-actions ,
582- .checkbox-selector .ui-checkbox {
582+ .checkbox-selector .ui-checkbox ,
583+ .cust-checkbox-wrap .ui-checkbox {
583584 display : -moz-inline-stack;
584585 display : inline-block;
585586 zoom : 1 ;
@@ -589,15 +590,16 @@ input::-moz-focus-inner{
589590 .ui-helper-hidden-accessible {
590591 display : none;
591592 }
593+ .cust-checkbox-wrap span .ui-checkbox ,
592594 .checkbox-selector span .ui-checkbox {
593595 float : none;
594596 width : 10px ;
595597 height : 10px ;
596598 margin : 2px 2px 0 0 ;
597- /*background:url(../i/checkbox-selector-2012-01-29.png) no-repeat;*/
598599 background : url(../ images/checkbox-selector-2012-01-31.png) no-repeat;
599600 cursor : pointer;
600601 }
602+ .cust-checkbox-wrap .cust-checkbox-title ,
601603 .checkbox-selector .selector-title {
602604 font-size : 11px ;
603605 line-height : 15px ;
@@ -606,22 +608,27 @@ input::-moz-focus-inner{
606608 cursor : pointer;
607609 white-space : nowrap;
608610 }
611+ .cust-checkbox-wrap span .ui-checkbox-hover ,
609612 .checkbox-selector span .ui-checkbox-hover {
610613 background-position : 0 -20px ;
611614 -moz-box-shadow : 0 0 5px rgba (82 , 168 , 236 , 0.6 );
612615 -webkit-box-shadow : 0 0 5px rgba (82 , 168 , 236 , 0.6 );
613616 }
617+ .cust-checkbox-wrap span .ui-checkbox-state-checked ,
614618 .checkbox-selector span .ui-checkbox-state-checked {
615619 background-position : 0 -40px ;
616620 }
621+ .cust-checkbox-wrap span .ui-checkbox-state-checked-hover ,
617622 .checkbox-selector span .ui-checkbox-state-checked-hover {
618623 background-position : 0 -60px ;
619624 -moz-box-shadow : 0 0 5px rgba (82 , 168 , 236 , 0.6 );
620625 -webkit-box-shadow : 0 0 5px rgba (82 , 168 , 236 , 0.6 );
621626 }
627+ .cust-checkbox-wrap .cust-checkbox-title : hover ,
622628 .checkbox-selector .selector-title : hover {
623629 color : # 2ea8bd ;
624630 }
631+ .cust-checkbox-wrap .cust-checkbox-title : active ,
625632 .checkbox-selector .selector-title : active {
626633 color : # fc0 ;
627634 }
@@ -3196,6 +3203,7 @@ input::-moz-focus-inner{
31963203.form-suspended .do_action_toggle_suspend {opacity : 1 ; filter : alpha (opacity = 100 );}
31973204
31983205
3206+ /*
31993207.stats-block{
32003208 background:#474338;
32013209 padding:10px;
@@ -3212,8 +3220,8 @@ input::-moz-focus-inner{
32123220 display:block;
32133221 margin:0 auto;
32143222}
3215-
3216- /* START: DEV!! */
3223+ */
3224+ /* START: DEV!!
32173225.stats-subbar span{
32183226 cursor: pointer;
32193227 margin-left: 22px;
@@ -3226,4 +3234,105 @@ input::-moz-focus-inner{
32263234 color: #FF6766;
32273235 border-bottom: 0;
32283236}
3229- /* END: DEV */
3237+ END: DEV */
3238+
3239+
3240+ /* stats
3241+ - - - - - - - - - - - - - - - - - - - */
3242+ .date-range-controls {
3243+ float : left;
3244+ margin-left : -220px ;
3245+ }
3246+ .date-range-control {
3247+ display : -moz-inline-stack;
3248+ display : inline-block;
3249+ zoom : 1 ;
3250+ * display : inline;
3251+ vertical-align : top;
3252+
3253+ margin : 0 0 0 20px ;
3254+ font-size : 11px ;
3255+ line-height : 15px ;
3256+ border-bottom : 1px dotted # 5D5D5D ;
3257+ cursor : pointer;
3258+ }
3259+ span .date-range-control : hover {
3260+ color : # 2ea8bd ;
3261+ border-bottom-color : # 2ea8bd ;
3262+ }
3263+ span .date-range-control : active {
3264+ color : # fc0 ;
3265+ border-bottom-color : # fc0 ;
3266+ }
3267+
3268+ .date-range-controls .active {
3269+ border : none;
3270+ font-weight : bold;
3271+ color : # ff6766 ;
3272+ }
3273+ .date-range-controls .motive {
3274+ text-transform : uppercase;
3275+ color : # 898989 ;
3276+ line-height : 17px ;
3277+ }
3278+
3279+
3280+ .stats-components {
3281+ position : relative;
3282+ /*top:3px;*/
3283+ float : right;
3284+ }
3285+ .stats-components .stats-component {
3286+ margin-left : 7px ;
3287+ }
3288+ .stats-components .cust-checkbox-title {
3289+ line-height : 13px ;
3290+ }
3291+
3292+ .stats-period {
3293+ width : 620px ;
3294+ padding : 30px 0 0 ;
3295+ margin : 0 auto 20px ;
3296+ font-size : 11px ;
3297+ }
3298+ .stats-period-title {
3299+ padding : 2px 40px 0 0 ;
3300+ text-transform : uppercase;
3301+ color : # bcbcbc ;
3302+ }
3303+ .stats-period .dt-day ,
3304+ .stats-period .dt-time {
3305+ font-size : 12px ;
3306+ line-height : 18px ;
3307+ font-weight : bold;
3308+ }
3309+ .stats-period .dt-day {
3310+ color : # 5f5e59 ;
3311+ }
3312+ .stats-period .dt-time {
3313+ padding-left : 10px ;
3314+ font-size : 11px ;
3315+ color : # bab7ae ;
3316+ }
3317+ .stats-period-devider {
3318+ padding : 0 25px ;
3319+ }
3320+
3321+ .stats-block {
3322+ width : 600px ;
3323+ margin : 0 auto 10px ;
3324+ padding : 10px 10px 34px ;
3325+ background : # 474338 ;
3326+ }
3327+ .stats-block-header {
3328+ color : # fc0 ;
3329+ font-size : 12px ;
3330+ font-weight : bold;
3331+ text-align : center;
3332+ }
3333+ .stats-block .stats-graph {
3334+ display : block;
3335+ margin : 0 auto;
3336+ }
3337+
3338+
0 commit comments