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
f63731da
Commit
f63731da
authored
Feb 08, 2012
by
Ernie Park
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
another change to the css file
--HG-- branch : static_ernie_leanmodal_closebox
parent
9a1f8a9e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
52 deletions
+26
-52
css/application.css
+26
-52
No files found.
css/application.css
View file @
f63731da
...
...
@@ -2187,28 +2187,6 @@ ul#related-tags li {
font-weight
:
bold
;
font-size
:
24px
;
}
#fmask
{
margin-bottom
:
30px
;
width
:
100%
;
}
#askFormBar
{
display
:
inline-block
;
padding
:
4px
7px
5px
0px
;
margin-top
:
0px
;
}
#askFormBar
p
{
margin
:
0
0
5px
0
;
font-size
:
14px
;
color
:
#525252
;
line-height
:
1.4
;
}
#askFormBar
.questionTitleInput
{
font-size
:
24px
;
line-height
:
24px
;
height
:
36px
;
margin
:
0px
;
padding
:
0px
0
0
5px
;
border
:
#cce6ec
3px
solid
;
width
:
725px
;
}
.ask-page
div
#question-list
,
.edit-question-page
div
#question-list
{
float
:
none
;
border-bottom
:
#f0f0ec
1px
solid
;
...
...
@@ -2248,20 +2226,10 @@ ul#related-tags li {
color
:
#525252
;
font-size
:
13px
;
}
.ask-page
#id_tags
,
.edit-question-page
#id_tags
{
border
:
#cce6ec
3px
solid
;
height
:
25px
;
padding-left
:
5px
;
width
:
395px
;
font-size
:
14px
;
}
.title-desc
{
color
:
#707070
;
font-size
:
13px
;
}
#id_title
{
width
:
100%
;
}
.checkbox
{
margin-left
:
5px
;
font-weight
:
normal
;
...
...
@@ -2764,10 +2732,6 @@ ins {
span
.text-counter
{
margin-right
:
20px
;
}
span
.form-error
{
color
:
#990000
;
font-weight
:
normal
;
margin-left
:
5px
;
}
p
.form-item
{
margin
:
0px
;
}
...
...
@@ -2818,12 +2782,6 @@ label.retag-error {
margin-top
:
10px
;
padding
:
10px
;
}
span
.form-error
{
color
:
#990000
;
font-size
:
90%
;
font-weight
:
normal
;
margin-left
:
5px
;
}
.favorites-empty
{
width
:
32px
;
height
:
45px
;
...
...
@@ -3220,7 +3178,7 @@ pre.prettyprint {
padding
:
3px
;
border
:
0px
solid
#888
;
}
.light-button
,
form
.answer-form
div
.preview-toggle
a
{
.light-button
,
form
.answer-form
div
.preview-toggle
a
,
form
.question-form
div
.preview-toggle
a
{
-webkit-box-shadow
:
inset
0
1px
0
white
;
-moz-box-shadow
:
inset
0
1px
0
white
;
-ms-box-shadow
:
inset
0
1px
0
white
;
...
...
@@ -3245,7 +3203,7 @@ pre.prettyprint {
text-decoration
:
none
;
cursor
:
pointer
;
-webkit-font-smoothing
:
antialiased
;
}
.light-button
:hover
,
form
.answer-form
div
.preview-toggle
a
:hover
,
.light-button
:focus
,
form
.answer
-form
div
.preview-toggle
a
:focus
{
.light-button
:hover
,
form
.answer-form
div
.preview-toggle
a
:hover
,
form
.question-form
div
.preview-toggle
a
:hover
,
.light-button
:focus
,
form
.answer-form
div
.preview-toggle
a
:focus
,
form
.question
-form
div
.preview-toggle
a
:focus
{
background-color
:
white
;
background-image
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0%
,
white
),
color-stop
(
100%
,
#d5d5d5
));
background-image
:
-webkit-linear-gradient
(
top
,
white
,
#d5d5d5
);
...
...
@@ -3757,7 +3715,7 @@ div.answer-own {
padding-left
:
8.178%
;
padding-top
:
10px
;
}
form
.answer-form
{
form
.answer-form
,
form
.question-form
{
-webkit-box-sizing
:
border-box
;
-moz-box-sizing
:
border-box
;
-ms-box-sizing
:
border-box
;
...
...
@@ -3766,7 +3724,7 @@ form.answer-form {
border-top
:
1px
solid
#ddd
;
overflow
:
hidden
;
padding-left
:
7.328%
;
}
form
.answer-form
textarea
{
form
.answer-form
textarea
,
form
.question-form
textarea
{
-webkit-box-sizing
:
border-box
;
-moz-box-sizing
:
border-box
;
-ms-box-sizing
:
border-box
;
...
...
@@ -3775,14 +3733,21 @@ form.answer-form {
margin-top
:
15px
;
resize
:
vertical
;
width
:
99%
;
}
form
.answer-form
span
.form-error
{
form
.answer-form
div
.form-item
,
form
.question-form
div
.form-item
{
margin
:
25px
0
;
}
form
.answer-form
div
.form-item
label
,
form
.question-form
div
.form-item
label
{
display
:
block
;
margin-bottom
:
-5px
;
}
form
.answer-form
span
.form-error
,
form
.question-form
span
.form-error
,
form
.answer-form
label
.form-error
,
form
.question-form
label
.form-error
{
color
:
#990000
;
display
:
inline
;
font-size
:
90%
;
font-weight
:
bold
;
padding
:
10px
0
;
}
form
.answer-form
div
.preview-toggle
{
form
.answer-form
div
.preview-toggle
,
form
.question-form
div
.preview-toggle
{
padding
:
15px
0
;
width
:
auto
;
}
form
.answer-form
.wmd-preview
{
form
.answer-form
.wmd-preview
,
form
.question-form
.wmd-preview
{
margin
:
3px
0
15px
0
;
padding
:
10px
;
background-color
:
#F5F5F5
;
...
...
@@ -3790,19 +3755,28 @@ form.answer-form {
overflow
:
auto
;
font-size
:
13px
;
font-family
:
Arial
;
}
form
.answer-form
.wmd-preview
p
{
form
.answer-form
.wmd-preview
p
,
form
.question-form
.wmd-preview
p
{
margin-bottom
:
14px
;
line-height
:
1.4
;
font-size
:
14px
;
}
form
.answer-form
.wmd-preview
pre
{
form
.answer-form
.wmd-preview
pre
,
form
.question-form
.wmd-preview
pre
{
background-color
:
#E7F1F8
;
}
form
.answer-form
.wmd-preview
blockquote
{
form
.answer-form
.wmd-preview
blockquote
,
form
.question-form
.wmd-preview
blockquote
{
background-color
:
#eee
;
}
input
.after-editor
{
margin-bottom
:
20px
;
margin-right
:
10px
;
}
form
.question-form
{
border
:
none
;
padding
:
0
;
margin-top
:
-15px
;
}
form
.question-form
input
[
type
=
"text"
]
{
width
:
48.988%
;
}
form
.question-form
input
[
type
=
"checkbox"
]
{
margin-top
:
10px
;
}
#wmd-button-bar
{
background
:
url(static/images/askbot/editor-toolbar-background.png)
repeat-x
bottom
;
border
:
1px
solid
#ddd
;
...
...
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