mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 19:18:40 +00:00
Fix #9
This commit is contained in:
parent
229629bda3
commit
7255dc28eb
|
|
@ -33,10 +33,6 @@ form {
|
|||
background: #bebebe;
|
||||
}
|
||||
|
||||
table.layout {
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
||||
.layout td+td {
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -21,11 +21,13 @@ input[type="email"],
|
|||
input[type="date"],
|
||||
input[type="number"],
|
||||
input[type="datetime-local"] {
|
||||
box-sizing: border-box;
|
||||
color: #454545;
|
||||
background: #fff;
|
||||
width: 100%;
|
||||
height: 2rem;
|
||||
min-width: 70px;
|
||||
max-width: 100%;
|
||||
padding: 7px;
|
||||
font-size: 0.9rem;
|
||||
border: solid 1px #dcdcdc;
|
||||
|
|
@ -49,8 +51,10 @@ option {
|
|||
input[type="file"] {
|
||||
border: solid 1px #dcdcdc;
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
color: #454545;
|
||||
padding: 10px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
input[placeholder], textarea {
|
||||
|
|
|
|||
|
|
@ -3487,8 +3487,6 @@ form .inputPrefix {
|
|||
line-height: 2em;
|
||||
height: 100%;
|
||||
background: #bebebe; }
|
||||
form table.layout {
|
||||
table-layout: fixed; }
|
||||
form .layout td + td {
|
||||
padding-left: 5px; }
|
||||
form .list {
|
||||
|
|
@ -3640,11 +3638,13 @@ input[type="email"],
|
|||
input[type="date"],
|
||||
input[type="number"],
|
||||
input[type="datetime-local"] {
|
||||
box-sizing: border-box;
|
||||
color: #454545;
|
||||
background: #fff;
|
||||
width: 100%;
|
||||
height: 2rem;
|
||||
min-width: 70px;
|
||||
max-width: 100%;
|
||||
padding: 7px;
|
||||
font-size: 0.9rem;
|
||||
border: solid 1px #dcdcdc;
|
||||
|
|
@ -3674,8 +3674,10 @@ option {
|
|||
input[type="file"] {
|
||||
border: solid 1px #dcdcdc;
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
color: #454545;
|
||||
padding: 10px; }
|
||||
padding: 10px;
|
||||
box-sizing: border-box; }
|
||||
|
||||
input[placeholder], textarea {
|
||||
font-family: 'FontAwesome', serif; }
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user