[ARVADOS] updated: e5b35f15d99b6371ef477408552375a762a12b38
git at public.curoverse.com
git at public.curoverse.com
Mon Apr 13 16:34:58 EDT 2015
Summary of changes:
.../app/views/getting_started/_getting_started_popup.html.erb | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
via e5b35f15d99b6371ef477408552375a762a12b38 (commit)
from 986e124a61c64ae1a31fdbc33d2da6ac061ada17 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit e5b35f15d99b6371ef477408552375a762a12b38
Author: Radhika Chippada <radhika at curoverse.com>
Date: Mon Apr 13 16:34:20 2015 -0400
5493: make popup size fixed
diff --git a/apps/workbench/app/views/getting_started/_getting_started_popup.html.erb b/apps/workbench/app/views/getting_started/_getting_started_popup.html.erb
index 4a5093c..3e02723 100644
--- a/apps/workbench/app/views/getting_started/_getting_started_popup.html.erb
+++ b/apps/workbench/app/views/getting_started/_getting_started_popup.html.erb
@@ -33,7 +33,7 @@ div.figure p {
</div>
<%#First Page%>
- <div class="modal-body" style="height: auto; overflow-y: scroll">
+ <div class="modal-body" style="height: 30em; overflow-y: scroll">
<div style="margin-top: -0.5em; margin-left: 0.5em;">
<p><div style="font-size: 150%;">Welcome!</div></p>
<p>
@@ -52,7 +52,7 @@ div.figure p {
</div>
<%#Page Two%>
- <div class="modal-body" style="height: auto; overflow-y: scroll">
+ <div class="modal-body" style="height: 30em; overflow-y: scroll">
<div style="margin-top: -0.5em; margin-left: 0.5em;">
<p><div style="font-size: 150%;">Take It for a Spin</div></p>
<p>
@@ -84,7 +84,7 @@ div.figure p {
</div>
<%#Page Three%>
- <div class="modal-body" style="height: auto; overflow-y: scroll">
+ <div class="modal-body" style="height: 30em; overflow-y: scroll">
<div style="margin-top: -0.5em; margin-left: 0.5em;">
<p><div style="font-size: 150%;">Three Useful Terms</div></p>
<ol>
@@ -136,7 +136,7 @@ div.figure p {
</div>
<%#Page Four%>
- <div class="modal-body" style="height: auto; overflow-y: scroll">
+ <div class="modal-body" style="height: 30em; overflow-y: scroll">
<div style="margin-top: -0.5em; margin-left: 0.5em;">
<p><div style="font-size: 150%;">Six Reasons Arvados is Awesome</div></p>
<p>
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list