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

35 lines
743 B
CSS
Raw Normal View History

2012-03-13 08:38:19 +00:00
ARTICLE SELECT {width: 150px;}
INPUT, TEXTAREA {box-sizing: border-box;}
2018-11-07 00:08:26 +00:00
TD>INPUT[type="button"],
TD>INPUT[type="submit"],
TD>INPUT[type="text"],
TD>INPUT[type="password"],
TD>INPUT[type="email"],
TD>SELECT,
TD>TEXTAREA,
TD>BUTTON {width: 100%;}
2012-03-13 08:38:19 +00:00
2012-03-13 15:23:56 +00:00
TABLE.form {width: 300px;}
2012-03-13 08:38:19 +00:00
TABLE.form TD, TABLE.form TH {vertical-align: middle;}
TABLE.form TBODY TD {text-align: left;}
TABLE.form TBODY TH {text-align: right; padding-right: 4px; width: 1%; white-space: nowrap;}
TABLE.form TD + TH {padding-left: 8px;}
2012-03-13 08:38:19 +00:00
*[onclick],
H3[class~="shm-toggler"],
.sortable TH {
cursor: pointer;
}
2012-03-13 08:38:19 +00:00
IMG {border: none;}
2020-03-13 09:23:54 +00:00
FORM {margin: 0;}
2012-03-15 19:26:16 +00:00
IMG.lazy {display: none;}
2012-06-10 16:46:47 +00:00
#flash {
background: #FF7;
display: block;
padding: 8px;
margin: 8px;
border: 1px solid #882;
}