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
43f0f6c2
Commit
43f0f6c2
authored
Feb 02, 2012
by
Kyle Fiedler
Browse files
Options
Browse Files
Download
Plain Diff
Merge
parents
4dafe790
f56e69ff
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
92 additions
and
40 deletions
+92
-40
sass/_askbot-original.scss
+24
-24
sass/_question-view.scss
+68
-16
No files found.
sass/_askbot-original.scss
View file @
43f0f6c2
...
...
@@ -972,30 +972,30 @@ ul {
.main-page
h1
{
margin-right
:
5px
;
}
.delete-icon
{
margin-top
:
-1px
;
float
:
left
;
height
:
21px
;
width
:
18px
;
display
:
block
;
line-height
:
20px
;
text-align
:
center
;
background
:
#bbcdcd
;
cursor
:
default
;
color
:
#fff
;
border-top
:
#cfdbdb
1px
solid
;
font-family
:
Arial
;
border-top-right-radius
:
4px
;
border-bottom-right-radius
:
4px
;
-moz-border-radius-topright
:
4px
;
-moz-border-radius-bottomright
:
4px
;
-webkit-border-bottom-right-radius
:
4px
;
-webkit-border-top-right-radius
:
4px
;
text-shadow
:
0px
1px
0px
#7ea0a0
;
-moz-text-shadow
:
0px
1px
0px
#7ea0a0
;
-webkit-text-shadow
:
0px
1px
0px
#7ea0a0
;
&
:hover
{
background
:
#b32f2f
;
}
}
//
.delete-icon {
//
margin-top: -1px;
//
float: left;
//
height: 21px;
//
width: 18px;
//
display: block;
//
line-height: 20px;
//
text-align: center;
//
background: #bbcdcd;
//
cursor: default;
//
color: #fff;
//
border-top: #cfdbdb 1px solid;
//
font-family: Arial;
//
border-top-right-radius: 4px;
//
border-bottom-right-radius: 4px;
//
-moz-border-radius-topright: 4px;
//
-moz-border-radius-bottomright: 4px;
//
-webkit-border-bottom-right-radius: 4px;
//
-webkit-border-top-right-radius: 4px;
//
text-shadow: 0px 1px 0px #7ea0a0;
//
-moz-text-shadow: 0px 1px 0px #7ea0a0;
//
-webkit-text-shadow: 0px 1px 0px #7ea0a0;
//
&:hover {
//
background: #b32f2f; } }
.tag-number
{
font-weight
:
normal
;
...
...
sass/_question-view.scss
View file @
43f0f6c2
...
...
@@ -167,12 +167,24 @@ div.question-header {
div
.comments-content
{
font-size
:
13px
;
div
.comment
{
.block
{
border-bottom
:
1px
solid
#ddd
;
border-top
:
1px
solid
#fff
;
padding
:
15px
0
;
display
:
block
;
&
:first-child
{
border-top
:
0
;
}
&
:only-of-type
{
border
:
0
;
}
}
form
.post-comments
{
}
div
.comment
{
&
:first-child
{
border-top
:
0
;
}
...
...
@@ -181,26 +193,66 @@ div.question-header {
margin-bottom
:
20px
;
}
div
.comment-votes
{
display
:
inline
;
.upvote
{
background
:
#ccc
;
display
:inline-block
;
margin
:
0px
;
padding-right
:
17px
;
padding-top
:
2px
;
height
:
20px
;
color
:
#777
;
width
:
20px
;
aside
.comment-controls
{
background
:
none
;
border
:
none
;
display
:
inline-block
;
margin-top
:
-8px
;
padding
:
0
2%
0
0
;
text-align
:
center
;
width
:
5%
;
div
{
background
:
none
;
opacity
:
0
.6
;
&
:hover
{
opacity
:
1
;
}
}
}
div
.comment-delete
{
display
:
inline
;
div
.comment-votes
{
@include
transform
(
rotate
(
-90deg
));
width
:
16px
;
a
.upvote
{
cursor
:
pointer
;
font-size
:
25px
;
text-decoration
:
none
;
}
}
div
.comment-delete
{
// display: inline;
color
:
$mit-red
;
cursor
:
pointer
;
font-size
:
15px
;
}
}
div
.comment-body
{
display
:
inline-block
;
width
:
95%
;
div
.comment-meta
{
text-align
:
right
;
a
.author
{
font-weight
:
bold
;
}
a
.edit
{
@extend
.button
;
font-size
:
12px
;
padding
:
2px
10px
;
// @include border-radius(2px);
// background: #eee;
// color: #555;
// cursor: pointer;
// padding: 1px 10px;
// text-decoration: none;
}
}
}
}
}
...
...
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