From b7664781ea3b22a1a27378e55f26600df83bcb5e Mon Sep 17 00:00:00 2001 From: John Martin Date: Wed, 29 Aug 2012 12:25:42 +0100 Subject: [PATCH] Couple of minor tweaks to input widths --- ckan/public/base/less/forms.less | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/ckan/public/base/less/forms.less b/ckan/public/base/less/forms.less index 6c2dcee2ef9..1cdad224e9d 100644 --- a/ckan/public/base/less/forms.less +++ b/ckan/public/base/less/forms.less @@ -69,6 +69,14 @@ textarea { width: 100%; } +.ie7 .control-full { + input, + select, + textarea { + width: 95%; + } +} + .control-medium input, .control-medium select, .control-medium textarea { @@ -539,6 +547,24 @@ textarea { background: @stagesCompleteBackground; } +.ie7 .stages { + overflow: hidden; + background-color: @stagesBackground; + li { + height: 30px; + width: 27%; + button, + span { + display: block; + height: 30px; + padding-left: 20px; + } + button { + height: 50px; + } + } +} + // Errors .alert > :last-child {