Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
76f98a17
Commit
76f98a17
authored
Feb 21, 2012
by
Reda Lemeden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added autocomplete styles and removed commenting limit in Askbot
--HG-- branch : bridger-dev
parent
2be705ca
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
45 additions
and
7 deletions
+45
-7
sass/discussion/_discussion.scss
+43
-5
sass/discussion/_question-view.scss
+1
-1
sass/discussion/_tags.scss
+1
-1
No files found.
sass/discussion/_discussion.scss
View file @
76f98a17
...
@@ -62,14 +62,52 @@ body.askbot {
...
@@ -62,14 +62,52 @@ body.askbot {
margin-bottom
:
70px
;
margin-bottom
:
70px
;
}
}
// span, a {
// text-decoration: none;
// color: #888;
// font-weight: bold;
// }
}
}
}
}
}
}
}
}
}
}
// Autocomplete
.acInput
{
width
:
200px
;
}
.acResults
{
background-color
:
#fff
;
border
:
1px
solid
#ababab
;
overflow
:
hidden
;
padding
:
0px
;
@include
box-shadow
(
0
2px
2px
#bbb
);
ul
{
list-style-position
:
outside
;
list-style
:
none
;
margin
:
0
;
padding
:
0
;
width
:
100%
;
}
li
{
cursor
:
pointer
;
display
:
block
;
font
:
menu
;
margin
:
0px
;
overflow
:
hidden
;
padding
:
5px
10px
;
text-align
:
left
;
border-top
:
1px
solid
#eee
;
width
:
100%
;
}
}
.acLoading
{
background
:
url('../images/indicator.gif')
right
center
no-repeat
;
}
.acSelect
{
background-color
:
$mit-red
;
color
:
#fff
;
}
sass/discussion/_question-view.scss
View file @
76f98a17
...
@@ -275,7 +275,7 @@ div.question-header {
...
@@ -275,7 +275,7 @@ div.question-header {
}
}
.counter
{
.counter
{
color
:
#888
;
color
:
#888
;
display
:
block
;
display
:
none
;
float
:
right
;
float
:
right
;
margin-top
:
5px
;
margin-top
:
5px
;
text-align
:
right
;
text-align
:
right
;
...
...
sass/discussion/_tags.scss
View file @
76f98a17
...
@@ -39,7 +39,7 @@ ul.tags {
...
@@ -39,7 +39,7 @@ ul.tags {
float
:
none
;
float
:
none
;
left
:
10px
;
left
:
10px
;
opacity
:
0
.5
;
opacity
:
0
.5
;
padding
:
3
px
6px
;
padding
:
4
px
6px
;
position
:
relative
;
position
:
relative
;
top
:
1px
;
top
:
1px
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment