mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-11-24 08:46:48 +08:00
Adding .text-medium, deprecating .textMedium.
This commit is contained in:
@@ -608,27 +608,27 @@ label input {
|
||||
color:#7c7c7c;
|
||||
}
|
||||
/* todo: (heskew) try to get .text on stuff like .text-box */
|
||||
select, textarea, input.text, input.textMedium, input.text-small, input.text-box {
|
||||
/* added .text-medium to be in line with naming style such as .text-small and .text-box, deprecating .textMedium */
|
||||
select, textarea, input.text, input.textMedium, input.text-medium, input.text-small, input.text-box {
|
||||
font-family:inherit;
|
||||
padding:3px;
|
||||
border:1px solid #bdbcbc;
|
||||
font-family:inherit;
|
||||
font-size:inherit;
|
||||
}
|
||||
input.text, input.textMedium, input.text-box {
|
||||
input.text, input.textMedium, input.text-medium, input.text-box {
|
||||
line-height:1.2em;
|
||||
}
|
||||
/*Are we using the two classes below?*/
|
||||
input.text-small {
|
||||
width:4em;
|
||||
}
|
||||
input.textMedium {
|
||||
input.textMedium, input.text-medium {
|
||||
width:26em;
|
||||
}
|
||||
select {
|
||||
padding:1px;
|
||||
}
|
||||
select:focus, textarea:focus, input.text:focus, input.text-box:focus, input.text-small:focus, input.textMedium:focus {
|
||||
select:focus, textarea:focus, input.text:focus, input.text-box:focus, input.text-small:focus, input.textMedium:focus, input.text-medium:focus {
|
||||
border-color:#666d51;
|
||||
}
|
||||
input.check-box, input[type=checkbox] {
|
||||
|
||||
Reference in New Issue
Block a user