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:
Nathan Heskew
2010-08-24 12:45:23 -07:00
parent 6c86c89414
commit cdbdf0db7f

View File

@@ -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
----------------------------------------------------------*/