Plugin Directory

Changeset 1867258


Ignore:
Timestamp:
05/02/2018 03:05:00 AM (8 years ago)
Author:
ndelilovic
Message:

Minor changes to css

File:
1 edited

Legend:

Unmodified
Added
Removed
  • salah-widget/trunk/public/css/salah-stylesheet.css

    r1866059 r1867258  
    11.classicTable {
    2     overflow: hidden;
    3     -webkit-border-radius: 3px;
    4     -moz-border-radius: 3px;
    5     border-radius: 3px;
     2    table-layout: auto;
     3    border-collapse: collapse;
    64}
    75
    86.classicTable tbody td, .classicTable thead th {
     7    vertical-align: middle;
    98    padding:1%;
    109    border: 1px solid #7D7D7D;
     
    1514
    1615.blueTable {
    17     overflow: hidden;
    18     -webkit-border-radius: 3px;
    19     -moz-border-radius: 3px;
    20     border-radius: 3px;
     16    table-layout: auto;
     17    border-collapse: collapse;
    2118}
    2219
     
    2724
    2825.blueTable thead th {
     26    vertical-align: middle;
    2927    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #006699), color-stop(1, #00557F));
    3028    background: -moz-linear-gradient(center top, #006699 5%, #00557F 100%);
     
    3836
    3937.blueTable tbody td {
     38    vertical-align: middle;
    4039    padding:1%;
    4140    font: normal 12px/150% Arial, Helvetica, sans-serif;
     
    4645
    4746.greenTable {
    48     overflow: hidden;
    49     -webkit-border-radius: 3px;
    50     -moz-border-radius: 3px;
    51     border-radius: 3px;
     47    table-layout: auto;
     48    border-collapse: collapse;
    5249}
    5350
     
    5855
    5956.greenTable thead th {
     57    vertical-align: middle;
    6058    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #36752D), color-stop(1, #275420));
    6159    background: -moz-linear-gradient(center top, #36752D 5%, #275420 100%);
     
    6866
    6967.greenTable tbody td {
     68    vertical-align: middle;
    7069    padding:1%;
    7170    font: normal 12px/150% Arial, Helvetica, sans-serif;
     
    7675
    7776.redTable {
    78     overflow: hidden;
    79     -webkit-border-radius: 3px;
    80     -moz-border-radius: 3px;
    81     border-radius: 3px;
     77    table-layout: auto;
     78    border-collapse: collapse;
    8279}
    8380
     
    8885
    8986.redTable thead th {
     87    vertical-align: middle;
    9088    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #991821), color-stop(1, #80141C));
    9189    background: -moz-linear-gradient(center top, #991821 5%, #80141C 100%);
     
    9896
    9997.redTable tbody td {
     98    vertical-align: middle;
    10099    padding:1%;
    101100    font: normal 12px/150% Arial, Helvetica, sans-serif;
     
    106105
    107106.greyTable {
    108     overflow: hidden;
    109     -webkit-border-radius: 3px;
    110     -moz-border-radius: 3px;
    111     border-radius: 3px;
     107    table-layout: auto;
     108    border-collapse: collapse;
    112109}
    113110
     
    118115
    119116.greyTable thead th {
     117    vertical-align: middle;
    120118    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #8C8C8C), color-stop(1, #7D7D7D));
    121119    background: -moz-linear-gradient(center top, #8C8C8C 5%, #7D7D7D 100%);
     
    128126
    129127.greyTable tbody td {
     128    vertical-align: middle;
    130129    padding:1%;
    131130    font: normal 12px/150% Arial, Helvetica, sans-serif;
Note: See TracChangeset for help on using the changeset viewer.