diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2014-01-20 07:07:09 +0100 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2014-01-20 07:07:09 +0100 |
commit | 74de7ef88ebcf091dc4d2122c6baa9611ab9f7e0 (patch) | |
tree | dff3be13ab2da5fc2dcb09ac52d1d7a3da72c276 /extensions/UserStory/web | |
parent | 98a6885065b7e53e9b8ec2e402ef24924801723f (diff) | |
download | bugzilla-74de7ef88ebcf091dc4d2122c6baa9611ab9f7e0.tar.gz bugzilla-74de7ef88ebcf091dc4d2122c6baa9611ab9f7e0.tar.xz |
Bug 958335 - Add comment button to user story field
r=glob
Diffstat (limited to 'extensions/UserStory/web')
-rw-r--r-- | extensions/UserStory/web/style/user_story.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/extensions/UserStory/web/style/user_story.css b/extensions/UserStory/web/style/user_story.css index 51affd359..f1a457f75 100644 --- a/extensions/UserStory/web/style/user_story.css +++ b/extensions/UserStory/web/style/user_story.css @@ -5,6 +5,21 @@ * This Source Code Form is "Incompatible With Secondary Licenses", as * defined by the Mozilla Public License, v. 2.0. */ +.user_story { + width: 50em; +} + +.skin-Mozilla .user_story { + width: 65em; +} + +textarea#user_story { + width: 100%; +} + +#user_story_comment { + float: right; +} #user_story_readonly { border: 1px solid black; |