www-commits
[Top][All Lists]
Advanced

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

www/server head-include-2.html


From: Therese Godefroy
Subject: www/server head-include-2.html
Date: Mon, 4 Dec 2017 17:20:49 -0500 (EST)

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 17/12/04 17:20:49

Modified files:
        server         : head-include-2.html 

Log message:
        Fix the progress bar (didn't change length on zooming RT #1257030).

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/head-include-2.html?cvsroot=www&r1=1.33&r2=1.34

Patches:
Index: head-include-2.html
===================================================================
RCS file: /webcvs/www/www/server/head-include-2.html,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -b -r1.33 -r1.34
--- head-include-2.html 16 Nov 2017 18:33:20 -0000      1.33
+++ head-include-2.html 4 Dec 2017 22:20:48 -0000       1.34
@@ -66,24 +66,22 @@
 }
 .progress
 {
-  width: 99%;
+  width: 100%;
+  height: 1.2em;
   line-height: 1.2em;
   text-align: right;
-  padding-right: 1%;
   background: #36a9aa;
   color: black;
   font-weight: bold;
 }
 .progress-bar
 {
-  float: left;
   line-height: 1.2em;
   padding: 0 .1em;
   margin: 0;
   min-width: 4em;
   background: #feb916;
   text-align: center;
-  position: absolute;
 } -->
 #fundraiser .donate, #fundraiser .join
 {
@@ -100,6 +98,8 @@
 .goal-div
 {
   position: relative;
+  bottom: 1.2em;
+  right: .1em;
 }
 .percentage, .goal
 {



reply via email to

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