customize bootstrap for smaller font, and fix layout css glitches
This commit is contained in:
		
							
								
								
									
										810
									
								
								Netdisco/public/css/bootstrap.min.css
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										810
									
								
								Netdisco/public/css/bootstrap.min.css
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| @@ -119,7 +119,7 @@ body { | ||||
| .arrow-up { | ||||
|   float: right; | ||||
|   margin-top: 6px; | ||||
|   margin-right: 11px; | ||||
|   margin-right: 1px; | ||||
|   border-left: 7px solid transparent; | ||||
|   border-right: 7px solid transparent; | ||||
|   border-bottom: 8px solid #F89406; | ||||
| @@ -129,7 +129,7 @@ body { | ||||
| .arrow-down { | ||||
|   float: right; | ||||
|   margin-top: 6px; | ||||
|   margin-right: 11px; | ||||
|   margin-right: 1px; | ||||
|   border-left: 7px solid transparent; | ||||
|   border-right: 7px solid transparent; | ||||
|   border-top: 8px solid #F89406; | ||||
| @@ -178,11 +178,16 @@ td { | ||||
|  | ||||
| /* fixups for prepended checkbox in sidebar */ | ||||
| .nd_searchcheckbox { | ||||
|   width: 120px; | ||||
|   padding-left: 35px; | ||||
|   width: 123px; | ||||
|   padding-left: 8px; | ||||
|   cursor: pointer; | ||||
| } | ||||
|  | ||||
| /* for some reason bootstrap 2.1.0 displays add-on as block - no check supprt? */ | ||||
| .nd_checkboxlabel { | ||||
|   display: inline; | ||||
| } | ||||
|  | ||||
| /* fixups for placing the Archived "A" inside the prepended checkbox */ | ||||
| .nd_legendlabel { | ||||
|   float: right; | ||||
| @@ -190,14 +195,17 @@ td { | ||||
| } | ||||
|  | ||||
| .nd_side_input { | ||||
|   margin-left: -3px; | ||||
|   width: 152px; | ||||
| } | ||||
|  | ||||
| .nd_side_select { | ||||
|   width: 162px; | ||||
|   margin-left: -3px; | ||||
|   width: 165px; | ||||
| } | ||||
|  | ||||
| .sidebar .input-prepend { | ||||
|   margin-left: -2px; | ||||
|   margin-bottom: 0px; | ||||
| } | ||||
|  | ||||
| @@ -221,12 +229,13 @@ td { | ||||
|  | ||||
| /* sidebar submit button width and spacing from Node Props */ | ||||
| .sidebar button { | ||||
|   margin-top: 3px; | ||||
|   width: 160px; | ||||
|   margin-top: 9px; | ||||
|   margin-left: -3px; | ||||
|   width: 165px; | ||||
| } | ||||
| .sidebar #ports_submit { | ||||
|   margin-top: 3px; | ||||
|   width: 152px; | ||||
|   margin-top: 9px; | ||||
|   width: 165px; | ||||
| } | ||||
|  | ||||
| /* little icon inside of search input fields */ | ||||
| @@ -322,6 +331,11 @@ form .clearfix.success input { | ||||
|   left: auto; | ||||
| } | ||||
|  | ||||
| /* smaller padding below form button in sidebar well */ | ||||
| .container-fluid > .sidebar > .well { | ||||
|   padding-bottom: 15px; | ||||
| } | ||||
|  | ||||
| /* make the content start more to the left now the sidebar is narrower */ | ||||
| .container-fluid > .content { | ||||
|   margin-right: 215px; | ||||
|   | ||||
							
								
								
									
										5
									
								
								Netdisco/public/javascripts/bootstrap.min.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								Netdisco/public/javascripts/bootstrap.min.js
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| @@ -78,7 +78,7 @@ | ||||
|                 <input type="checkbox" id="matchall" | ||||
|                   name="matchall"[% ' checked="checked"' IF params.matchall %]/> | ||||
|               </label> | ||||
|               <label for="matchall"> | ||||
|               <label class="nd_checkboxlabel" for="matchall"> | ||||
|                 <span class="nd_searchcheckbox uneditable-input">Match All Options</span> | ||||
|               </label> | ||||
|             </div> | ||||
|   | ||||
| @@ -6,7 +6,7 @@ | ||||
|                 <input type="checkbox" id="stamps" | ||||
|                   name="stamps"[% ' checked="checked"' IF params.stamps %]/> | ||||
|               </label> | ||||
|               <label for="stamps"> | ||||
|               <label class="nd_checkboxlabel" for="stamps"> | ||||
|                 <span class="nd_searchcheckbox uneditable-input">Time Stamps</span> | ||||
|               </label> | ||||
|             </div> | ||||
| @@ -15,7 +15,7 @@ | ||||
|                 <input type="checkbox" id="vendor" | ||||
|                   name="vendor"[% ' checked="checked"' IF params.vendor %]/> | ||||
|               </label> | ||||
|               <label for="vendor"> | ||||
|               <label class="nd_checkboxlabel" for="vendor"> | ||||
|                 <span class="nd_searchcheckbox uneditable-input">Vendor</span> | ||||
|               </label> | ||||
|             </div> | ||||
| @@ -24,7 +24,7 @@ | ||||
|                 <input type="checkbox" id="archived" | ||||
|                   name="archived"[% ' checked="checked"' IF params.archived %]/> | ||||
|               </label> | ||||
|               <label for="archived"> | ||||
|               <label class="nd_checkboxlabel" for="archived"> | ||||
|                 <span class="nd_searchcheckbox uneditable-input"> | ||||
|                   Archived Data <span class="nd_legendlabel label label-warning">A</span></span> | ||||
|               </label> | ||||
| @@ -35,7 +35,7 @@ | ||||
|                 <input type="checkbox" id="partial" | ||||
|                   name="partial"[% ' checked="checked"' IF params.partial %]/> | ||||
|               </label> | ||||
|               <label for="partial"> | ||||
|               <label class="nd_checkboxlabel" for="partial"> | ||||
|                 <span class="nd_searchcheckbox uneditable-input">Partial Name</span> | ||||
|               </label> | ||||
|             </div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user