mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-28 01:56:01 -05:00
simplfying the header, some more alignment adjustments on the topic page
This commit is contained in:
parent
0ef064fd93
commit
ca82d07f6d
4 changed files with 31 additions and 20 deletions
|
@ -42,7 +42,7 @@ hr {
|
||||||
height: 1px;
|
height: 1px;
|
||||||
margin: 1em 0;
|
margin: 1em 0;
|
||||||
border: 0;
|
border: 0;
|
||||||
border-top: 1px solid $hr-border-color;
|
border-top: 1px solid #eee;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -11,9 +11,8 @@
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
border-bottom: 1px solid #9baab2;
|
box-shadow: 0 1px 5px rgba(70, 70, 70, .4);
|
||||||
background-color: $white;
|
background-color: $white;
|
||||||
@include box-shadow((0 1px 3px rgba($black, 0.12), inset 0 -4px 4px -4px rgba($black, 0.3)));
|
|
||||||
.docked & {
|
.docked & {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
}
|
}
|
||||||
|
@ -60,14 +59,11 @@
|
||||||
> li {
|
> li {
|
||||||
float: left;
|
float: left;
|
||||||
&:first-child .icon {
|
&:first-child .icon {
|
||||||
@include border-radius-all(4px 0 0 4px);
|
|
||||||
}
|
}
|
||||||
&:first-child.active .icon {
|
&:first-child.active .icon {
|
||||||
@include border-radius-all(4px 0 0 0);
|
|
||||||
}
|
}
|
||||||
&:last-child .icon {
|
&:last-child .icon {
|
||||||
border-right: 1px solid #ccc;
|
border-right: 1px solid #ccc;
|
||||||
@include border-radius-all(0 4px 4px 0);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.icon {
|
.icon {
|
||||||
|
@ -79,7 +75,6 @@
|
||||||
color: $nav-button-color;
|
color: $nav-button-color;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
@include box-shadow(inset 0 -4px 4px -4px rgba($black, 0.14));
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: $nav-button-color-hover;
|
color: $nav-button-color-hover;
|
||||||
background-color: $nav-button-background-color-hover;
|
background-color: $nav-button-background-color-hover;
|
||||||
|
@ -159,7 +154,6 @@
|
||||||
margin-top: -1px;
|
margin-top: -1px;
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
background-color: $white;
|
background-color: $white;
|
||||||
@include border-radius-all(4px);
|
|
||||||
@include box-shadow(0 3px 3px rgba($black, 0.2));
|
@include box-shadow(0 3px 3px rgba($black, 0.2));
|
||||||
|
|
||||||
// Common
|
// Common
|
||||||
|
|
|
@ -7,6 +7,9 @@
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
h1 .topic-statuses .topic-status i {margin-right: 5px;}
|
h1 .topic-statuses .topic-status i {margin-right: 5px;}
|
||||||
|
|
||||||
.full-width {
|
.full-width {
|
||||||
|
@ -17,10 +20,17 @@ h1 .topic-statuses .topic-status i {margin-right: 5px;}
|
||||||
|
|
||||||
.topic-post {
|
.topic-post {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
||||||
&:first-of-type {
|
&:first-of-type {
|
||||||
border-top: none;
|
border-top: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&:last-of-type {
|
||||||
|
border-bottom: 1px solid #ddd;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.reply-to-tab {
|
.reply-to-tab {
|
||||||
display: block;
|
display: block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -215,7 +225,6 @@ a.star {
|
||||||
.topic-summary {
|
.topic-summary {
|
||||||
button {border-radius: 0;}
|
button {border-radius: 0;}
|
||||||
|
|
||||||
|
|
||||||
.topic-links li {
|
.topic-links li {
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
@ -360,13 +369,21 @@ a.star {
|
||||||
|
|
||||||
#suggested-topics {
|
#suggested-topics {
|
||||||
clear: left;
|
clear: left;
|
||||||
|
|
||||||
|
|
||||||
|
.topics table tbody tr {background: #fff;}
|
||||||
|
|
||||||
table {
|
table {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
border-color: #ddd;
|
border-color: #ddd;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
padding: 20px 10px 15px 10px;
|
padding: 20px 10px 15px 10px;
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
font-size: 14px; line-height: 8px;
|
font-size: 14px; line-height: 8px;
|
||||||
|
|
||||||
|
@ -392,7 +409,7 @@ span.post-count {
|
||||||
|
|
||||||
#topic-title {
|
#topic-title {
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
padding: 20px 10px 15px 10px;
|
padding: 25px 10px 15px 10px;
|
||||||
.chzn-container {vertical-align: middle;}
|
.chzn-container {vertical-align: middle;}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -454,7 +471,7 @@ iframe {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
width: 92px;
|
width: 92px;
|
||||||
border-top: 1px solid #ddd;
|
border-top: 1px solid #ddd;
|
||||||
padding-top: 25px;
|
padding-top: 30px;
|
||||||
|
|
||||||
img { text-align: center; }
|
img { text-align: center; }
|
||||||
.contents {
|
.contents {
|
||||||
|
@ -489,6 +506,8 @@ h3 {display: block;}
|
||||||
|
|
||||||
.contents .cooked {
|
.contents .cooked {
|
||||||
|
|
||||||
|
padding-right: 30px;
|
||||||
|
|
||||||
h1, h2, h3 {margin: 10px 0;}
|
h1, h2, h3 {margin: 10px 0;}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -610,7 +629,7 @@ blockquote {
|
||||||
}
|
}
|
||||||
|
|
||||||
.quote .title {margin-right: 0;}
|
.quote .title {margin-right: 0;}
|
||||||
|
.quote {margin-top: 20px;}
|
||||||
.quote-controls {
|
.quote-controls {
|
||||||
float: right;
|
float: right;
|
||||||
color: #aaa;
|
color: #aaa;
|
||||||
|
@ -661,7 +680,7 @@ blockquote {
|
||||||
i {font-size: 12px;}
|
i {font-size: 12px;}
|
||||||
|
|
||||||
.post-links {
|
.post-links {
|
||||||
margin-top: 5px;
|
margin-top: 3px;
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
padding-left: 19px;
|
padding-left: 19px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@ -687,8 +706,7 @@ blockquote {
|
||||||
float: left;
|
float: left;
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 720px;
|
width: 720px;
|
||||||
padding: 10px 10px 15px 20px;
|
padding: 10px 0 15px 20px;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
float: right;
|
float: right;
|
||||||
margin-top: -22px;
|
margin-top: -22px;
|
||||||
float: right;
|
float: right;
|
||||||
margin-top: -19px;
|
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -21,7 +20,7 @@ margin-left: 10px;
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.post-menu-area {margin-bottom: 10px;}
|
.post-menu-area {margin-bottom: 10px; margin-top: 20px;}
|
||||||
|
|
||||||
.post-info {
|
.post-info {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
@ -35,8 +34,8 @@ margin: -20px 0 0 0;
|
||||||
.topic-statuses {margin-left: 5px;}
|
.topic-statuses {margin-left: 5px;}
|
||||||
h1 {
|
h1 {
|
||||||
|
|
||||||
font-size: 2em;
|
font-size: 2.2em;
|
||||||
line-height: 1.0;
|
line-height: 1em;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue