mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 11:44:58 +08:00
Removing an extra little bit of CSS from the TheAdmin theme that set all text input to basically the same width as .textMedium
If any text input elements on that page need to be wider then the appropriate class(es) should be used insted. --HG-- branch : dev
This commit is contained in:
@@ -825,11 +825,6 @@ table .button {
|
||||
.settings legend {
|
||||
margin:0 0 -.4em 0;
|
||||
}
|
||||
/* todo: This style is the same as textMedium. Consolidate if possible */
|
||||
.settings input.text, .settings input.text-box {
|
||||
width:26em;
|
||||
}
|
||||
|
||||
|
||||
/* Fields
|
||||
----------------------------------------------------------*/
|
||||
|
Reference in New Issue
Block a user