X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=cirros-testvm%2Fsrc-cirros%2Fbuildroot-2015.05%2Fdocs%2Fwebsite%2Fcss%2Fbuildroot.css;fp=cirros-testvm%2Fsrc-cirros%2Fbuildroot-2015.05%2Fdocs%2Fwebsite%2Fcss%2Fbuildroot.css;h=7138abc496f15c31e108d22dd1393c75902e8e1b;hb=b0a0f15dfaa205161a7fcb20cf1b8cd4948c2ef3;hp=0000000000000000000000000000000000000000;hpb=c6ac3cd55ee2da956195eee393b0882105dfad4e;p=packages%2Ftrusty%2Fcirros-testvm.git diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/docs/website/css/buildroot.css b/cirros-testvm/src-cirros/buildroot-2015.05/docs/website/css/buildroot.css new file mode 100644 index 0000000..7138abc --- /dev/null +++ b/cirros-testvm/src-cirros/buildroot-2015.05/docs/website/css/buildroot.css @@ -0,0 +1,46 @@ +body { + padding-top: 60px; + padding-bottom: 40px; +} + +.button_column { + width: 430px; +} + +.gplus { + float:right; + margin: 10px 0 0; +} + +div.sponsor-main { + background: #eeeeee; + padding-top: 2em; + padding-bottom: 2em; +} + +div.sponsor { + padding: 0.5em; + height: 12em; + display: table !important; +} + +div.sponsor-description { + background: #eeeeee; + display: table-cell; + vertical-align: middle; + text-align: center; +} + +div.sponsor-description img { + max-width: 99%; + height: 4em; + margin-bottom: 1em; +} + +div.panel-body p { + text-overflow: ellipsis; + width: 95%; + white-space: nowrap; + overflow: hidden; + height: 1.5em; +}