| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- #changeName {
- padding: 25px 32px 32px 32px;
- h1 {
- font-size: 22px;
- margin-bottom: 20px;
- }
- table {
- border: 1px solid #ccc;
- caption {
- text-align: left;
- font-size: 16px;
- margin-bottom: 10px;
- }
- tbody {
- tr {
- th, td {
- text-align: left;
- font-size: 14px;
- font-weight: normal;
- padding: 12px 13px;
- }
- th {
- background: #f9f9f9;
- border: 1px solid #ccc;
- }
- td {
- border-bottom: 1px solid #ccc;
- a {
- padding: 3px 16px;
- }
- &:nth-of-type(2) {
- text-align: right;
- }
- input {
- width: 100%;
- }
- }
- }
- }
- tfoot {
- background: #fbfbfb;
- tr {
- td {
- text-align: center;
- padding: 8px;
- button, a {
- padding: 6px 20px;
- }
- .btn-delete {
- background-color: #e6f4fa;
- color: #333;
- border: 1px solid #b3b3b3;
- -webkit-box-shadow: inset 0 -1px 0 0 #b3b3b3;
- box-shadow: inset 0 -1px 0 0 #b3b3b3;
- &:hover {
- background-color: #c6e7f3;
- }
- }
- }
- }
- }
- }
- dl {
- background-color: #f1f1f1;
- border: 1px solid #ccc;
- line-height: 1.5;
- padding: 15px 16px 12px 16px;
- dt, dd {
- font-size: 14px;
- }
- dt {
- font-weight: bold;
- margin-bottom: 7px;
- }
- dd {
- ol {
- list-style: disc;
- padding: 0 20px;
- }
- }
- }
- blockquote {
- line-height: 1.9;
- }
- }
|