default.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. /*
  2. Custom changes for the jquery-ui see the readme file
  3. */
  4. /* Smoothness */
  5. /* Removing glow effect in tables */
  6. .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  7. border: 1px solid #d3d3d3;
  8. /* background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;*/
  9. background: #F2F2F2;
  10. font-weight: normal;
  11. color: #555555;
  12. /* height:30px; */
  13. }
  14. .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
  15. .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  16. border: 1px solid #999999;
  17. /*background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;*/
  18. background: #E5EDF9;
  19. font-weight: normal;
  20. color: #212121;
  21. }
  22. .ui-jqgrid .ui-pg-selbox {
  23. height: 23px;
  24. }
  25. /* jqgrid: Changes the row style in a table (even, odd) */
  26. .ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  27. opacity: 1;
  28. font-weight: normal;
  29. background-color: #F9F9F9;
  30. }
  31. .ui-widget-content {
  32. background: #fff;
  33. border: 1px solid #ddd;
  34. }
  35. .ui-jqgrid .ui-jqgrid-htable th {
  36. height:30px;
  37. }
  38. /* jqgrid: Changing anchors colors see main/session/ */
  39. .ui-widget-content a {
  40. color: #3757F7;
  41. cursor: pointer;
  42. }
  43. .ui-widget-content a:hover{
  44. color: #3757F7;
  45. cursor: pointer;
  46. }
  47. /* Removes the gray background in the jqgrid main/session/index.php */
  48. .ui-widget-header {
  49. background: #FFF;
  50. border: none;
  51. border-bottom: 1px solid #ccc;
  52. border-radius:0px;
  53. }
  54. /* tabs: anchor size otherwise anchors will have a bigger font size */
  55. .ui-widget {
  56. font-size:100%;
  57. }
  58. /* tabs: removing a lot of padding */
  59. .ui-tabs .ui-tabs-panel {
  60. padding: 10px 0px 0px 0px;
  61. }
  62. /* Set the selected tab background to white */
  63. .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  64. background-color:#fff;
  65. }
  66. /* Calendary day fix */
  67. .ui-datepicker-calendar .ui-state-default {
  68. height:15px;
  69. }
  70. /* LP add items */
  71. #resource_tab.ui-tabs .ui-tabs-nav {
  72. height: 77px;
  73. }
  74. #resource_tab.ui-tabs .ui-tabs-nav li {
  75. height: 75px;
  76. border:1px solid #ccc;
  77. }
  78. .ui-tabs {
  79. border: none;
  80. }
  81. /* cupertino */
  82. /* ui-lightness */