Merge pull request #936 from Lightforger/master
css fix for wide screens, bugfix + few more width removals
This commit is contained in:
@@ -38,8 +38,6 @@ div.prose {
|
||||
}
|
||||
|
||||
div.dtext-preview {
|
||||
width: 30em;
|
||||
|
||||
ul {
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
@@ -27,6 +27,7 @@ div#page {
|
||||
aside#sidebar {
|
||||
width: 15em;
|
||||
float: left;
|
||||
position: absolute;
|
||||
|
||||
h1 {
|
||||
font-size: $h3_size;
|
||||
|
||||
@@ -17,7 +17,7 @@ form.simple_form {
|
||||
}
|
||||
|
||||
textarea {
|
||||
width: 30em;
|
||||
width: 100%;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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 {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user