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
947a4ee7
Commit
947a4ee7
authored
Jun 21, 2013
by
Frances Botsford
Committed by
David Baumgold
Jul 09, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adding some finesse to the PDF textbooks page
parent
0673c79f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
3 deletions
+18
-3
cms/static/sass/views/_textbooks.scss
+18
-3
No files found.
cms/static/sass/views/_textbooks.scss
View file @
947a4ee7
...
...
@@ -21,7 +21,7 @@ body.course.textbooks {
color
:
$gray
;
.button
{
margin-left
:
20px
;
margin-left
:
$baseline
;
}
}
...
...
@@ -47,7 +47,7 @@ body.course.textbooks {
@include
transition
(
rotate
.15s
ease-in-out
.25s
);
@include
font-size
(
21
);
display
:
inline-block
;
width
:
15px
;
width
:
(
$baseline
*.
75
)
;
vertical-align
:
text-bottom
;
}
...
...
@@ -90,9 +90,22 @@ body.course.textbooks {
}
.actions
{
@include
transition
(
opacity
.15s
.25s
ease-in-out
);
@include
clearfix
();
display
:
inline-block
;
vertical-align
:
middle
;
float
:
right
;
width
:
flex-grid
(
2
,
9
);
margin
:
(
$baseline
/
2
)
0
0
flex-gutter
();
opacity
:
0
.0
;
pointer-events
:
none
;
text-align
:
right
;
/*
position: absolute;
top: $baseline;
right: $baseline;
*/
.action
{
display
:
inline-block
;
...
...
@@ -117,11 +130,13 @@ body.course.textbooks {
}
}
}
}
&
:hover
.actions
{
opacity
:
1
.0
;
}
.edit-textbook
{
@include
box-sizing
(
border-box
);
...
...
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