diff options
Diffstat (limited to 'extensions/UserStory/web/style')
-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; |