src/myams/resources/css/myams.css
changeset 15 bc4b99b7c6f3
parent 12 18a3bec81f25
child 18 575d9fadef6e
equal deleted inserted replaced
14:cd25de600173 15:bc4b99b7c6f3
  8494   margin-bottom: 20px;
  8494   margin-bottom: 20px;
  8495 }
  8495 }
  8496 .form fieldset {
  8496 .form fieldset {
  8497   display: block;
  8497   display: block;
  8498   border: 0;
  8498   border: 0;
  8499   background: rgba(255, 255, 255, 0.9);
       
  8500   position: relative;
  8499   position: relative;
  8501 }
  8500 }
  8502 .form header,
  8501 .form header,
  8503 .form legend {
  8502 .form legend {
  8504   display: block;
  8503   display: block;
  9135   margin: 10px 14px 0;
  9134   margin: 10px 14px 0;
  9136 }
  9135 }
  9137 .modal-dialog .ams-form header {
  9136 .modal-dialog .ams-form header {
  9138   margin: 10px -2px 0 0;
  9137   margin: 10px -2px 0 0;
  9139 }
  9138 }
       
  9139 .ams-form > fieldset {
       
  9140   background-color: white;
       
  9141 }
  9140 .ams-form fieldset {
  9142 .ams-form fieldset {
  9141   display: block;
  9143   display: block;
  9142   position: relative;
  9144   position: relative;
  9143   padding: 10px 15px 5px;
  9145   padding: 10px 15px 5px;
  9144   border: 0;
  9146   border: 0;
  9145   background: transparent;
       
  9146 }
  9147 }
  9147 .ams-form fieldset[disabled] > section,
  9148 .ams-form fieldset[disabled] > section,
  9148 .ams-form fieldset[disabled] > article,
  9149 .ams-form fieldset[disabled] > article,
  9149 .ams-form fieldset[disabled] > div {
  9150 .ams-form fieldset[disabled] > div {
  9150   opacity: 0.6;
  9151   opacity: 0.6;
  9973   font: 300 12px/16px FontAwesome;
  9974   font: 300 12px/16px FontAwesome;
  9974 }
  9975 }
  9975 .inner-table-form .ams-form > fieldset {
  9976 .inner-table-form .ams-form > fieldset {
  9976   margin-top: 10px;
  9977   margin-top: 10px;
  9977   margin-bottom: 0;
  9978   margin-bottom: 0;
  9978 }
       
  9979 .inner-table-form .ams-form legend {
       
  9980   background-color: white;
       
  9981 }
  9979 }
  9982 .inner-table-form .ams-form .form-group {
  9980 .inner-table-form .ams-form .form-group {
  9983   padding: 5px 10px 0;
  9981   padding: 5px 10px 0;
  9984 }
  9982 }
  9985 .inner-table-form .ams-form input[type="text"] {
  9983 .inner-table-form .ams-form input[type="text"] {