﻿
/*
SIL

Copyright: ARCHILEX SA

Author: Mauro Pedrazzoli
Date: June 2014

Questo CSS é usato per gestire il posizionamento delle icone nelle toolbar nella pagina index della parte principale (centrale)
e della parte a destra, nei browser che girano con motore WebKit (Mozilla e Safari)


*/


@media screen and (-webkit-min-device-pixel-ratio:0) {

    .buttonSync
    {
        border: none 0px #d3d3d3;
        text-align:left;
        background: transparent url('../images/button/sync@2x.png') no-repeat center center;
        width: 24px;
        height: 24px; 
        background-size: 24px 24px;
        position: relative;
        left: 3px;
        top:1px;
    }


    .buttonSurb
    {
        border: none 0px #d3d3d3;
        text-align:left;
        background: transparent url('../images/button/surb@2x.png') no-repeat center center;
        background-size: 24px 24px;
        position: relative;
        left: 15px;
        top: 1px;
        width: 24px;
        height: 24px;    
    }

    .buttonDown
    {
        border: none 0px #d3d3d3;
        text-align:left;
        background: transparent url('../images/button/down@2x.png') no-repeat center center;
        background-size: 24px 24px;
        position: relative;
        left:25px;
        top: 1px;
        width: 24px;
        height: 24px;    
    }

    .buttonUp
    {
        border: none 0px #d3d3d3;
        text-align:left;
        background: transparent url('../images/button/up@2x.png') no-repeat center center;
        background-size: 24px 24px;
        position: relative;
        top: 1px;
        left: 24px;
        width: 24px;
        height: 24px; 
    }

    .buttonSurbExp
    {
       
        border: none 0px #d3d3d3;
        position: relative;
        left: 5px;
        top: 4px;
        background: transparent url('../images/button/surb@2x.png') no-repeat center center;
        background-size: 24px 24px;
        width: 24px;
        height: 24px;    
    }

    .buttonDownExp
    {
        border: none 0px #d3d3d3;
        text-align:left;
        position: relative;
        left: 15px;
        top:4px;
        background: transparent url('../images/button/down@2x.png') no-repeat center center;
        background-size: 24px 24px;
        width: 24px;
        height: 24px;    
    }

    .buttonUpExp
    {
        border: none 0px #d3d3d3;
        text-align:left;
        position: relative;
        left: 12px;
        top: 4px;
        background: transparent url('../images/button/up@2x.png') no-repeat center center;
        background-size: 24px 24px;
        width: 24px;
        height: 24px; 
    }


}