Ray's changes in css
This commit is contained in:
		
							parent
							
								
									c856b4cdce
								
							
						
					
					
						commit
						45c194e870
					
				|  | @ -66,6 +66,7 @@ textarea { | ||||||
|   margin: 0; |   margin: 0; | ||||||
|   font-size: 100%; |   font-size: 100%; | ||||||
|   vertical-align: middle; |   vertical-align: middle; | ||||||
|  |   margin-bottom: 10px; | ||||||
| } | } | ||||||
| button, input { | button, input { | ||||||
|   *overflow: visible; |   *overflow: visible; | ||||||
|  |  | ||||||
|  | @ -84,7 +84,7 @@ | ||||||
| 	border-radius: 0 3px 3px 0; | 	border-radius: 0 3px 3px 0; | ||||||
| 	text-align: left; | 	text-align: left; | ||||||
| 	margin: 0; | 	margin: 0; | ||||||
|     width: 180px; |     width: 193px; | ||||||
| } | } | ||||||
| .file-upload .upload { | .file-upload .upload { | ||||||
| 	margin:0; | 	margin:0; | ||||||
|  |  | ||||||
|  | @ -19,7 +19,7 @@ | ||||||
| 							<div class="control-group"> | 							<div class="control-group"> | ||||||
| 								<label for="link-<%= locale %>" class="control-label"><%= I18nVariable.first(:conditions => {:key => locale})[I18n.locale] %></label> | 								<label for="link-<%= locale %>" class="control-label"><%= I18nVariable.first(:conditions => {:key => locale})[I18n.locale] %></label> | ||||||
| 								<div class="controls"> | 								<div class="controls"> | ||||||
| 								<%= f.text_field locale, :id => "link-#{locale}", :class => "input-xlarge" %> | 								<%= f.text_field locale, :id => "link-#{locale}" %> | ||||||
| 								</div> | 								</div> | ||||||
| 							</div> | 							</div> | ||||||
| 						<% end %> | 						<% end %> | ||||||
|  | @ -43,7 +43,7 @@ | ||||||
| 							<div class="control-group"> | 							<div class="control-group"> | ||||||
| 								<label for="link-<%= locale %>" class="control-label"><%= I18nVariable.first(:conditions => {:key => locale})[I18n.locale] %></label> | 								<label for="link-<%= locale %>" class="control-label"><%= I18nVariable.first(:conditions => {:key => locale})[I18n.locale] %></label> | ||||||
| 								<div class="controls"> | 								<div class="controls"> | ||||||
| 								<%= f.text_field locale, :id => "link-#{locale}", :class => "input-xlarge" %> | 								<%= f.text_field locale, :id => "link-#{locale}" %> | ||||||
| 								</div> | 								</div> | ||||||
| 							</div> | 							</div> | ||||||
| 						<% end %> | 						<% end %> | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue