This repository has been archived on 2024-09-05. You can view files and clone it, but cannot push or open issues or pull requests.
shimmie2/ext/static_files/style.css

32 lines
764 B
CSS
Raw Normal View History

2012-03-13 08:38:19 +00:00
INPUT, TEXTAREA {box-sizing: border-box;}
2012-03-13 15:23:56 +00:00
TABLE.form {width: 300px;}
2024-01-08 21:03:04 +00:00
TABLE.form.zebra {width: 100%;}
2012-03-13 08:38:19 +00:00
TABLE.form TD, TABLE.form TH {vertical-align: middle;}
2024-01-08 20:41:03 +00:00
TABLE.form TBODY TR TD {text-align: left;}
TABLE.form TBODY TR TH {text-align: right; padding-right: 4px; width: 1%; white-space: nowrap;}
TABLE.form TBODY TR.header TD,
TABLE.form TBODY TR.header TH {text-align: center; width: auto;}
TABLE.form TD + TH {padding-left: 8px;}
2024-01-08 21:03:04 +00:00
TABLE.form INPUT:not([type="checkbox"]):not([type="radio"]),
TABLE.form SELECT,
TABLE.form TEXTAREA,
TABLE.form BUTTON {width: 100%;}
2012-03-13 08:38:19 +00:00
*[onclick],
2024-01-08 21:16:45 +00:00
H3[class~="shm-toggler"] {
cursor: pointer;
}
2012-06-10 16:46:47 +00:00
#flash {
background: #FF7;
display: block;
padding: 8px;
margin: 8px;
border: 1px solid #882;
}
2023-12-24 23:06:26 +00:00
.tag {
overflow-wrap: anywhere;
}