forked from GNUsocial/gnu-social
		
	
		
			
				
	
	
		
			62 lines
		
	
	
		
			945 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			62 lines
		
	
	
		
			945 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| .yammer-import {
 | |
|     padding: 16px;
 | |
| }
 | |
| 
 | |
| .import-step {
 | |
|     padding: 8px;
 | |
| }
 | |
| .import-label {
 | |
|     font-weight: bold;
 | |
| }
 | |
| .import-status {
 | |
|     margin-left: 20px;
 | |
|     padding-left: 20px;
 | |
| }
 | |
| 
 | |
| 
 | |
| .waiting {
 | |
|     color: #888;
 | |
| }
 | |
| 
 | |
| .progress {
 | |
|     background-color: white;
 | |
|     border: solid 1px blue;
 | |
|     border-radius: 8px;
 | |
|     -moz-border-radius: 8px;
 | |
|     -webkit-border-radius: 8px;
 | |
|     -opera-border-radius: 8px;
 | |
| }
 | |
| 
 | |
| .progress .import-label {
 | |
|     color: blue;
 | |
| }
 | |
| 
 | |
| .progress .import-status {
 | |
|     background-image: url(icon_processing.gif);
 | |
|     background-repeat: no-repeat;
 | |
| }
 | |
| 
 | |
| .complete {
 | |
|     color: black;
 | |
| }
 | |
| 
 | |
| .complete .import-status {
 | |
|     background-image: url(done.png);
 | |
|     background-repeat: no-repeat;
 | |
| }
 | |
| 
 | |
| .import-step-done .import-status {
 | |
|     /* override */
 | |
|     background: none !important;
 | |
| }
 | |
| 
 | |
| .magiclink {
 | |
|     margin-left: 40px;
 | |
| }
 | |
| 
 | |
| fieldset.import-error {
 | |
|     margin-top: 12px;
 | |
|     margin-bottom: 0px !important;
 | |
|     background-color: #fee !important;
 | |
| }
 |