views_counter.php 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. <?php
  2. /**
  3. * @file views/default/views_counter/css.php
  4. * @brief Include the css of views_counter plugin on elgg system
  5. */
  6. ?>
  7. .settings_column {
  8. width: 200px;
  9. }
  10. .reduced_text {
  11. font-size: 70%;
  12. }
  13. .views_counter_left_column {
  14. float: left;
  15. width: 49%;
  16. border-right: solid 1px #CCCCCC;
  17. }
  18. .views_counter_right_column {
  19. float: left;
  20. width: 49%;
  21. margin-left: 5px;
  22. }
  23. .align_center {
  24. text-align: center;
  25. }
  26. .guid_column {
  27. width: 35px;
  28. }
  29. .title_column {
  30. width: 190px;
  31. }
  32. .counter_column {
  33. width: 100px;
  34. }
  35. .id_column {
  36. width: 50px;
  37. border: solid 1px;
  38. text-align: center;
  39. }
  40. .name_column {
  41. width: 220px;
  42. border: solid 1px;
  43. text-align: center;
  44. }
  45. .user_name_column {
  46. width: 220px;
  47. border: solid 1px;
  48. text-align: center;
  49. }
  50. .views_column {
  51. width: 80px;
  52. border: solid 1px;
  53. text-align: center;
  54. }
  55. .first_view_column {
  56. width: 150px;
  57. border: solid 1px;
  58. text-align: center;
  59. }
  60. .float_left {
  61. float: left;
  62. }
  63. .float_right {
  64. float: right;
  65. }
  66. .views_counter {
  67. padding: 0 5px;
  68. margin: 5px;
  69. border: 1px solid #CCCCCC;
  70. -moz-border-radius: 8px;
  71. background-color: #FFFFFF;
  72. }
  73. .container_id_input {
  74. width: 175px;
  75. }