src/pyams_skin/resources/css/myams.css
changeset 356 95f6d62d425b
parent 354 ddfb6931930c
child 371 8961b40ba585
equal deleted inserted replaced
355:d8f16ba6d9b1 356:95f6d62d425b
  4506     position: absolute!important;
  4506     position: absolute!important;
  4507   }
  4507   }
  4508 }
  4508 }
  4509 #left-panel #ajax-gear {
  4509 #left-panel #ajax-gear {
  4510   position: absolute;
  4510   position: absolute;
  4511   left: calc(50% - 1em);
  4511   left: calc(49%);
  4512   top: 5px;
  4512   top: 5px;
  4513 }
  4513 }
  4514 #left-panel .version {
  4514 #left-panel .version {
  4515   bottom: 2px;
  4515   bottom: 2px;
  4516   margin-top: 40px;
  4516   margin-top: 40px;
  5254   width: 100%;
  5254   width: 100%;
  5255   background-color: rgba(0, 0, 0, 0.7);
  5255   background-color: rgba(0, 0, 0, 0.7);
  5256   padding: 20px;
  5256   padding: 20px;
  5257 }
  5257 }
  5258 .MessageBoxContainer.info {
  5258 .MessageBoxContainer.info {
  5259   width: 50%;
  5259   width: 60%;
  5260   left: 25%;
  5260   left: 20%;
  5261   background-color: rgba(255, 255, 255, 0.9);
  5261   background-color: rgba(255, 255, 255, 0.9);
  5262   color: #333;
  5262   color: #333;
  5263 }
  5263 }
  5264 @media screen and (max-width: 450px) and (max-width: 767px) {
  5264 @media screen and (max-width: 450px) and (max-width: 767px) {
  5265   .MessageBoxContainer {
  5265   .MessageBoxContainer {
  5282     padding: 5px;
  5282     padding: 5px;
  5283   }
  5283   }
  5284 }
  5284 }
  5285 .MessageBoxMiddle {
  5285 .MessageBoxMiddle {
  5286   position: relative;
  5286   position: relative;
  5287   left: 10%;
  5287   left: 20%;
  5288   width: 80%;
  5288   width: 60%;
  5289 }
  5289 }
  5290 @media screen and (max-width: 450px) and (max-width: 767px) {
  5290 @media screen and (max-width: 450px) and (max-width: 767px) {
  5291   .MessageBoxMiddle {
  5291   .MessageBoxMiddle {
  5292     position: relative;
  5292     position: relative;
  5293     left: 0;
  5293     left: 0;
  7860 .table-bordered .no-padding > .table-bordered tbody tr:last-child td {
  7860 .table-bordered .no-padding > .table-bordered tbody tr:last-child td {
  7861   border-bottom-width: 0!important;
  7861   border-bottom-width: 0!important;
  7862 }
  7862 }
  7863 .no-padding .note-editable .table-bordered {
  7863 .no-padding .note-editable .table-bordered {
  7864   border: 1px solid #ddd !important;
  7864   border: 1px solid #ddd !important;
       
  7865 }
       
  7866 tr.current td {
       
  7867   background-color: #ccc !important;
  7865 }
  7868 }
  7866 tr.bordered-bottom th,
  7869 tr.bordered-bottom th,
  7867 tr.bordered-bottom td {
  7870 tr.bordered-bottom td {
  7868   border-bottom: 1px solid #ddd;
  7871   border-bottom: 1px solid #ddd;
  7869 }
  7872 }
  9085   background: rgba(255, 255, 255, 0.9);
  9088   background: rgba(255, 255, 255, 0.9);
  9086 }
  9089 }
  9087 .ams-form fieldset[disabled] > section,
  9090 .ams-form fieldset[disabled] > section,
  9088 .ams-form fieldset[disabled] > article,
  9091 .ams-form fieldset[disabled] > article,
  9089 .ams-form fieldset[disabled] > div {
  9092 .ams-form fieldset[disabled] > div {
  9090   opacity: 0.5;
  9093   opacity: 0.6;
  9091 }
  9094 }
  9092 .ams-form fieldset[disabled] LEGEND.checker .checkbox {
  9095 .ams-form fieldset[disabled] LEGEND.checker .checkbox {
  9093   cursor: pointer;
  9096   cursor: pointer;
  9094 }
  9097 }
  9095 .ams-form fieldset.switched {
  9098 .ams-form fieldset.switched {