Skip to content
Extraits de code Groupes Projets
dashboard.less 2,61 ko
Newer Older
  • Learn to ignore specific revisions
  • #multisites {
      border: 0;
      padding: 0 15px;
      font-size: 14px;
    
      .notification-error {
        margin-top: 15px;
      }
    
    
      .add_new_site,
      .clean {
        border: 0 !important;
        text-align: right; padding-top: 15px;padding-right:10px;
      }
    
      .add_new_site {
        img {
          margin: 0px;
        }
      }
    
      .site_search {
        padding: 0px;
        text-align: center;
        border: 0 !important;
      }
    
    
      td, tr, .sparkline {
        text-align: center;
        vertical-align: middle;
        padding: 1px;
        margin: 0;
      }
    
      .indicator {
        background: url(plugins/MultiSites/images/loading-blue.gif) no-repeat center;
        height: 20px;
        width: 60px;
        margin: auto;
        border: 0 !important;
      }
    
    
      .paging {
        padding: 20px;
    
        .previous {
          padding-right: 20px;
        }
        .next {
          padding-left: 20px;
        }
      }
    
      .site_search input {
        margin-right: 0px;
        margin-left: 25px;
      }
    
    
      .search_ico {
        position: relative;
        left: -25px;
    
        margin-right: 0px;
    
      }
      .reset {
        position: relative;
        left: -25px;
        cursor: pointer;
    
        margin-right: 0px;
    
      }
      tr.group {
        font-weight: bold;
        height: 30px;
      }
      tr.groupedWebsite .label {
        padding-left: 50px;
      }
      td.multisites-label {
        padding-left: 15px;
        text-align: left;
        width: 250px;
      }
      td.multisites-label a:hover {
        text-decoration: underline;
      }
    
      td.multisites-column,
      th.multisites-column {
        width: 70px;
        white-space: nowrap;
      }
    
      td.multisites-column-evolution,
      th.multisites-column-evolution {
        width: 70px;
      }
    
    
      th#evolution {
        width:350px;
      }
    
      th#visits {
        width: 100px;
      }
    
      th#pageviews {
        width: 110px;
      }
    
      th#revenue {
        width: 110px;
      }
    
      .evolution {
        cursor:pointer;
      }
    
      .allWebsitesLoading {
        padding:20px
      }
    
      .allWebsitesLoadingIndicator {
        background: url(plugins/Zeitgeist/images/loading-blue.gif) no-repeat right 3px;
        display: inline-block;
        width: 16px;
        height: 16px;
      }
    
      .heading {
        display: inline-block;
        margin-top: 4px;
      }
    
      .multisites_desc {
        width: 16px;
        height: 13px;
        display: inline-block;
        background-image: url(plugins/Zeitgeist/images/sortdesc.png);
      }
      .multisites_asc {
        width: 16px;
        height: 13px;
        display: inline-block;
        background-image: url(plugins/Zeitgeist/images/sortasc.png);
      }
      div.sparkline {
        float:none;
      }
    
    }
    
    #mt thead {
      line-height: 2.5em;
    }
    
    #mt thead *:first-child {
      border-top-left-radius: 7px
    }
    
    #mt thead *:last-child {
      border-top-right-radius: 7px;
    }