Fix bug that made radio button circles into 100%-wide ovals.
authorgfawcett <gfawcett@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Fri, 26 Feb 2010 03:55:44 +0000 (03:55 +0000)
committergfawcett <gfawcett@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Fri, 26 Feb 2010 03:55:44 +0000 (03:55 +0000)
commit1ffe3aab9baed288023774c7be0859bdbf957f93
tree277aa1c4aa981394d0b1eee9599daf520d515dff
parentffac1a804ff616634e43d174cc783c15b4af2605
Fix bug that made radio button circles into 100%-wide ovals.

To keep the text INPUTs and TEXTAREAs as wide as possible, but other
inputs small, I added a JavaScript snippet to ensure the text elements
have a CSS-addressable class ('text'); then I updated the stylesheet
to only set 'text' inputs 100% wide.

git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@803 6d9bc8c9-1ec2-4278-b937-99fde70a366f
conifer/static/common.js [new file with mode: 0644]
conifer/static/main.css
conifer/templates/master.xhtml