src/ztfy/myams/resources/css/myams.css
changeset 77 646132169662
parent 67 c402a9efda6a
child 87 d60763890622
equal deleted inserted replaced
76:67a68d899df0 77:646132169662
  8947 }
  8947 }
  8948 .ams-form .input .icon-prepend + .icon-append + input,
  8948 .ams-form .input .icon-prepend + .icon-append + input,
  8949 .ams-form .textarea .icon-prepend + .icon-append + textarea {
  8949 .ams-form .textarea .icon-prepend + .icon-append + textarea {
  8950   padding-left: 37px;
  8950   padding-left: 37px;
  8951 }
  8951 }
       
  8952 .ams-form .input.with-icons .icon-append-2 + input {
       
  8953   padding-right: 60px;
       
  8954 }
  8952 .ams-form .input-file .button {
  8955 .ams-form .input-file .button {
  8953   position: absolute;
  8956   position: absolute;
  8954   top: 3px;
  8957   top: 3px;
  8955   right: 3px;
  8958   right: 3px;
  8956   float: none;
  8959   float: none;
 14476 }
 14479 }
 14477 /*
 14480 /*
 14478  * UI date picker
 14481  * UI date picker
 14479  */
 14482  */
 14480 .ui-datepicker {
 14483 .ui-datepicker {
 14481   width: 17em;
 14484   width: 20em;
 14482   padding: .2em .2em 0;
 14485   padding: .2em .2em 0;
 14483   display: none;
 14486   display: none;
       
 14487 }
       
 14488 .ui-datepicker-inline {
       
 14489   z-index: 9000!important;
 14484 }
 14490 }
 14485 .ui-datepicker-header {
 14491 .ui-datepicker-header {
 14486   position: relative;
 14492   position: relative;
 14487   border: 0;
 14493   border: 0;
 14488   font-weight: 700;
 14494   font-weight: 700;
 14493 }
 14499 }
 14494 .ui-datepicker-next,
 14500 .ui-datepicker-next,
 14495 .ui-datepicker-prev {
 14501 .ui-datepicker-prev {
 14496   position: absolute;
 14502   position: absolute;
 14497   top: 2px;
 14503   top: 2px;
 14498   width: 1.8em;
 14504   width: 5.6em;
 14499   height: 1.8em;
 14505   height: 1.8em;
 14500   text-align: center;
 14506   text-align: center;
 14501   margin-top: 2px;
 14507   margin-top: 2px;
       
 14508   cursor: pointer;
 14502 }
 14509 }
 14503 .ui-datepicker-next > :first-child,
 14510 .ui-datepicker-next > :first-child,
 14504 .ui-datepicker-prev > :first-child {
 14511 .ui-datepicker-prev > :first-child {
 14505   text-indent: 0!important;
 14512   text-indent: 0!important;
 14506 }
 14513 }
 14507 .ui-datepicker-next span,
 14514 .ui-datepicker-next span,
 14508 .ui-datepicker-prev span {
 14515 .ui-datepicker-prev span {
 14509   display: block;
 14516   display: block;
 14510   position: absolute;
 14517   position: absolute;
 14511   left: 50%;
 14518   text-align: center;
 14512   margin-left: -8px;
       
 14513   top: 50%;
 14519   top: 50%;
 14514   margin-top: -8px;
 14520   margin-top: -8px;
       
 14521   width: 5.8em;
 14515 }
 14522 }
 14516 .ui-datepicker-prev {
 14523 .ui-datepicker-prev {
 14517   left: 2px;
 14524   left: 2px;
 14518 }
 14525 }
 14519 .ui-datepicker-next {
 14526 .ui-datepicker-next {
 14520   right: 2px;
 14527   right: 2px;
 14521 }
 14528 }
 14522 .ui-datepicker-title {
 14529 .ui-datepicker-title {
 14523   margin: 0 2.3em;
 14530   margin: 0 5.8em;
 14524   line-height: 1.8em;
 14531   line-height: 1.8em;
 14525   text-align: center;
 14532   text-align: center;
 14526 }
 14533 }
 14527 .ui-datepicker-title select {
 14534 .ui-datepicker-title select {
 14528   font-size: 1em;
 14535   font-size: 1em;