From a33f320a44af03a05a07974a4a1d62c4099cabbf Mon Sep 17 00:00:00 2001 From: Lightforger Date: Mon, 18 Mar 2013 13:16:23 +0100 Subject: [PATCH 1/7] style width update Remove fixed width of post previews, defaults to "take as much as you can" --- app/assets/stylesheets/common/dtext.css.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/assets/stylesheets/common/dtext.css.scss b/app/assets/stylesheets/common/dtext.css.scss index 0cfa9c715..bf5459678 100644 --- a/app/assets/stylesheets/common/dtext.css.scss +++ b/app/assets/stylesheets/common/dtext.css.scss @@ -38,8 +38,6 @@ div.prose { } div.dtext-preview { - width: 30em; - ul { margin-left: 1em; } From 4e29f4d71204887e5e8839c39ad7b11fcc5456d8 Mon Sep 17 00:00:00 2001 From: Lightforger Date: Mon, 18 Mar 2013 13:18:05 +0100 Subject: [PATCH 2/7] style width update Bug fix for the comments being pushed below the sidebar --- app/assets/stylesheets/common/main_layout.css.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/common/main_layout.css.scss b/app/assets/stylesheets/common/main_layout.css.scss index 77789f292..6afab1f06 100644 --- a/app/assets/stylesheets/common/main_layout.css.scss +++ b/app/assets/stylesheets/common/main_layout.css.scss @@ -27,6 +27,7 @@ div#page { aside#sidebar { width: 15em; float: left; + position: absolute; h1 { font-size: $h3_size; From 89ca42f69b31a6884746940f6c93123420fc11b1 Mon Sep 17 00:00:00 2001 From: Lightforger Date: Mon, 18 Mar 2013 13:18:43 +0100 Subject: [PATCH 3/7] style width update Maximize width for text area's like 'new post' and 'edit tags' fields. --- app/assets/stylesheets/common/simple_form.css.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common/simple_form.css.scss b/app/assets/stylesheets/common/simple_form.css.scss index 5fc1ac121..bc0ee5de2 100644 --- a/app/assets/stylesheets/common/simple_form.css.scss +++ b/app/assets/stylesheets/common/simple_form.css.scss @@ -17,7 +17,7 @@ form.simple_form { } textarea { - width: 30em; + width: 100%; font-size: 1.2em; } From bee4356a5ed77cf722959beb81ccb1f373cd2235 Mon Sep 17 00:00:00 2001 From: Lightforger Date: Mon, 18 Mar 2013 13:20:03 +0100 Subject: [PATCH 4/7] style width update Removal of max-width. --- app/assets/stylesheets/specific/artists.css.scss | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/assets/stylesheets/specific/artists.css.scss b/app/assets/stylesheets/specific/artists.css.scss index 2a31a2f02..40cc13b6f 100644 --- a/app/assets/stylesheets/specific/artists.css.scss +++ b/app/assets/stylesheets/specific/artists.css.scss @@ -7,12 +7,9 @@ div#c-artists { } div#a-banned { - max-width: 50em; } div#a-show { - max-width: 50em; - p.legend { margin-bottom: 2em; font-size: 0.8em; From a5813771d0be30bc3711ba57f3169ddf93c9debd Mon Sep 17 00:00:00 2001 From: Lightforger Date: Mon, 18 Mar 2013 13:23:28 +0100 Subject: [PATCH 5/7] style width update Moves the "Reply >>" and "new post" field to be alligned with the post bodies rather then the authors. Removal of width limits. It looks like the 'single-forum-post' class should go on the
element, but it doesn't appear there? --- app/assets/stylesheets/specific/forum.css.scss | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/specific/forum.css.scss b/app/assets/stylesheets/specific/forum.css.scss index 9c9461b25..577840de2 100644 --- a/app/assets/stylesheets/specific/forum.css.scss +++ b/app/assets/stylesheets/specific/forum.css.scss @@ -29,9 +29,12 @@ div.list-of-forum-posts { } } +div.list-of-forum-posts+p { + margin-left: 14em; +} + div#c-forum-topics { div.single-forum-post { - width: 60em; } div#a-show { @@ -54,4 +57,8 @@ div#c-forum-topics { span.locked-topic { color: #666; } + + #topic-response { + margin-left:14em; + } } From 869249b20a15e6e502bbad359cd2f23aafe0cdab Mon Sep 17 00:00:00 2001 From: Lightforger Date: Mon, 18 Mar 2013 13:24:31 +0100 Subject: [PATCH 6/7] style width update Removal of max width. not sure if an ad is/was meant to go on this side. --- app/assets/stylesheets/specific/pools.css.scss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/assets/stylesheets/specific/pools.css.scss b/app/assets/stylesheets/specific/pools.css.scss index aa359b3ec..582df1957 100644 --- a/app/assets/stylesheets/specific/pools.css.scss +++ b/app/assets/stylesheets/specific/pools.css.scss @@ -38,8 +38,6 @@ div#c-pools { } div#c-pool-orders { - width: 75%; - h1 { font-size: $h2_size; } @@ -66,4 +64,4 @@ div#c-pool-orders { } } } -} \ No newline at end of file +} From 3ae8badded426cb9bd25c823b2fa73fded6d0531 Mon Sep 17 00:00:00 2001 From: Lightforger Date: Mon, 18 Mar 2013 13:25:52 +0100 Subject: [PATCH 7/7] style width update Removal of max-width. Couldn't find where the "quick-edit-div" was, but should be fine. Also fixing my lack of spaces from the previous edit. --- app/assets/stylesheets/specific/posts.css.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/specific/posts.css.scss b/app/assets/stylesheets/specific/posts.css.scss index 061e30ea5..ba9181143 100644 --- a/app/assets/stylesheets/specific/posts.css.scss +++ b/app/assets/stylesheets/specific/posts.css.scss @@ -263,8 +263,8 @@ div#c-posts { } #content { - margin-left:15em; - padding-left:1em; + margin-left: 15em; + padding-left: 1em; } span.close-button { @@ -277,7 +277,7 @@ div#c-posts { div#quick-edit-div { textarea { - width: 30em; + width: 100%; height: 4em; display: block; }