1
0
mirror of https://github.com/flarum/core.git synced 2025-07-25 18:51:40 +02:00

Tweaks to composer and discussion styles

This commit is contained in:
Toby Zerner
2015-01-30 13:35:54 +10:30
parent 5edc3eba83
commit f7575cd694
3 changed files with 6 additions and 6 deletions

View File

@@ -17,7 +17,7 @@
.composer {
pointer-events: auto;
margin-left: -20px;
margin-right: 200px;
margin-right: 180px;
.box-shadow(0 2px 6px rgba(0, 0, 0, 0.25));
border-radius: 4px 4px 0 0;
background: rgba(255, 255, 255, 0.9);
@@ -30,7 +30,7 @@
margin-right: -20px;
}
&.active {
background: rgba(255, 255, 255, 0.98);
background: #fff;
}
&.minimized {
height: 50px;

View File

@@ -35,7 +35,7 @@
.discussion-posts {
margin-top: 40px;
margin-right: 225px;
margin-right: 200px;
& .item {
margin-bottom: 40px;
}
@@ -122,7 +122,7 @@
margin: 0;
display: inline;
font-weight: bold;
font-size: 18px;
font-size: 16px;
&, & a {
color: @fl-body-heading-color;
}

View File

@@ -90,7 +90,7 @@
// ------------------------------------
// Discussions Pane
@index-pane-width: 440px;
@index-pane-width: 400px;
.index-area {
left: -@index-pane-width;
@@ -125,7 +125,7 @@
& .discussions-list > li {
margin: 0;
padding-left: 65px + 15px;
padding-right: 65px + 25px;
padding-right: 65px + 15px;
&.active {
background: @fl-secondary-color;
}