www-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

www/server body-include-1.html banners/fundrais...


From: Therese Godefroy
Subject: www/server body-include-1.html banners/fundrais...
Date: Thu, 16 Jul 2020 10:53:00 -0400 (EDT)

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 20/07/16 10:53:00

Modified files:
        server         : body-include-1.html 
        server/banners : fundraiser-style.html 

Log message:
        span.percentage > div to regenerate translations correctly; adjust 
style.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/body-include-1.html?cvsroot=www&r1=1.20&r2=1.21
http://web.cvs.savannah.gnu.org/viewcvs/www/server/banners/fundraiser-style.html?cvsroot=www&r1=1.17&r2=1.18

Patches:
Index: body-include-1.html
===================================================================
RCS file: /webcvs/www/www/server/body-include-1.html,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- body-include-1.html 16 Jul 2020 10:40:28 -0000      1.20
+++ body-include-1.html 16 Jul 2020 14:52:59 -0000      1.21
@@ -20,9 +20,9 @@
   </div>
  </div>
  <div class="progresswidget">
-  <div class="progress"><!-- Change Value HERE Fixme -->
+  <div class="progress">
    <div class="progress-bar-info">
-    <span class="percentage"><!--#echo var="joined" --></span>
+    <div class="percentage"><!--#echo var="joined" --></div>
    </div>
    <span class="goal">200 members</span>
   </div>

Index: banners/fundraiser-style.html
===================================================================
RCS file: /webcvs/www/www/server/banners/fundraiser-style.html,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- banners/fundraiser-style.html       16 Jul 2020 11:32:59 -0000      1.17
+++ banners/fundraiser-style.html       16 Jul 2020 14:53:00 -0000      1.18
@@ -31,7 +31,7 @@
   font-size : 12px;
   font-family: monospace;
   color: black;
-  padding: 2% 3% 0 3%;
+  padding: 1.5% 3% 0 3%;
   margin: 0 130px 0 0;
 }
 .fr-join-btn {
@@ -78,15 +78,11 @@
   cursor: default;
   width: <!--#echo var="percent" -->%;
 }
-.progress-bar-info span {
-  padding-left: <!--#echo var="percent" -->%;
-  margin-left: -32px;
-}
-
 .percentage {
-  display: block;
   position: absolute;
   width: 100%;
+  padding-left: <!--#echo var="percent" -->%;
+  margin-left: -32px;
 }
 .goal {
   height: 18px;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]