dashboard.css 798 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. /* Made for Revolution Based Themes */
  2. .main-content {
  3. background:transparent;
  4. border:none;
  5. padding:0;
  6. border-radius:0px;
  7. -moz-border-radius:0px;
  8. }
  9. #column2 #ref.online_servers div{
  10. float:left;
  11. text-align:left;
  12. width:35%;
  13. height:15px;
  14. overflow: hidden;
  15. text-overflow: ellipsis;
  16. -o-text-overflow: ellipsis;
  17. -moz-binding: url('assets/xml/ellipsis.xml#ellipsis');
  18. }
  19. #column2 #ref.online_servers div#gamelink{
  20. width:36%;
  21. float:right;
  22. text-align:right;
  23. }
  24. #column2 #ref.online_servers div.name{
  25. width:29%;
  26. height:18px;
  27. white-space:nowrap;
  28. }
  29. #column2 #noref.online_servers div#gamelink{
  30. float:right;
  31. text-align:right;
  32. width:40%;
  33. height:18px;
  34. overflow: hidden;
  35. }
  36. #column2 #noref.online_servers div.name{
  37. float:left;
  38. text-align:left;
  39. width:57%;
  40. height:18px;
  41. overflow: hidden;
  42. }