You are here

style.css in Appointment Calendar 7

/* @group setting form */
form#settings-form .container-inline-date {
  display: inline-block;
  margin: 0 20px 10px 0 !important;
  vertical-align: top;
}

form#settings-form .container-inline-date * {
  margin: 0;
}

form#settings-form .container-inline-date .date-padding {
  padding: 0;
  margin: 0;
}

/* time slot field */
.time-slot-field-form .form-item {
  display: inline-block;
  margin: 0 20px 0 0;
  width: 20%;
}
.time-slot-field-form .form-item input {
  width: 98%;
}
/* @end */

/* @group s Calender */
body.page-appointcal {
  ul.pager {
    clear: both;
  }
  li.date-prev,
  li.date-next {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    clear: both !important;
    position: relative !important;
    right: 0px !important;
  }
}
/* @end */

File

css/style.css
View source
  1. /* @group setting form */
  2. form#settings-form .container-inline-date {
  3. display: inline-block;
  4. margin: 0 20px 10px 0 !important;
  5. vertical-align: top;
  6. }
  7. form#settings-form .container-inline-date * {
  8. margin: 0;
  9. }
  10. form#settings-form .container-inline-date .date-padding {
  11. padding: 0;
  12. margin: 0;
  13. }
  14. /* time slot field */
  15. .time-slot-field-form .form-item {
  16. display: inline-block;
  17. margin: 0 20px 0 0;
  18. width: 20%;
  19. }
  20. .time-slot-field-form .form-item input {
  21. width: 98%;
  22. }
  23. /* @end */
  24. /* @group s Calender */
  25. body.page-appointcal {
  26. ul.pager {
  27. clear: both;
  28. }
  29. li.date-prev,
  30. li.date-next {
  31. background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
  32. clear: both !important;
  33. position: relative !important;
  34. right: 0px !important;
  35. }
  36. }
  37. /* @end */