/[smeserver]/rpms/e-smith-manager/sme8/e-smith-manager-2.2.0-bug5656.patch
ViewVC logotype

Annotation of /rpms/e-smith-manager/sme8/e-smith-manager-2.2.0-bug5656.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Wed Dec 9 20:19:24 2009 UTC (14 years, 6 months ago) by charliebrady
Branch: MAIN
CVS Tags: e-smith-manager-2_2_0-6_el5_sme, e-smith-manager-2_2_0-8_el5_sme, e-smith-manager-2_2_0-9_el5_sme, e-smith-manager-2_2_0-10_el5_sme, e-smith-manager-2_2_0-5_el5_sme, e-smith-manager-2_2_0-7_el5_sme
Fix css validation errors - bug 5656.

1 charliebrady 1.1 --- e-smith-manager-2.2.0/root/etc/e-smith/templates/etc/e-smith/web/common/css/sme_main.css/50body.bug5656 2009-12-09 15:14:54.000000000 -0500
2     +++ e-smith-manager-2.2.0/root/etc/e-smith/templates/etc/e-smith/web/common/css/sme_main.css/50body 2009-12-09 15:16:13.000000000 -0500
3     @@ -163,7 +163,7 @@
4     /* these two are for any error messages that pop up*/
5     div.error, div.sme-error, span.error, span.sme-error {
6     color: red;
7     - background-color: #fffff;
8     + background-color: #ffffff;
9     border-width: 1px;
10     border-style: solid;
11     border-color: red ;
12     @@ -179,7 +179,7 @@
13     span.error-noborders, span.sme-error-noborders
14     {
15     color: red;
16     - background-color: #fffff;
17     + background-color: #ffffff;
18     border-width: 0px;
19     }
20    
21     @@ -207,11 +207,11 @@
22    
23     /* these two are for any success messages that pop up*/
24     div.success, span.success {
25     - color: darkgreen;
26     - background-color: #fffff;
27     + color: #006400;
28     + background-color: #ffffff;
29     border-width: 1px;
30     border-style: solid;
31     - border-color: darkgreen ;
32     + border-color: #006400 ;
33     padding: 2px;
34     margin-left: 20px;
35     margin-right: 20px;
36     @@ -223,7 +223,7 @@
37     /* These two are for the special case of a link being inside a success message */
38     div.success a, span.success a
39     {
40     - color: darkgreen;
41     + color: #006400;
42     font-weight: bold;
43     text-decoration: underline;
44     }

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed