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
41e1415a
Commit
41e1415a
authored
Jan 26, 2012
by
Reda Lemeden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
New question list stylesheet
parent
9c1dc60b
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
67 additions
and
60 deletions
+67
-60
sass/_askbot-original.scss
+45
-45
sass/_discussion-questions.scss
+0
-0
sass/_discussion.scss
+21
-14
sass/application.scss
+1
-1
No files found.
sass/_askbot-original.scss
View file @
41e1415a
...
...
@@ -417,17 +417,17 @@ body.anon #searchBar {
padding-left
:
0px
;
}
.contributorback
{
background
:
#eceeeb
url(../images/contributorsback.png)
no-repeat
center
left
;
}
label
{
color
:
#707070
;
font-size
:
15px
;
display
:
block
;
float
:
right
;
text-align
:
left
;
font-family
:
'Yanone Kaffeesatz'
,
sans-serif
;
width
:
80px
;
margin-right
:
18px
;
}
#displayTagFilterControl
label
{
width
:
160px
;
}
//
label {
//
color: #707070;
//
font-size: 15px;
//
display: block;
//
float: right;
//
text-align: left;
//
font-family: 'Yanone Kaffeesatz',sans-serif;
//
width: 80px;
//
margin-right: 18px; }
//
#displayTagFilterControl label {
//
width: 160px; }
ul
{
margin-left
:
22px
;
}
li
{
...
...
@@ -640,15 +640,15 @@ body.anon #searchBar {
// &:hover {
// color: #F4A731 !important; } }
#questionCount
{
font-weight
:
bold
;
font-size
:
23px
;
color
:
#7ea9b3
;
width
:
200px
;
float
:
left
;
margin-bottom
:
8px
;
padding-top
:
6px
;
font-family
:
'Yanone Kaffeesatz'
,
sans-serif
;
}
//
#questionCount {
//
font-weight: bold;
//
font-size: 23px;
//
color: #7ea9b3;
//
width: 200px;
//
float: left;
//
margin-bottom: 8px;
//
padding-top: 6px;
//
font-family: 'Yanone Kaffeesatz',sans-serif; }
#listSearchTags
{
float
:
left
;
...
...
@@ -2679,29 +2679,29 @@ pre.prettyprint {
padding
:
3px
;
border
:
0px
solid
#888
;
}
@media
print
{
.str
{
color
:
#060
;
}
.kwd
{
color
:
#006
;
font-weight
:
bold
;
}
.com
{
color
:
#600
;
font-style
:
italic
;
}
.typ
{
color
:
#404
;
font-weight
:
bold
;
}
.lit
{
color
:
#044
;
}
.pun
{
color
:
#440
;
}
.pln
{
color
:
#000
;
}
.tag
{
color
:
#006
;
font-weight
:
bold
;
}
.atn
{
color
:
#404
;
}
.atv
{
color
:
#060
;
}
}
//
@media print {
//
.str {
//
color: #060; }
//
.kwd {
//
color: #006;
//
font-weight: bold; }
//
.com {
//
color: #600;
//
font-style: italic; }
//
.typ {
//
color: #404;
//
font-weight: bold; }
//
.lit {
//
color: #044; }
//
.pun {
//
color: #440; }
//
.pln {
//
color: #000; }
//
.tag {
//
color: #006;
//
font-weight: bold; }
//
.atn {
//
color: #404; }
//
.atv {
//
color: #060; } }
sass/_discussion-questions.scss
0 → 100644
View file @
41e1415a
sass/_discussion.scss
View file @
41e1415a
...
...
@@ -18,7 +18,7 @@ body.askbot {
&
.question-filter
{
font-size
:
16px
;
margin-top
:
4px
;
width
:
grid-width
(
4
);
width
:
flex-grid
(
4
);
ul
{
@include
border-radius
(
35px
);
...
...
@@ -52,26 +52,30 @@ body.askbot {
&
.search-box
{
margin-left
:
2%
;
text-align
:right
;
width
:
grid-width
(
8
);
width
:
flex-grid
(
8
);
input
[
type
=
"text"
]
{
margin-right
:
6px
;
width
:
flex-grid
(
2
,
8
);
}
}
}
}
}
.main-content
{
.discussion-wrapper
{
display
:
table
;
width
:
100%
;
section
.main-content
{
div
.discussion-wrapper
{
@extend
.table-wrapper
;
.discussion-content
{
div
.discussion-content
{
@include
box-sizing
(
border-box
);
display
:
table-cell
;
padding
:
$gw-gutter
;
vertical-align
:
top
;
width
:
grid-width
(
9
);
width
:
flex-grid
(
9
);
.order-sort
{
div
.order-sort
{
@include
border-radius
(
35px
);
background-color
:
lighten
(
#F6EFD4
,
5%
)
;
height
:
30px
;
...
...
@@ -96,18 +100,21 @@ body.askbot {
}
}
.tabula-rasa
{
p
.tabula-rasa
{
@include
border-radius
(
5px
);
background-color
:
#f6f6f6
;
color
:
#888
;
margin
:
10px
auto
;
padding
:
20px
;
text-align
:
center
;
width
:
grid-width
(
5
);
width
:
flex-grid
(
5
);
&
:first-child
{
margin-top
:
70px
;
}
&
:last-child
{
margin-bottom
:
70px
;
}
a
{
text-decoration
:
none
;
...
...
@@ -123,7 +130,7 @@ body.askbot {
border-left
:
1px
solid
#d3d3d3
;
border-right
:
1px
solid
#f6f6f6
;
padding
:
$gw-gutter
;
width
:
grid-width
(
3
);
width
:
flex-grid
(
3
);
h2
{
font-size
:
16px
;
...
...
@@ -135,7 +142,7 @@ body.askbot {
}
input
[
type
=
"text"
]
{
width
:
68
%
;
width
:
76
%
;
}
#displayTagFilterControl
{
...
...
@@ -149,7 +156,7 @@ body.askbot {
margin
:
0
auto
;
padding
:
0
;
.footer-wrapper
{
div
.footer-wrapper
{
@extend
.clearfix
;
@extend
.wrapper
;
@include
box-shadow
(
0
1px
0
#fff
);
...
...
sass/application.scss
View file @
41e1415a
...
...
@@ -14,7 +14,7 @@
@import
"wiki-create"
,
"wiki"
;
@import
"activation"
;
@import
"help"
;
@import
"discussion"
,
"askbot-original"
;
@import
"discussion"
,
"
discussion-questions"
,
"
askbot-original"
;
// left over
@import
"theme"
;
...
...
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