-
Notifications
You must be signed in to change notification settings - Fork 284
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #88 from alisman/fixTests
remove duck file to fix tests for datasets page Former-commit-id: a3c3a50
- Loading branch information
Showing
6 changed files
with
15 additions
and
188 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,81 +1,18 @@ | ||
// fretboard | ||
|
||
//body { | ||
// margin-top:0 !important; | ||
//} | ||
// | ||
//#page_wrapper { | ||
// padding:0px !important; | ||
//} | ||
// | ||
//#header table:first-child { | ||
// margin:0 10px 10px 10px; | ||
// width:97%; | ||
//} | ||
th.reactable-header-sortable { | ||
|
||
&:focus {outline:0;} | ||
|
||
//.ui-widget { | ||
// font-size:inherit !important; | ||
//} | ||
// | ||
//.ui-widget-header { | ||
// border:none !important; | ||
// border-bottom:1px solid #ddd !important; | ||
// border-radius:0; | ||
// background:none !important; | ||
// background-image:none !important; | ||
// | ||
// .ui-state-active { | ||
// border-color:#ddd !important; | ||
// } | ||
// | ||
//} | ||
} | ||
|
||
//#patient-table_wrapper { | ||
// display:none !important; | ||
//} | ||
// | ||
//#patient-tabs { | ||
// border:none !important; | ||
// padding:0px; | ||
// | ||
// .ui-tabs .ui-tabs-panel { | ||
// padding:0px !important; | ||
// | ||
// | ||
// | ||
// } | ||
// | ||
//} | ||
th.reactable-header-sort-desc:after { | ||
content: '\25B2'; | ||
padding-left: 10px; | ||
padding-bottom: 5px; | ||
} | ||
|
||
//#content { | ||
// padding:20px; | ||
//} | ||
|
||
//.ui-tabs .ui-tabs-panel { | ||
// padding:0px !important; | ||
//} | ||
|
||
//#content ul { | ||
// margin-bottom:0px; | ||
// margin-top:0px; | ||
//} | ||
// | ||
//#clinical_div { | ||
// padding:15px; | ||
// background:#eee; | ||
// border-radius:5px; | ||
// margin-bottom:15px; | ||
// position:relative; | ||
// padding-left:60px; | ||
// | ||
// i.fa { | ||
// color:#fff; | ||
// position:absolute; | ||
// font-size:50px; | ||
// top:10px; | ||
// left:15px; | ||
// } | ||
// | ||
// | ||
//} | ||
th.reactable-header-sort-asc:after { | ||
content: '\25BC'; | ||
padding-left: 10px; | ||
padding-bottom: 5px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.