Commit 126a01f7 by Your Name

remove redcar files, update discussion.scss

parent aa55c4ee
......@@ -28,4 +28,4 @@ cms/static/sass/*.css
lms/lib/comment_client/python
nosetests.xml
cover_html/
./redcar`
/.redcar`
b0fec9403adbde04d77992f8d876127e1023837a
\ No newline at end of file
09b647e820e915c1e85a3dba99cfd2f223b5ff4d
\ No newline at end of file
60daac4b0d29a2a9c71fd408a884655335951a71
\ No newline at end of file
20852: Locked by 20852 at Mon Nov 05 19:14:54 -0500 2012
---
cursor_positions:
- :path: lms/djangoapps/django_comment_client/forum/views.py
:cursor_offset: 1425
:timestamp: 2012-11-05 17:39:58 -05:00
- :path: lms/static/sass/README.txt
:cursor_offset: 102
:timestamp: 2012-11-05 17:39:58 -05:00
- :path: lms/lib/comment_client/thread.py
:cursor_offset: 1903
:timestamp: 2012-11-05 19:14:39 -05:00
- :path: lms/static/sass/_discussion.scss
:cursor_offset: 3568
:timestamp: 2012-11-05 19:28:49 -05:00
- :path: lms/static/sass/application.css
:cursor_offset: 228300
:timestamp: 2012-11-05 19:33:57 -05:00
files_to_retain: 0
---
bounds:
x: 65
y: 24
width: 1857
height: 1085
tree_width: 205
43cbb0616a9d72472bdd3a035b4f02653bf80aa2
\ No newline at end of file
......@@ -95,71 +95,10 @@
body.discussion {
.new-post-form-errors {
display: none;
background: $error-red;
padding: 0;
border: 1px solid #333;
list-style: none;
color: #fff;
line-height: 1.6;
border-radius: 3px;
@include box-shadow(0 1px 2px rgba(0, 0, 0, 0.3) inset, 0 1px 0 rgba(255, 255, 255, .2));
li {
padding: 10px 20px 12px 45px;
border-bottom: 1px solid #dc4949;
background: url(../images/white-error-icon.png) no-repeat 15px 14px;
&:last-child {
border-bottom: none;
}
}
}
.course-tabs .right {
float: right;
.new-post-btn {
@include blue-button;
font-size: 13px;
margin-right: 4px;
}
.new-post-icon {
display: block;
float: left;
width: 16px;
height: 17px;
margin: 8px 7px 0 0;
background: url(../images/new-post-icon.png) no-repeat;
}
}
.new-post-article {
display: none;
margin-top: 20px;
.inner-wrapper {
max-width: 1180px;
min-width: 760px;
margin: auto;
}
.left-column {
float: left;
width: 32%;
padding: 40px;
@include box-sizing(border-box);
label {
font-size: 22px;
font-weight: 700;
color: #fff;
text-shadow: none;
}
.form-topic-drop {
.form-topic-drop {
position: relative;
ul {
......@@ -251,8 +190,75 @@ body.discussion {
line-height: 16px;
color: #333;
outline: 0;
}
.new-post-form-errors {
display: none;
background: $error-red;
padding: 0;
border: 1px solid #333;
list-style: none;
color: #fff;
line-height: 1.6;
border-radius: 3px;
@include box-shadow(0 1px 2px rgba(0, 0, 0, 0.3) inset, 0 1px 0 rgba(255, 255, 255, .2));
li {
padding: 10px 20px 12px 45px;
border-bottom: 1px solid #dc4949;
background: url(../images/white-error-icon.png) no-repeat 15px 14px;
&:last-child {
border-bottom: none;
}
}
}
.course-tabs .right {
float: right;
.new-post-btn {
@include blue-button;
font-size: 13px;
margin-right: 4px;
}
.new-post-icon {
display: block;
float: left;
width: 16px;
height: 17px;
margin: 8px 7px 0 0;
background: url(../images/new-post-icon.png) no-repeat;
}
}
.new-post-article {
display: none;
margin-top: 20px;
.inner-wrapper {
max-width: 1180px;
min-width: 760px;
margin: auto;
}
.left-column {
float: left;
width: 32%;
padding: 40px;
@include box-sizing(border-box);
label {
font-size: 22px;
font-weight: 700;
color: #fff;
text-shadow: none;
}
}
.right-column {
float: left;
......
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