Styleguide and theme code de-duplication (#1651)
[openemr.git] / interface / themes / core / list-table.scss
blobe6b964bd40ad7517c51051fef4f2d98eeaf2f695
1 /**
2 * List-table formatting
3 **/
4 .showborder {
5         width: 650px;
8 .showborder td {
9         border-bottom: 1px dashed #000000;
10         text-align: left;
13 .showborder_head th {
14         border-bottom: 1px solid #000000;
15         text-align: left;
18 .shownoborder td {
19         text-align: left;
22 .showborder_long {
23         width: 100%;
26 .showborder_long tr td {
27         border-bottom: 1px dashed #000000;
28         text-align: left;