File "_table-rtl.scss"

Full path: /var/www/html/cemeau/wp-content/plugins/wp-statistics/assets/dev/sass/rtl/_table-rtl.scss
File size: 1.87 KB
MIME-type: text/csv
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

#wp_statistics_editor_meta_box,
#wp-statistics-countries-widget,
#wp-statistics-hitsmap-widget,
#wp-statistics-summary-widget,
#wp-statistics-words-widget,
#wps_hits_postbox,
#wps_top_visitors_postbox,
#wps_search_postbox,
#wps_words_postbox,
#wps_recent_postbox,
#wps_map_postbox,
#wps_pages_postbox,
#wps_summary_postbox,
#wps_browsers_postbox,
#wps_referring_postbox,
#wps_countries_postbox,
#wps_pages_postbox{

  table.o-table {

    tbody, thead {
      tr {
        td, th {
          padding: 14px 40px 14px 0 !important;
          text-align: right !important;
          a, span {
            text-align: right !important;
          }

          .wps-flag {
            margin-right: 0 !important;
            margin-left: 4px !important;
          }

          .log-tools {
            float: unset !important;
          }
        }

        td:first-child, th:first-child {
          text-align: right !important;
          padding-right: 20px !important;
          padding-left: 10px !important;

          @media screen and (min-width: 1200px) {
            padding-right: 32px !important;
            padding-left: 10px !important;
          }
        }

        td:last-child, th:last-child {
          text-align: right !important;
          padding-right: 20px !important;
          padding-left: 24px !important;
        }
      }
    }
  }
}


.o-table-wrapper table.wps-new-table{
  thead th:last-child ,tbody td:last-child {
    &:not(.start){
      text-align: left !important;
    }
  }
  tbody tr td .wps-table-ellipsis--name svg, tbody tr td .wps-avatar , tbody tr td .wps-pages-image{
    margin-right:0;
    margin-left: 8px;
  }

  thead th.wps-pd-l:first-child , tbody td.wps-pd-l:first-child{
    padding-left: 0 !important;
    padding-right: 24px !important;
  }

  tbody tr td .wps-link-arrow:after, tbody tr td.view-more.view-more__arrow a:after{
    transform: rotateY(180deg)
  }
}