mirror of
https://github.com/discourse/discourse.git
synced 2024-12-04 03:23:39 +08:00
Merge pull request #1597 from awesomerobot/master
topic vertical alignment fixes, admin logs table width fix
This commit is contained in:
commit
d3c7bbe268
|
@ -756,7 +756,6 @@ table.api-keys {
|
|||
}
|
||||
|
||||
.screened-emails, .screened-urls, .screened-ip-addresses {
|
||||
width: 900px;
|
||||
.email, .url {
|
||||
width: 300px;
|
||||
}
|
||||
|
|
|
@ -17,7 +17,7 @@ a.loading-onebox {
|
|||
> .source {
|
||||
margin-bottom: 10px;
|
||||
margin-right: 10px;
|
||||
padding: 10px 0;
|
||||
padding: 0 0 10px 0;
|
||||
display: block;
|
||||
color: $black;
|
||||
position: relative;
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
.btn {
|
||||
float: right;
|
||||
margin-left: 8px;
|
||||
margin-bottom: 10px;
|
||||
font-size: 16px;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
|
|
@ -333,8 +333,6 @@ a.star {
|
|||
}
|
||||
|
||||
&:active {
|
||||
|
||||
|
||||
@include box-shadow(inset 0 1px 3px rgba($black, 0.2));
|
||||
}
|
||||
|
||||
|
@ -501,6 +499,8 @@ iframe {
|
|||
.contents .cooked {
|
||||
padding-right: 30px;
|
||||
h1, h2, h3 {margin: 10px 0;}
|
||||
ul, ol {margin: 15px 0;}
|
||||
li p {margin: 3px 0;}
|
||||
}
|
||||
|
||||
.modal-body {
|
||||
|
@ -599,6 +599,9 @@ position: relative;
|
|||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
blockquote { /* solo quotes */
|
||||
margin: 14px 0;
|
||||
padding: 12px;
|
||||
|
@ -672,7 +675,7 @@ blockquote { /* solo quotes */
|
|||
float: left;
|
||||
position: relative;
|
||||
width: 720px;
|
||||
padding: 10px 0 15px 20px;
|
||||
padding: 10px 10px 15px 20px;
|
||||
}
|
||||
|
||||
.posts-wrapper {
|
||||
|
|
Loading…
Reference in New Issue
Block a user