61 lines
		
	
	
		
			1006 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			61 lines
		
	
	
		
			1006 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| #files-mkdir-tools,
 | |
| #files-upload-tools,
 | |
| [id^="perms-panel-"] {
 | |
| 	display: none;
 | |
| }
 | |
| 
 | |
| [id^="perms-panel-"] {
 | |
| 	padding: 3px 10px 0px 10px !important;
 | |
| }
 | |
| 
 | |
| #attach-code,
 | |
| #link-code {
 | |
| 	display: none;
 | |
| }
 | |
| 
 | |
| #cloud-index {
 | |
| 	width: 100%;
 | |
| }
 | |
| 
 | |
| #cloud-index td:nth-child(1){
 | |
| 	padding: 7px 3px 7px 10px;
 | |
| }
 | |
| 
 | |
| #cloud-index td:nth-child(2){
 | |
| 	word-break: break-all;
 | |
| }
 | |
| 
 | |
| #cloud-index th:nth-child(8),
 | |
| #cloud-index td:nth-child(8){
 | |
| 	padding: 7px 3px;
 | |
| 	white-space: nowrap;
 | |
| }
 | |
| 
 | |
| #cloud-index th:nth-child(9),
 | |
| #cloud-index td:nth-child(9){
 | |
| 	padding: 7px 10px 7px 7px;
 | |
| 	white-space: nowrap;
 | |
| }
 | |
| 
 | |
| .cloud-index-tool {
 | |
| 	padding: 7px 10px;
 | |
| }
 | |
| 
 | |
| #files-upload {
 | |
| 	padding: 7px 10px;
 | |
| 	width: 100%;
 | |
| }
 | |
| 
 | |
| #cloud-drag-area.hover {
 | |
| 	background-color: aliceblue;
 | |
| 	opacity: 0.5;
 | |
| 	box-shadow: inset 0 0px 7px #5cb85c;
 | |
| }
 | |
| 
 | |
| .upload-progress-bar {
 | |
| 	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mOM2RFTDwAE2QHxFMHIIwAAAABJRU5ErkJggg==') repeat-y;
 | |
| 	background-size: 0px;
 | |
| 	padding: 0px !important;
 | |
| 	height: 3px;
 | |
| }
 |