topbar.css 509 B

1234567891011121314151617181920212223242526
  1. .nokia-topbar {
  2. position: relative;
  3. padding: 0px 5px;
  4. border: none !important;
  5. }
  6. .nokia-topbar-container {
  7. background: url(images/top_bg_effects.png) repeat-x;
  8. position: absolute;
  9. top: 0;
  10. left: 0;
  11. width: 100%;
  12. }
  13. .nokia-topbar .nokia-topbar-item {
  14. display: block;
  15. width: 53px;
  16. float: left;
  17. margin: 0;
  18. background-position: 50% 50%;
  19. background-repeat: no-repeat;
  20. }
  21. .nokia-topbar, .nokia-topbar .nokia-topbar-container, .nokia-topbar .nokia-topbar-item {
  22. height: 60px;
  23. }