From cdbdf0db7ff7d3f1edb9f26baa4308fd6e1b6544 Mon Sep 17 00:00:00 2001 From: Nathan Heskew Date: Tue, 24 Aug 2010 12:45:23 -0700 Subject: [PATCH] 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 --- src/Orchard.Web/Themes/TheAdmin/Styles/site.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/Orchard.Web/Themes/TheAdmin/Styles/site.css b/src/Orchard.Web/Themes/TheAdmin/Styles/site.css index 61ae5be10..4c67cfb98 100644 --- a/src/Orchard.Web/Themes/TheAdmin/Styles/site.css +++ b/src/Orchard.Web/Themes/TheAdmin/Styles/site.css @@ -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 ----------------------------------------------------------*/