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
bc4d5f41
Commit
bc4d5f41
authored
12 years ago
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
settings - various style/alignment tweaks to inline/existinf fields
parent
14f668a4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
39 additions
and
6 deletions
+39
-6
cms/static/sass/_settings.scss
+38
-6
cms/static/sass/_variables.scss
+1
-0
cms/templates/settings.html
+0
-0
No files found.
cms/static/sass/_settings.scss
View file @
bc4d5f41
...
...
@@ -129,6 +129,7 @@
}
&
.short
{
min-width
:
100px
;
width
:
25%
;
}
...
...
@@ -148,8 +149,8 @@
}
}
.input-default
{
color
:
$
dark
Grey
;
.input-default
input
,
.input-default
textarea
{
color
:
$
medium
Grey
;
background
:
$lightGrey
;
}
...
...
@@ -379,7 +380,7 @@
}
.field
{
width
:
400px
;
width
:
400px
!
important
;
}
&
.multi-inline
{
...
...
@@ -426,10 +427,10 @@
.current
{
width
:
100%
;
margin
:
10px
0
;
padding
:
1
5
px
;
padding
:
1
0
px
;
@include
box-sizing
(
border-box
);
@include
border-radius
(
5px
);
background
:
tint
(
$
blue
,
8
0%
);
background
:
tint
(
$
lightGrey
,
5
0%
);
}
}
...
...
@@ -464,6 +465,10 @@
border-bottom
:
none
;
}
}
.remove-faculty-photo
{
display
:
inline-block
;
}
}
#course-faculty-bio-input
{
...
...
@@ -493,7 +498,6 @@
.course-grading-gradeweight
,
.course-grading-totalassignments
,
.course-grading-totalassignmentsdroppable
{
input
{
width
:
73px
;
}
}
}
...
...
@@ -514,6 +518,23 @@
.settings-discussions
{
.settings-discussions-categories
.course-discussions-categories-list-item
{
label
{
display
:
none
;
}
.group
{
display
:
inline-block
;
}
.remove-item
{
display
:
inline-block
!
important
;
margin-left
:
10px
;
}
}
}
// states
...
...
@@ -543,6 +564,17 @@
// }
// }
input
.error
,
textarea
.error
{
border-color
:
$red
;
}
.message-error
{
display
:
block
;
margin-top
:
5px
;
color
:
$red
;
font-size
:
13px
;
}
// misc
.divide
{
display
:
none
;
...
...
This diff is collapsed.
Click to expand it.
cms/static/sass/_variables.scss
View file @
bc4d5f41
...
...
@@ -16,6 +16,7 @@ $error-red: rgb(253, 87, 87);
$offBlack
:
#3c3c3c
;
$blue
:
#5597dd
;
$orange
:
#edbd3c
;
$red
:
#e23c3e
;
$lightGrey
:
#edf1f5
;
$mediumGrey
:
#ced2db
;
$darkGrey
:
#8891a1
;
...
...
This diff is collapsed.
Click to expand it.
cms/templates/settings.html
View file @
bc4d5f41
This diff is collapsed.
Click to expand it.
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