Merge pull request #936 from Lightforger/master

css fix for wide screens, bugfix + few more width removals
This commit is contained in:
Albert Yi
2013-03-18 09:42:15 -07:00
7 changed files with 14 additions and 13 deletions

View File

@@ -38,8 +38,6 @@ div.prose {
} }
div.dtext-preview { div.dtext-preview {
width: 30em;
ul { ul {
margin-left: 1em; margin-left: 1em;
} }

View File

@@ -27,6 +27,7 @@ div#page {
aside#sidebar { aside#sidebar {
width: 15em; width: 15em;
float: left; float: left;
position: absolute;
h1 { h1 {
font-size: $h3_size; font-size: $h3_size;

View File

@@ -17,7 +17,7 @@ form.simple_form {
} }
textarea { textarea {
width: 30em; width: 100%;
font-size: 1.2em; font-size: 1.2em;
} }

View File

@@ -7,12 +7,9 @@ div#c-artists {
} }
div#a-banned { div#a-banned {
max-width: 50em;
} }
div#a-show { div#a-show {
max-width: 50em;
p.legend { p.legend {
margin-bottom: 2em; margin-bottom: 2em;
font-size: 0.8em; font-size: 0.8em;

View File

@@ -29,9 +29,12 @@ div.list-of-forum-posts {
} }
} }
div.list-of-forum-posts+p {
margin-left: 14em;
}
div#c-forum-topics { div#c-forum-topics {
div.single-forum-post { div.single-forum-post {
width: 60em;
} }
div#a-show { div#a-show {
@@ -54,4 +57,8 @@ div#c-forum-topics {
span.locked-topic { span.locked-topic {
color: #666; color: #666;
} }
#topic-response {
margin-left:14em;
}
} }

View File

@@ -38,8 +38,6 @@ div#c-pools {
} }
div#c-pool-orders { div#c-pool-orders {
width: 75%;
h1 { h1 {
font-size: $h2_size; font-size: $h2_size;
} }
@@ -66,4 +64,4 @@ div#c-pool-orders {
} }
} }
} }
} }

View File

@@ -263,8 +263,8 @@ div#c-posts {
} }
#content { #content {
margin-left:15em; margin-left: 15em;
padding-left:1em; padding-left: 1em;
} }
span.close-button { span.close-button {
@@ -277,7 +277,7 @@ div#c-posts {
div#quick-edit-div { div#quick-edit-div {
textarea { textarea {
width: 30em; width: 100%;
height: 4em; height: 4em;
display: block; display: block;
} }