src/pyams_skin/resources/css/myams.css
changeset 169 6bbb52c08e2e
parent 167 5034433484fe
child 171 fd3f596be3b8
equal deleted inserted replaced
168:8b5d41852bb6 169:6bbb52c08e2e
  8989   height: 24px;
  8989   height: 24px;
  8990   padding: 2px 10px;
  8990   padding: 2px 10px;
  8991   font-size: 11px;
  8991   font-size: 11px;
  8992   line-height: 1.5;
  8992   line-height: 1.5;
  8993 }
  8993 }
  8994 .ams-form input[type="text"][disabled],
  8994 .ams-form input[type="text"][name][disabled],
  8995 .ams-form input[type="password"][disabled],
  8995 .ams-form input[type="password"][name][disabled],
  8996 .ams-form input[type="text"][readonly],
  8996 .ams-form input[type="text"][name][readonly],
  8997 .ams-form input[type="password"][readonly] {
  8997 .ams-form input[type="password"][name][readonly] {
  8998   background-color: #efefef;
  8998   background-color: #efefef;
  8999 }
  8999 }
  9000 .ams-form .textarea textarea[disabled],
  9000 .ams-form .textarea textarea[name][disabled],
  9001 .ams-form .textarea textarea[readonly] {
  9001 .ams-form .textarea textarea[name][readonly] {
  9002   background-color: #efefef;
  9002   background-color: #efefef;
  9003 }
  9003 }
  9004 .ams-form select.input-sm {
  9004 .ams-form select.input-sm {
  9005   height: 30px;
  9005   height: 30px;
  9006   line-height: 15px;
  9006   line-height: 15px;