mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-10-26 08:42:29 +01:00 
			
		
		
		
	Revised New UI for Accounts
This commit is contained in:
		
							parent
							
								
									0756ca6a3b
								
							
						
					
					
						commit
						2f28081d88
					
				| @ -1837,13 +1837,20 @@ a:hover { | ||||
| 
 | ||||
| .adv_searchpopup { | ||||
| 	width:100%; | ||||
| 	height:100px; | ||||
| 	height:auto; | ||||
| 	float:left; | ||||
| 	margin:0; | ||||
| 	padding:0; | ||||
| } | ||||
| 
 | ||||
| .adv_searchpopup_bg { | ||||
| 	width:100%; | ||||
| 	height:auto; | ||||
| 	float:left; | ||||
| 	background:#646464 url(../images/adv_searchbg.gif) repeat-x top left; | ||||
| 	border-bottom:1px solid #2d2d2d; | ||||
| 	margin:0; | ||||
| 	padding:0; | ||||
| 
 | ||||
| } | ||||
| 
 | ||||
| .adv_searchpopup_top { | ||||
| @ -1889,7 +1896,7 @@ a:hover { | ||||
| } | ||||
| 
 | ||||
| .adv_searchformbox { | ||||
| 	width:240px; | ||||
| 	width:200px; | ||||
| 	height:auto; | ||||
| 	float:left; | ||||
| 	margin:10px 0 5px 10px; | ||||
| @ -1956,7 +1963,7 @@ a:hover { | ||||
| } | ||||
| 
 | ||||
| .adv_searchformbox li { | ||||
| 	width:240px; | ||||
| 	width:200px; | ||||
| 	float:left; | ||||
| 	clear:left;  | ||||
| 	font-family:Arial, Helvetica, sans-serif; | ||||
| @ -1982,20 +1989,30 @@ a:hover { | ||||
| 	float:left; | ||||
| 	border: 1px solid #CCC; | ||||
| 	height: 13px; | ||||
| 	width: 150px; | ||||
| 	width: 192px; | ||||
| 	color:#666; | ||||
| 	margin:0; | ||||
| 	padding:1px 0 0 2px;  | ||||
| 	font-weight:normal; | ||||
| } | ||||
| 
 | ||||
| .adv_searchformbox .textwatermark { | ||||
| 	font: normal 11px Arial, Helvetica, sans-serif; | ||||
| 	position:relative; | ||||
| 	color:#bcbcbc; | ||||
| 	margin:1px 0 0 2px; | ||||
| 	padding:0;  | ||||
| 	font-weight:normal; | ||||
| } | ||||
| 
 | ||||
| 
 | ||||
| .adv_searchformbox .select { | ||||
| 	background-color: #FFF;  | ||||
| 	font: normal 11px Arial, Helvetica, sans-serif;  | ||||
| 	float:left;  | ||||
| 	border: 1px solid #CCC;  | ||||
| 	height: 17px;  | ||||
| 	width: 154px; | ||||
| 	width: 196px; | ||||
| 	margin:0;  | ||||
| 	padding:1px 0 0 2px;  | ||||
| 	color:#666; | ||||
|  | ||||
| @ -777,23 +777,16 @@ | ||||
| <!-- dialogs (end) --> | ||||
| 
 | ||||
| <!-- advanced search template (begin) --> | ||||
| <div id="advanced_search_template" class="adv_searchpopup" style="display: none;"> | ||||
| 	<div class="adv_searchpopup_top"> | ||||
|     	<h2>Advance Search</h2> | ||||
|     </div> | ||||
| 
 | ||||
|     <div class="adv_searchpopup_mid"> | ||||
| <div class="adv_searchpopup_bg" id="advanced_search_template" style="display:none;"> | ||||
|             <div class="adv_searchformbox"> | ||||
|                 <form action="#" method="post"> | ||||
|                 <ol> | ||||
|                     <li> | ||||
|                     <label> | ||||
|                         Name:</label> | ||||
|                     <input class="text" type="text" id="adv_search_name" /> | ||||
|                         <input class="text textwatermark" type="text" id="adv_search_name" value="by Name"/> | ||||
|                          | ||||
|                     </li> | ||||
|                     <li> | ||||
|                     <label> | ||||
|                         Role:</label> | ||||
|                         <select class="select" id="adv_search_role"> | ||||
|                             <option value=""></option>                     | ||||
|                             <option value="0">User</option> | ||||
| @ -803,12 +796,6 @@ | ||||
|                     </li> | ||||
|                 </ol> | ||||
|                 </form> | ||||
|             <div class="adv_search_actionbox"> | ||||
|                 <div class="adv_searchpopup_button" id="adv_search_button"> | ||||
|             </div> | ||||
|  </div> | ||||
|         </div> | ||||
|     </div> | ||||
|     <div class="adv_searchpopup_bot"></div> | ||||
| </div> | ||||
| <!-- advanced search template (end) --> | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user