Zbiór zmian 854 dla branches/Abonament/Wierszowki/Wierszowki.Web/Content/Site.css
- Data:
- 2009-10-15 15:45:07 (17 years ago)
- Lokalizacja:
- branches/Abonament
- Pliki:
-
- 2 zmodyfikowane
-
. (zmodyfikowane) (1 prop)
-
Wierszowki/Wierszowki.Web/Content/Site.css (zmodyfikowane) (9 diffs)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
branches/Abonament
- Property svn:mergeinfo
-
old new 2 2 /branches/ReklamaReorganizacja:568-731 3 3 /tags/BazaReklam_1.1.28:831 4 /trunk:708-758,760-8 384 /trunk:708-758,760-853
-
- Property svn:mergeinfo
-
branches/Abonament/Wierszowki/Wierszowki.Web/Content/Site.css
r752 r854 92 92 .reportTable, .reportTable td, .reportTable table 93 93 { 94 border:none; 95 } 96 94 border: none; 95 text-align: left; 96 background-color: #F5F5F5; 97 } 97 98 #header 98 99 { … … 230 231 border: 1px solid #CCC; 231 232 } 232 233 select,textarea 234 { 235 width: 200px; 236 } 233 237 /* TABLE 234 238 ----------------------------------------------------------*/ … … 238 242 border: solid 1px #e8eef4; 239 243 border-collapse: collapse; 244 } 245 table select 246 { 247 width: 180px; 240 248 } 241 249 … … 245 253 border: solid 1px #e8eef4; 246 254 text-align: right; 255 vertical-align: top; 247 256 } 248 257 … … 250 259 { 251 260 padding: 6px 5px; 252 text-align: left;261 text-align: center; 253 262 background-color: #e8eef4; 254 263 border: solid 1px #e8eef4; 255 264 } 256 257 265 /* MISC 258 266 ----------------------------------------------------------*/ … … 314 322 .field-validation-error 315 323 { 324 padding-left: 2px; 316 325 color: #ff0000; 317 326 } … … 339 348 { 340 349 width: 100%; 341 border-bottom: solid 1px #ccc; 350 border-bottom: solid 1px #ccc; 342 351 padding: 5px 0 5px 5px; 343 352 } … … 345 354 fieldset 346 355 { 347 width: 6 00px;348 padding: 5px 5px 5px 5px;356 width: 680px; 357 padding: 5px 2px 5px 5px; 349 358 } 350 359 … … 502 511 cursor: default; 503 512 } 513 /*Komunikaty na stronie Error.aspx*/ 514 .error_info 515 { 516 font-size: 14px; 517 font-weight: bold; 518 color: Gray; 519 } 520 .st1 521 { 522 font-size: 16px; 523 font-weight: bold; 524 color: Gray; 525 } 526 .st1 span 527 { 528 font-size: 14px; 529 font-weight: normal; 530 } 531 532 .fieldset select,input { border: 1px solid black;} 533 select.error, input.error { border: 1px solid red; } 534 br { clear: both; } 535 536 label.error 537 { 538 background: url('http://dev.jquery.com/view/trunk/plugins/validate/demo/images/unchecked.gif') no-repeat; 539 padding-left: 18px; 540 margin-left: 307px; 541 margin-top: 3px; 542 } 543 .dp-choose-date{ 544 padding-left: 4px; 545 }
