comparison style.css @ 2:fd1b76816395 draft

Uploaded
author davidvanzessen
date Thu, 27 Mar 2014 10:54:03 -0400
parents 1ba88ffd6f4e
children
comparison
equal deleted inserted replaced
1:1ba88ffd6f4e 2:fd1b76816395
106 .tabberlive#tab2 .tabbertab { 106 .tabberlive#tab2 .tabbertab {
107 height:200px; 107 height:200px;
108 overflow:auto; 108 overflow:auto;
109 } 109 }
110 110
111 /* tables */
112 table.tablesorter {
113 font-family:arial;
114 background-color: #CDCDCD;
115 margin:10px 0pt 15px;
116 font-size: 8pt;
117 width: 100%;
118 text-align: left;
119 }
120 table.tablesorter thead tr th, table.tablesorter tfoot tr th {
121 background-color: #e6EEEE;
122 border: 1px solid #FFF;
123 font-size: 8pt;
124 padding: 4px;
125 }
126 table.tablesorter thead tr .header {
127 background-image: url(bg.gif);
128 background-repeat: no-repeat;
129 background-position: center right;
130 cursor: pointer;
131 }
132 table.tablesorter tbody td {
133 color: #3D3D3D;
134 padding: 4px;
135 background-color: #FFF;
136 vertical-align: top;
137 }
138 table.tablesorter tbody tr.odd td {
139 background-color:#F0F0F6;
140 }
141 table.tablesorter thead tr .headerSortUp {
142 background-image: url(asc.gif);
143 }
144 table.tablesorter thead tr .headerSortDown {
145 background-image: url(desc.gif);
146 }
147 table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
148 background-color: #8dbdd8;
149 }
111 150