mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 19:18:40 +00:00
43 lines
745 B
CSS
43 lines
745 B
CSS
/* Global */
|
|
/* Content Container */
|
|
/* Content box */
|
|
/* Navigation */
|
|
/* Colors */
|
|
/* Accordion */
|
|
/* Log */
|
|
/* Blockquote */
|
|
/* Breadcrumbs */
|
|
/* Input */
|
|
/* Button */
|
|
/* Canvas */
|
|
/* Article */
|
|
/* Form */
|
|
/* Icon */
|
|
/* Img */
|
|
/* list */
|
|
/* pagination */
|
|
/* pre */
|
|
/* tag */
|
|
form li {
|
|
margin: 5px 0 5px 0; }
|
|
form td {
|
|
white-space: nowrap;
|
|
padding-bottom: 5px; }
|
|
form td textarea + i {
|
|
vertical-align: top; }
|
|
form label {
|
|
font-size: 0.9rem;
|
|
color: #878787;
|
|
text-shadow: -1px -1px 1px #ffffff; }
|
|
form i + i {
|
|
margin-left: 3px; }
|
|
form .layout td + td {
|
|
padding-left: 5px; }
|
|
form .list {
|
|
font-size: 0.9rem; }
|
|
form .list td {
|
|
white-space: nowrap;
|
|
padding: 3px 5px 3px 5px; }
|
|
|
|
/*# sourceMappingURL=form.css.map */
|