Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
ConceptXBlock
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
ConceptXBlock
Commits
73183dce
Commit
73183dce
authored
Mar 24, 2014
by
Piotr Mitros
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CSS fixes for long lists
parent
3f22a43b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
37 additions
and
16 deletions
+37
-16
concept/static/css/concept.css
+36
-15
concept/static/html/concept.html
+1
-1
No files found.
concept/static/css/concept.css
View file @
73183dce
div
.lo_drag
{
border
:
1px
solid
#DDDDDD
;
width
:
250px
;
height
:
55px
;
display
:
inline-block
;
background-color
:
#FCFCFC
;
border-radius
:
3px
;
padding
:
0px
overflow
:
clip
}
div
.objective_desc
{
width
:
240px
;
height
:
25px
;
display
:
inline-block
;
white-space
:
nowrap
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
font-size
:
small
;
padding
:
5px
;
}
div
{
font-family
:
'Open Sans'
,
Verdana
,
Geneva
,
sans-serif
,
sans-serif
;
color
:
#444444
;
...
...
@@ -19,6 +41,16 @@
padding-left
:
0px
;
}
div
.search_results
{
display
:
inline-block
;
height
:
260px
;
width
:
280px
;
border
:
1px
solid
;
overflow-y
:
scroll
;
overflow-x
:
clip
;
padding-left
:
0px
;
}
div
.subheader
{
margin-left
:
auto
;
margin-right
:
auto
;
...
...
@@ -29,7 +61,7 @@
div
.concept_wrapper
{
display
:
inline-block
;
width
:
auto
;
height
:
55
0px
;
height
:
64
0px
;
}
div
.description
{
...
...
@@ -37,7 +69,7 @@
border
:
1px
solid
#d4d4d4
;
color
:
#444444
;
background-color
:
#F6F4F0
;
height
:
2
0
0px
;
height
:
2
9
0px
;
width
:
587.5px
;
float
:
left
;
margin
:
5px
0px
0px
3px
;
...
...
@@ -48,7 +80,7 @@
border
:
1px
solid
#d4d4d4
;
color
:
#444444
;
background-color
:
#F6F4F0
;
height
:
2
0
0px
;
height
:
2
9
0px
;
width
:
287.5px
;
float
:
left
;
margin
:
5px
2px
0px
0px
;
...
...
@@ -73,21 +105,10 @@
div
.obj_title
{
display
:
inline-block
;
width
:
15
0px
;
width
:
20
0px
;
}
div
.obj_icons
{
display
:
inline-block
;
}
div
.objective_desc
{
width
:
280px
;
height
:
25px
;
display
:
block
;
white-space
:
nowrap
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
font-size
:
small
;
padding
:
5px
;
}
concept/static/html/concept.html
View file @
73183dce
<script
id=
"lo-template"
type=
"text/x-handlebars-template"
>
<
div
class
=
"lo_drag"
style
=
"border:1px solid #DDDDDD; width:200px; height:55px; display:inline-block; background-color: #FCFCFC; border-radius: 3px; padding:0px"
>
<
div
class
=
"lo_drag"
>
<
div
style
=
"block;background-color: #F0F0F0; height:20px; padding:3px;"
>
<
div
class
=
"obj_title"
>
{{
title
}}
<
/div
>
<
div
class
=
"obj_icons"
>
<
a
href
=
"SERVER{{title}}"
><
span
style
=
"display:inline-block;"
class
=
"ui-icon ui-icon-pencil"
><
/span></
a
>
<
span
style
=
"display:inline-block;"
class
=
"ui-icon ui-icon-close lo_close"
><
/span> </
div
>
...
...
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