 46193ab5fe
			
		
	
	
		46193ab5fe
		
	
	
	
	
		
			
			The primary license of the project is changing to: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later with some specific files to be licensed under the one of two licenses: CC0-1.0 LGPL-3.0-or-later This commit is one of the many steps to relicense the entire codebase. Documentation granting permission for this relicensing (from all past contributors who hold copyrights) is on file with Software Freedom Conservancy, Inc.
		
			
				
	
	
		
			57 lines
		
	
	
	
		
			1 KiB
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			57 lines
		
	
	
	
		
			1 KiB
		
	
	
	
		
			SCSS
		
	
	
	
	
	
| /* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */
 | |
| @import 'mixins';
 | |
| @import 'components/pagination';
 | |
| @import 'common/donate_button';
 | |
| 
 | |
| .table--plaid td.supporterName {
 | |
| 	@include ellipsis;
 | |
| }
 | |
| .showWhenPhone {
 | |
| 	display: none;
 | |
| }
 | |
| 
 | |
| @media screen and (max-width: 900px) {
 | |
| 	.table-search {
 | |
| 		max-width: inherit;
 | |
| 		width: 100%;
 | |
| 		margin: 0;
 | |
| 	}
 | |
| 	.table-headerButton {
 | |
| 		float: left;
 | |
| 		margin: 10px 0 0 0;
 | |
| 	}
 | |
| 	.hideWhenTablet {
 | |
| 		display: none;
 | |
| 	}
 | |
| }
 | |
| @media screen and (max-width: 560px) {
 | |
| 	td .button--small {
 | |
| 		width: 36px;
 | |
| 		padding: 0;
 | |
| 		@include border-radius(50%);
 | |
| 		border: none;
 | |
| 		@include box-shadow(0 0 7px 0 rgba(black, 0.1));
 | |
| 	}
 | |
| 	td .button--small i {
 | |
| 	line-height: 36px;
 | |
| 	font-size: 15px;
 | |
| 	@include transform(translateY(1px));
 | |
| 	}
 | |
| 	.hideWhenPhone {
 | |
| 		display: none;
 | |
| 	}
 | |
| 	.showWhenPhone {
 | |
| 		display: initial;
 | |
| 	}
 | |
| 	.table-meta-search input[type='text'] {
 | |
| 		width: 12em;
 | |
| 	}
 | |
| }
 | |
| 
 | |
| @media screen and (max-width: 450px) {
 | |
|   [class^="col-"],
 | |
|   [class*=" col-"] {
 | |
|     width: 100%;
 | |
|     padding: 0;
 | |
|   }
 | |
| }
 |