plugin.css 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. .cleared {
  2. content: ".";
  3. display: block;
  4. height: 0;
  5. clear: both;
  6. visibility: hidden;
  7. line-height: 0;
  8. }
  9. table td.ta-center, table th.ta-center {
  10. text-align: center;
  11. }
  12. #courses_table td, #transfer_table td, #order_table td {
  13. vertical-align: middle;
  14. }
  15. #courses_table td input.price, #transfer_table td input, #currency_type {
  16. margin: 0;
  17. }
  18. #courses_table td.btop {
  19. border-top: 1px solid red;
  20. border-bottom: 1px solid red;
  21. }
  22. #courses_table tr.fmod {
  23. border: 1px solid red;
  24. background: #FFE0E0;
  25. }
  26. .sprice {
  27. color: #FF5555;
  28. font-size: 26px;
  29. font-weight: 500;
  30. margin: 15px 0;
  31. text-shadow: 2px 1px 0 #222222;
  32. }
  33. .dinline {
  34. display: inline;
  35. }
  36. .fright {
  37. float: right;
  38. }
  39. .cursor {
  40. cursor: pointer;
  41. }
  42. .ta-center {
  43. text-align: center;
  44. }
  45. textarea#message {
  46. width: 50%;
  47. }
  48. .send_result {
  49. font-weight: bold;
  50. }
  51. select#lsessions, select#lcourses, select#lexercises, select#status {
  52. margin-bottom: 0px;
  53. }
  54. .column_field_filter {
  55. padding: 6px 10px 1px 1px;
  56. text-align: right;
  57. }
  58. .height5 {
  59. height: 5px;
  60. }
  61. .margin-left-fifty{
  62. margin-left: 50px !important;
  63. }