Alissa Bonas has uploaded a new change for review. Change subject: Make 2 titles with bold style in the docker dialog. ......................................................................
Make 2 titles with bold style in the docker dialog. Make titles appear with bold style looks better to distinguish between titles and fields, and makes the dialog appear better structured. Change-Id: I627363c32df99a2c9daaf5b57552326a61d291fb Signed-off-by: Alissa Bonas <[email protected]> --- M docker-plugin/docker-resources/launch-docker-dialog.html 1 file changed, 6 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/samples-uiplugins refs/changes/69/27669/1 diff --git a/docker-plugin/docker-resources/launch-docker-dialog.html b/docker-plugin/docker-resources/launch-docker-dialog.html index c689794..fdbce76 100644 --- a/docker-plugin/docker-resources/launch-docker-dialog.html +++ b/docker-plugin/docker-resources/launch-docker-dialog.html @@ -21,6 +21,10 @@ position: absolute; } +.bold { + font-weight:bold; +} + </style> </head> <body class="body"> @@ -53,7 +57,7 @@ </table> <br/> <br/> -Docker Details:<br/> +<span class="bold">Docker Details:</span><br/> <table style="width:100%"> <col width="250px"> <tr> @@ -65,7 +69,7 @@ </table> <br/> -Cloud-Init Data:<br/> +<span class="bold">Cloud-Init Data:</span><br/> <table style="width:100%"> <col width="250px"> <tr><td>Host name</td><td><input type="text" name="hostname" class="select"></td></tr> -- To view, visit http://gerrit.ovirt.org/27669 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I627363c32df99a2c9daaf5b57552326a61d291fb Gerrit-PatchSet: 1 Gerrit-Project: samples-uiplugins Gerrit-Branch: master Gerrit-Owner: Alissa Bonas <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
