Zbiór zmian 898 dla trunk/eCard
- Data:
- 2009-11-24 12:56:42 (16 years ago)
- Lokalizacja:
- trunk/eCard/eCardMVC/Platnosci
- Pliki:
-
- 5 zmodyfikowane
-
Content/Site.css (zmodyfikowane) (7 diffs)
-
Content/admoto.css (zmodyfikowane) (1 diff)
-
Views/Platnosc/Ok.aspx (zmodyfikowane) (1 diff)
-
Views/Platnosc/Show.aspx (zmodyfikowane) (1 diff)
-
Views/Shared/Error1.aspx (zmodyfikowane) (1 diff)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
trunk/eCard/eCardMVC/Platnosci/Content/Site.css
r888 r898 6 6 margin: 0; 7 7 padding: 0; 8 color: #696969; 8 color: #696969; /*ustawienie koloru czcionki*/ 9 9 } 10 10 p, ul … … 13 13 line-height: 1.6em; 14 14 } 15 h1, h2, h5, h6 16 { 17 font-size: 1.5em; 18 color: #000; 19 font-family: Arial, Helvetica, sans-serif; 20 } 21 h1 22 { 23 font-size: 2em; 24 padding-bottom: 0; 25 margin-bottom: 0; 26 } 27 h2 28 { 29 padding: 0 0 10px 0; 30 } 31 h3 32 { 33 font-size: 16px; 34 color: #000; 35 font-family: Arial, Helvetica, sans-serif; 36 } 37 .Tytul 15 .SzczegolyZlecenia 38 16 { 39 17 font-family: Arial, Helvetica, sans-serif; … … 43 21 font-weight: bold; 44 22 } 45 h5, h646 {47 font-size: 1em;48 }49 .rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h250 {51 margin-top: 0;52 }53 23 .black 54 24 { … … 67 37 color: #000; 68 38 padding: 0; 69 }70 #title h171 {72 font-weight: bold;73 padding: 0px;74 margin-left: 10px;75 color: #a9a9a9;76 border: none;77 line-height: 2em;78 font-family: Arial, Helvetica, sans-serif;79 font-size: 18px !important;80 39 } 81 40 #main … … 198 157 color: Red; 199 158 font-weight: bold; 159 font-size: 14px; 200 160 } 201 161 #flagi … … 243 203 font-weight: bold; 244 204 width: 150px; 245 padding-top: 5px 205 padding-top: 5px; 246 206 } 247 207 .col … … 305 265 #unpaid 306 266 { 307 color:#E00000; 308 } 309 310 267 color: #E00000; 268 } 269 .Info /*ustawienia wlasciwosci wyswietlanych komunikatow*/ 270 { 271 272 color: #696969; 273 font-size: 14px; 274 font-weight: bold; 275 } 276 277 -
trunk/eCard/eCardMVC/Platnosci/Content/admoto.css
r886 r898 54 54 .tlo 55 55 { 56 background-image: url(../../Images/admoto/tlo_top_.gif);56 background-image: url(../../Images/admoto/tlo_top_.gif); 57 57 } 58 58 -
trunk/eCard/eCardMVC/Platnosci/Views/Platnosc/Ok.aspx
r885 r898 6 6 7 7 <asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server"> 8 9 <asp:Label ID="lab1" runat="server" Text="<%$Resources:tlumaczenia,podziekowania%>"></asp:Label>10 <%=Model.vPlatnosciEcard.Faktura_Numer%>11 8 12 <%string link1 = HttpContext.GetGlobalResourceObject("tlumaczenia","Powrot").ToString(); %> 13 <p id="link1"><%=Html.ActionLink(link1, "LogOn", "Account")%></p> 9 <p class="Info"> 10 <asp:Label ID="lab1" runat="server" Text="<%$Resources:tlumaczenia,podziekowania%>"></asp:Label> 11 <%=Model.vPlatnosciEcard.Faktura_Numer%> 12 </p> 14 13 </asp:Content> -
trunk/eCard/eCardMVC/Platnosci/Views/Platnosc/Show.aspx
r888 r898 7 7 <asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server"> 8 8 9 <div class=" Tytul">9 <div class="SzczegolyZlecenia"> 10 10 <asp:Label ID="Szczegoly" runat="server" Text="<%$Resources:tlumaczenia,Szczegoly%>"></asp:Label> 11 11 </div> -
trunk/eCard/eCardMVC/Platnosci/Views/Shared/Error1.aspx
r866 r898 11 11 <asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server"> 12 12 13 < h3>13 <p class="Info"> 14 14 <%=Model.error%> 15 </ h3>15 </p> 16 16 </asp:Content>
