Commit 80ac9990f2bbed612c518b732e3d0e8ec5b2cda7

Authored by Eriksen Costa Paixão
1 parent d6b5ea7e
Exists in master

by Eriksen: Corrigido caminhos a arquivos de imagens para usados no layout do quadro de horário

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
ieducar/intranet/styles/calendario.css
@@ -9,7 +9,7 @@ @@ -9,7 +9,7 @@
9 .cal_esq 9 .cal_esq
10 { 10 {
11 height: 38px; 11 height: 38px;
12 - background-image: url(intranet/imagens/i-educar/cal_topo.gif); 12 + background-image: url(/intranet/imagens/i-educar/cal_topo.gif);
13 background-repeat: no-repeat; 13 background-repeat: no-repeat;
14 padding-left: 94px; 14 padding-left: 94px;
15 } 15 }
@@ -84,7 +84,7 @@ @@ -84,7 +84,7 @@
84 84
85 .cal_dir 85 .cal_dir
86 { 86 {
87 - background-image: url(intranet/imagens/i-educar/cal_dir.gif); 87 + background-image: url(/intranet/imagens/i-educar/cal_dir.gif);
88 background-repeat: no-repeat; 88 background-repeat: no-repeat;
89 padding-right: 20px; 89 padding-right: 20px;
90 background-position: 0px 0px; 90 background-position: 0px 0px;