summaryrefslogtreecommitdiffstats
path: root/extensions/UserStory/web
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/UserStory/web')
-rw-r--r--extensions/UserStory/web/style/user_story.css15
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;