Bez popisu
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

notices.css 533B

1234567891011121314151617181920212223242526272829303132
  1. @charset "utf-8";
  2. /* template start */
  3. span#template_article_block {
  4. position: relative;
  5. display: block;
  6. width: 660px;
  7. padding: 10px 10px 0px 0px;
  8. margin: 0px 10px 0px 10px;
  9. }
  10. div.list_notices {
  11. position: relative;
  12. display: block;
  13. height: 45px;
  14. }
  15. span.list_notices_date {
  16. position: relative;
  17. display: block;
  18. top: 15px;
  19. width: 660px;
  20. height: 19px;
  21. }
  22. span.list_notices_text {
  23. position: relative;
  24. display: table-cell;
  25. top: -17px;
  26. left: 130px;
  27. height: 45px;
  28. width: 34em;
  29. vertical-align: middle;
  30. }
  31. /* template end */