X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Foutside_in%2Fcss%2Foutside_in.table.css;fp=web%2Fcore%2Fmodules%2Foutside_in%2Fcss%2Foutside_in.table.css;h=0000000000000000000000000000000000000000;hp=dc6bb8950232f628f9350d67445807c0fefa8b20;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/web/core/modules/outside_in/css/outside_in.table.css b/web/core/modules/outside_in/css/outside_in.table.css deleted file mode 100644 index dc6bb8950..000000000 --- a/web/core/modules/outside_in/css/outside_in.table.css +++ /dev/null @@ -1,72 +0,0 @@ -/** - * @file - * Visual styling for tables in the Settings Tray module's off canvas tray. - */ - -.ui-dialog-outside-in table { - border: 0; - border-collapse: collapse; - min-width: 300px; - margin-top: 0; - /* Cancel out the padding of the parent to make the table full width and flush to the bottom. */ - margin-right: -20px; - margin-left: -20px; - margin-bottom: -10px; -} -.ui-dialog-outside-in tr th { - padding: 2px 4px; - background-color: transparent; - border: 0; - border-collapse: collapse; - font-size: 12px; - color: #bbb; - text-align: left; /* LTR */ -} -[dir="rtl"] .ui-dialog-outside-in tr th { - text-align: right; -} -.ui-dialog-outside-in tr, -.ui-dialog-outside-in tr td { - padding: 2px 4px; - height: 35px; - vertical-align: middle; - text-align: left; /* LTR */ - border: 0px; - border-style: solid; - border-color: #777; - border-bottom-width: 1px; - background: none; - background-color: transparent; - font-size: 12px; -} -[dir="rtl"] .ui-dialog-outside-in tr th, -[dir="rtl"] .ui-dialog-outside-in tr td { - text-align: right; -} -.ui-dialog-outside-in td a { - display: block; - max-width: 120px; - overflow: hidden; -} -.ui-dialog.ui-dialog-outside-in tr td:first-child, -.ui-dialog.ui-dialog-outside-in tr th:first-child { - padding-left: 20px; /* LTR */ - text-overflow: ellipsis; - white-space: nowrap; - overflow: hidden; -} -[dir="rtl"] .ui-dialog.ui-dialog-outside-in tr td:first-child, -[dir="rtl"] .ui-dialog.ui-dialog-outside-in tr th:first-child { - padding-right: 20px; -} -.ui-dialog-outside-in tr.odd, -.ui-dialog-outside-in tr.even { - background-image: none; - background-color: transparent; -} -td.checkbox, -th.checkbox { - text-align: center; - width: 20px; -} -