diff --git a/console/src/css/style.less b/console/src/css/style.less index df6d310406..de8a9d5d4d 100644 --- a/console/src/css/style.less +++ b/console/src/css/style.less @@ -132,19 +132,27 @@ header { height: @focus-height - @info-padding-top-bottom - @info-padding-top-bottom; padding: @info-padding-top-bottom 75px; + @title-margin-left: 255px; + h2 { color: black; font-size: 36px; - margin-left: 255px; + margin-left: @title-margin-left; margin-bottom: 0px; } .server-box { float: left; + margin-top: 5px; .title { border-bottom: 1px solid @dark-gray; margin-bottom: 20px; + + p { + color: white; + margin-top: 0px; + } } .process-status { @@ -184,6 +192,11 @@ header { width: 215px; } } + + &#right-box { + position: absolute; + margin-left: @title-margin-left; + } } } } diff --git a/console/src/index.html b/console/src/index.html index 99dcf064c9..69548dbb42 100644 --- a/console/src/index.html +++ b/console/src/index.html @@ -64,7 +64,13 @@
+

hifi://localhost

+

+ This is your domain. 4096 cubic kilometers of space for you
+ to build, explore, and share. We’ve started you off with a
+ home full of goodies to help you learn the ropes. Enjoy! +