mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-10-26 08:42:29 +01:00 
			
		
		
		
	Section select UI: CSS update
-Remove 'div.list-view' from selector, to allow styling to be used across other widgets in the future
This commit is contained in:
		
							parent
							
								
									4d3b81cf36
								
							
						
					
					
						commit
						d32eacf502
					
				| @ -2921,7 +2921,7 @@ div.toolbar div.button.add span { | |||||||
| } | } | ||||||
| 
 | 
 | ||||||
| /*** Section switcher*/ | /*** Section switcher*/ | ||||||
| div.list-view div.toolbar div.section-switcher { | div.panel div.toolbar div.section-switcher { | ||||||
|   margin-top: 6px; |   margin-top: 6px; | ||||||
|   margin-left: 10px; |   margin-left: 10px; | ||||||
|   float: left; |   float: left; | ||||||
| @ -2931,12 +2931,12 @@ div.list-view div.toolbar div.section-switcher { | |||||||
|   display: none; |   display: none; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| div.list-view div.toolbar div.section-switcher div.section-select { | div.toolbar div.section-switcher div.section-select { | ||||||
|   float: right; |   float: right; | ||||||
|   background: #A8AFB6; |   background: #A8AFB6; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| div.list-view div.toolbar div.section-switcher div.section { | div.toolbar div.section-switcher div.section { | ||||||
|   float: left; |   float: left; | ||||||
|   font-size: 11px; |   font-size: 11px; | ||||||
|   font-weight: bold; |   font-weight: bold; | ||||||
| @ -2953,7 +2953,7 @@ div.list-view div.toolbar div.section-switcher div.section { | |||||||
|   text-shadow: 0px 1px 1px #EDEDED; |   text-shadow: 0px 1px 1px #EDEDED; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| div.list-view div.toolbar div.section-switcher div.section a { | div.toolbar div.section-switcher div.section a { | ||||||
|   background: url(../images/bg-section-switcher.png) repeat-x 0px -22px; |   background: url(../images/bg-section-switcher.png) repeat-x 0px -22px; | ||||||
|   text-decoration: none; |   text-decoration: none; | ||||||
|   display: block; |   display: block; | ||||||
| @ -2962,7 +2962,7 @@ div.list-view div.toolbar div.section-switcher div.section a { | |||||||
|   border: 1px solid #979FA4; |   border: 1px solid #979FA4; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| div.list-view div.toolbar div.section-switcher div.section a.active { | div.toolbar div.section-switcher div.section a.active { | ||||||
|   background: url(../images/bg-section-switcher.png) repeat-x 0px -21px; |   background: url(../images/bg-section-switcher.png) repeat-x 0px -21px; | ||||||
|   background-position: 0px 0px; |   background-position: 0px 0px; | ||||||
|   border: none; |   border: none; | ||||||
| @ -2976,7 +2976,7 @@ div.list-view div.toolbar div.section-switcher div.section a.active { | |||||||
|   box-shadow: inset 0px 1px 5px #546874; |   box-shadow: inset 0px 1px 5px #546874; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| div.list-view div.toolbar div.section-switcher div.section.first a { | div.toolbar div.section-switcher div.section.first a { | ||||||
|   /*+border-radius:4px 0 0 5px;*/ |   /*+border-radius:4px 0 0 5px;*/ | ||||||
|   -moz-border-radius: 4px 0 0 5px; |   -moz-border-radius: 4px 0 0 5px; | ||||||
|   -webkit-border-radius: 4px 0 0 5px; |   -webkit-border-radius: 4px 0 0 5px; | ||||||
| @ -2984,7 +2984,7 @@ div.list-view div.toolbar div.section-switcher div.section.first a { | |||||||
|   border-radius: 4px 0 0 5px; |   border-radius: 4px 0 0 5px; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| div.list-view div.toolbar div.section-switcher div.section.last a { | div.toolbar div.section-switcher div.section.last a { | ||||||
|   /*+border-radius:0 4px 4px 0px;*/ |   /*+border-radius:0 4px 4px 0px;*/ | ||||||
|   -moz-border-radius: 0 4px 4px 0px; |   -moz-border-radius: 0 4px 4px 0px; | ||||||
|   -webkit-border-radius: 0 4px 4px 0px; |   -webkit-border-radius: 0 4px 4px 0px; | ||||||
| @ -2992,7 +2992,7 @@ div.list-view div.toolbar div.section-switcher div.section.last a { | |||||||
|   border-radius: 0 4px 4px 0px; |   border-radius: 0 4px 4px 0px; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| div.list-view div.toolbar div.section-switcher div.section.first.last a { | div.toolbar div.section-switcher div.section.first.last a { | ||||||
|   /*+border-radius:5px;*/ |   /*+border-radius:5px;*/ | ||||||
|   -moz-border-radius: 5px; |   -moz-border-radius: 5px; | ||||||
|   -webkit-border-radius: 5px; |   -webkit-border-radius: 5px; | ||||||
| @ -3001,17 +3001,17 @@ div.list-view div.toolbar div.section-switcher div.section.first.last a { | |||||||
|   border-radius: 5px 5px 5px 5px; |   border-radius: 5px 5px 5px 5px; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| div.list-view div.toolbar div.section-switcher div.section-select { | div.toolbar div.section-switcher div.section-select { | ||||||
|   float: left; |   float: left; | ||||||
|   background: #A8AFB6; |   background: #A8AFB6; | ||||||
|   height: 26px; |   height: 26px; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| .project-view div.list-view div.toolbar div.section-switcher div.section-select { | .project-view div.toolbar div.section-switcher div.section-select { | ||||||
|   background: transparent; |   background: transparent; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| div.list-view div.toolbar div.section-switcher div.section-select select { | div.toolbar div.section-switcher div.section-select select { | ||||||
|   width: 142px; |   width: 142px; | ||||||
|   height: 21px; |   height: 21px; | ||||||
|   margin-right: 13px; |   margin-right: 13px; | ||||||
| @ -3025,7 +3025,7 @@ div.list-view div.toolbar div.section-switcher div.section-select select { | |||||||
|   border-radius: 4px 4px 4px 4px; |   border-radius: 4px 4px 4px 4px; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| div.list-view div.toolbar div.section-switcher div.section-select label { | div.toolbar div.section-switcher div.section-select label { | ||||||
|   margin: 0 9px 0 0; |   margin: 0 9px 0 0; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user