You are here

views-list.css in Views (for Drupal 7) 6.2

Same filename and directory in other branches
  1. 6.3 css/views-list.css
table.views-entry {
  margin: 3px 0;
  border: 1px solid #ddd;
  background-color: white;
  color: #494949; /* matches garland */
  clear: left; /* LTR */
  width: 100%;
}

table.views-entry tbody {
  border: none;
}

table.views-entry td.view-ops {
  width: 45%;
  text-align: right; /* LTR */
  background-color: #eee;
}

table.views-entry td.view-name {
  background-color: #eee;
}

table.views-entry .description {
  vertical-align: top;
}

body form#views-ui-list-views-form {
  margin: 0 0 1.5em 0;
}

#views-ui-list-views-form .form-item {
  padding-right: 1em; /* LTR */
  float: left; /* LTR */
  margin-top: 0;
  margin-bottom: 0;
}

#edit-order-wrapper {
  clear: left; /* LTR */
}

#edit-views-apply,
#edit-views-reset {
  margin-top: 1.65em;
  float: left; /* LTR */
}

.views-entry .advanced-help-link {
  position: relative;
  top: 2px;
  padding-right: 3px; /* LTR */
}

table.view-disabled {
  color: #999;
}

table.views-entry td {
  line-height: 1.4;
  padding-bottom: 10px;
}
table.view-disabled td {
  line-height: 1.4;
  padding-bottom: 10px;
  background: none;
}
table.view-enabled td.view-name,
table.view-enabled td.view-ops,
table.view-disabled td.view-name,
table.view-disabled td.view-ops {
  line-height: 1.6;
  padding-bottom: 0.3em;
}
table.view-enabled td.view-name,
table.view-enabled td.view-ops {
  background: #E4F0F8; 
}

File

css/views-list.css
View source
  1. table.views-entry {
  2. margin: 3px 0;
  3. border: 1px solid #ddd;
  4. background-color: white;
  5. color: #494949; /* matches garland */
  6. clear: left; /* LTR */
  7. width: 100%;
  8. }
  9. table.views-entry tbody {
  10. border: none;
  11. }
  12. table.views-entry td.view-ops {
  13. width: 45%;
  14. text-align: right; /* LTR */
  15. background-color: #eee;
  16. }
  17. table.views-entry td.view-name {
  18. background-color: #eee;
  19. }
  20. table.views-entry .description {
  21. vertical-align: top;
  22. }
  23. body form#views-ui-list-views-form {
  24. margin: 0 0 1.5em 0;
  25. }
  26. #views-ui-list-views-form .form-item {
  27. padding-right: 1em; /* LTR */
  28. float: left; /* LTR */
  29. margin-top: 0;
  30. margin-bottom: 0;
  31. }
  32. #edit-order-wrapper {
  33. clear: left; /* LTR */
  34. }
  35. #edit-views-apply,
  36. #edit-views-reset {
  37. margin-top: 1.65em;
  38. float: left; /* LTR */
  39. }
  40. .views-entry .advanced-help-link {
  41. position: relative;
  42. top: 2px;
  43. padding-right: 3px; /* LTR */
  44. }
  45. table.view-disabled {
  46. color: #999;
  47. }
  48. table.views-entry td {
  49. line-height: 1.4;
  50. padding-bottom: 10px;
  51. }
  52. table.view-disabled td {
  53. line-height: 1.4;
  54. padding-bottom: 10px;
  55. background: none;
  56. }
  57. table.view-enabled td.view-name,
  58. table.view-enabled td.view-ops,
  59. table.view-disabled td.view-name,
  60. table.view-disabled td.view-ops {
  61. line-height: 1.6;
  62. padding-bottom: 0.3em;
  63. }
  64. table.view-enabled td.view-name,
  65. table.view-enabled td.view-ops {
  66. background: #E4F0F8;
  67. }