Commit 1311fa4e by Brittany Cheng

tag styles

parent 68e1aff0
...@@ -215,7 +215,7 @@ Discussion = ...@@ -215,7 +215,7 @@ Discussion =
interactive: true interactive: true
defaultText: "Tag your post" defaultText: "Tag your post"
height: "30px" height: "30px"
width: "85%" width: "90%"
removeWithBackspace: true removeWithBackspace: true
bindContentEvents: (content) -> bindContentEvents: (content) ->
......
...@@ -3,7 +3,7 @@ $discussion_title_size: 1.6em; ...@@ -3,7 +3,7 @@ $discussion_title_size: 1.6em;
$comment_title_size: 1.2em; $comment_title_size: 1.2em;
$comment_body_size: 1.0em; $comment_body_size: 1.0em;
$comment_info_size: 0.75em; $comment_info_size: 0.75em;
$discussion_input_width: 85%; $discussion_input_width: 90%;
@mixin discussion-font { @mixin discussion-font {
font-family: inherit; font-family: inherit;
...@@ -43,7 +43,7 @@ $discussion_input_width: 85%; ...@@ -43,7 +43,7 @@ $discussion_input_width: 85%;
} }
.search-input { .search-input {
float: left; float: left;
width: flex-grid(9); width: 72%;
} }
.search-within { .search-within {
display: block; display: block;
...@@ -146,7 +146,7 @@ $discussion_input_width: 85%; ...@@ -146,7 +146,7 @@ $discussion_input_width: 85%;
font-weight: bold; font-weight: bold;
text-decoration: none; text-decoration: none;
display: inline-block; display: inline-block;
margin-left: flex-grid(9); margin-left: 76%;
padding-top: 9px; padding-top: 9px;
font-size: inherit; font-size: inherit;
width: inherit; width: inherit;
...@@ -190,6 +190,7 @@ $discussion_input_width: 85%; ...@@ -190,6 +190,7 @@ $discussion_input_width: 85%;
margin-right: 5px; margin-right: 5px;
border-radius: 4px; border-radius: 4px;
color: #205C85; color: #205C85;
text-decoration: none;
&:hover { &:hover {
color: #3CC5E7; color: #3CC5E7;
border-color: #3CC5E7; border-color: #3CC5E7;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment