93 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			CSS
		
	
	
	
			
		
		
	
	
			93 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			CSS
		
	
	
	
| #header table {
 | |
|     width: 100%;
 | |
|     border-spacing: 0;
 | |
|     border-collapse: separate;
 | |
| }
 | |
| 
 | |
|     #header table td {
 | |
|         padding: 0;
 | |
|     }
 | |
| 
 | |
| #header .logo {
 | |
|     font-size: 20px;
 | |
|     font-weight: bold;
 | |
|     text-decoration: none;
 | |
|     display: inline-block;
 | |
|     vertical-align: middle;
 | |
| }
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| #header .f-btn {
 | |
|     border-width: 0;
 | |
|     padding: 10px;
 | |
| }
 | |
| 
 | |
| #header .icontopaction .f-btn-icon {
 | |
|     width: 22px;
 | |
|     font-size: 22px;
 | |
|     line-height: 20px;
 | |
|     height: 20px;
 | |
| }
 | |
| #header .icontopaction .f-btn-text {
 | |
|     font-size: 12px;
 | |
|     line-height: 16px;
 | |
| }
 | |
| 
 | |
| 
 | |
| #header .icononlyaction .f-btn-icon,
 | |
| #header .icononlyaction .f-btn-text {
 | |
|     font-size: 30px;
 | |
|     line-height: 30px;
 | |
|     height: 30px;
 | |
| }
 | |
| 
 | |
| 
 | |
| #header .userpicaction .f-btn-icon {
 | |
|     border-radius: 50%;
 | |
|     width: 40px;
 | |
|     height: 30px;
 | |
| }
 | |
| #header .userpicaction .f-btn-text {
 | |
|     margin-left: 8px;
 | |
|     font-size: 14px;
 | |
|     line-height: 30px;
 | |
| }
 | |
| 
 | |
| 
 | |
| ul.list {
 | |
|     list-style-type: none;
 | |
|     padding: 0;
 | |
|     margin: 0;
 | |
| }
 | |
| 
 | |
|     ul.list li {
 | |
|         margin-bottom: 5px;
 | |
|     }
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| .isnew {
 | |
|     color: red;
 | |
| }
 | |
| 
 | |
| .tabtool {
 | |
|     margin-right: 10px;
 | |
| }
 | |
| 
 | |
|     .tabtool .ui-icon {
 | |
|         font-size: 18px;
 | |
|         font-weight: normal;
 | |
|         width: 18px;
 | |
|         height: 18px;        
 | |
|     }
 | |
| 
 | |
| 
 | |
| .bottomtable {
 | |
|     width: 100%;
 | |
|     font-size: 12px;
 | |
| }
 |