Item12269: style.css now imposes default widths for select / textarea

pencil
Priority: Urgent
Current State: Closed
Released In: n/a
Target Release: n/a
Applies To: Extension
Component: PatternSkin
Branches: Release01x01
Reported By: KipLubliner
Waiting For:
Last Change By: ArthurClemens
These CSS rules change layouts:

input,
textarea {
  width: 210px;
}
...
select {
  width: 220px;
  border: 1px solid #bbb;
  background-color: #ffffff;
}

For example, these defaults cause JQGridPlugin pager to look bad.

-- KipLubliner - 26 Nov 2012

I simply removed the two offending 'width' settings, and that fixes my issue. I don't know what other consequences that has, though.

-- KipLubliner - 26 Nov 2012
 

ItemTemplate edit

Summary style.css now imposes default widths for select / textarea
ReportedBy KipLubliner
Codebase 1.1.6 dev
SVN Range
AppliesTo Extension
Component PatternSkin
Priority Urgent
CurrentState Closed
WaitingFor
Checkins distro:5359ac14f05b
TargetRelease n/a
ReleasedIn n/a
CheckinsOnBranches Release01x01
trunkCheckins
Release01x01Checkins distro:5359ac14f05b
Topic revision: r4 - 27 Nov 2012, ArthurClemens
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy