source: public/vendors/dataTable/FixedColumns-3.3.0/css/fixedColumns.foundation.css@ 7304c7f

develop
Last change on this file since 7304c7f was 7304c7f, checked in by beratkjufliju <kufliju@…>, 3 years ago

added user authentication, create & forgot password methods and blades

  • Property mode set to 100644
File size: 624 bytes
Line 
1div.DTFC_LeftHeadWrapper table,
2div.DTFC_LeftBodyWrapper table,
3div.DTFC_LeftFootWrapper table {
4 border-right-width: 0;
5}
6
7div.DTFC_RightHeadWrapper table,
8div.DTFC_RightBodyWrapper table,
9div.DTFC_RightFootWrapper table {
10 border-left-width: 0;
11}
12
13div.DTFC_LeftHeadWrapper table,
14div.DTFC_RightHeadWrapper table {
15 margin-bottom: 0 !important;
16}
17
18div.DTFC_LeftBodyWrapper table,
19div.DTFC_RightBodyWrapper table {
20 border-top: none;
21 margin: 0 !important;
22}
23
24div.DTFC_LeftFootWrapper table,
25div.DTFC_RightFootWrapper table {
26 margin-top: 0 !important;
27 z-index: 2;
28}
29
30div.DTFC_Blocker {
31 background-color: white;
32}
Note: See TracBrowser for help on using the repository browser.