diff --git a/bitbake/lib/toaster/toastergui/static/css/default.css b/bitbake/lib/toaster/toastergui/static/css/default.css index a56bb8cbff..22510e8687 100644 --- a/bitbake/lib/toaster/toastergui/static/css/default.css +++ b/bitbake/lib/toaster/toastergui/static/css/default.css @@ -161,7 +161,13 @@ dd .glyphicon-edit { margin-left: 5px; } /* Style the forms and definition lists in the layer details pages */ #change-repo-form .form-control { width: 17em; } +#information { margin-bottom: 5em; } #information dd > form { margin-bottom: 5px; margin-top: 5px; } +#edit-layer-source-form fieldset { margin-top: 20px; } +#directory-info, +#git-repo-info { margin-top: 20px; } +#layer-dir-path-in-details { width: 55%; } +.add-deps .form-control { width: 15em; } /* Style the forms and definition lists in the BitBake variables page */ .variable-list { margin-bottom: 20px; } @@ -196,7 +202,7 @@ h2 { margin-bottom: 25px; } .tt-suggestion:active { background-color: #f5f5f5; cursor: pointer; } /* Style the import layer form controls*/ -legend { border: none; margin-top: 20px; } +legend { border: none; } .radioLegend { margin-bottom: 0; } #layer-name-ctrl { margin-top: 20px; } #import-layer-name, diff --git a/bitbake/lib/toaster/toastergui/templates/layerdetails.html b/bitbake/lib/toaster/toastergui/templates/layerdetails.html index 08e41ce75c..7dd0c47a9e 100644 --- a/bitbake/lib/toaster/toastergui/templates/layerdetails.html +++ b/bitbake/lib/toaster/toastergui/templates/layerdetails.html @@ -258,7 +258,7 @@ -