Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
clinicaltrials
Project
Project
Details
Activity
Releases
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
david Chavalarias
clinicaltrials
Commits
adb2513a
Commit
adb2513a
authored
8 years ago
by
Romain Loth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor fix front page layout spacing + comments
parent
59c9f1e7
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
5 deletions
+8
-5
comex.css
static/css/comex.css
+4
-0
whoswho.js
static/js/whoswho.js
+2
-2
base_layout.html
templates/base_layout.html
+1
-1
rootindex.html
templates/rootindex.html
+1
-2
No files found.
static/css/comex.css
View file @
adb2513a
...
...
@@ -461,6 +461,10 @@ div.ccsection-footer {
height
:
2em
;
}
.mediumspacerrow
{
height
:
4em
;
}
.spacerrow
{
height
:
8em
;
}
...
...
This diff is collapsed.
Click to expand it.
static/js/whoswho.js
View file @
adb2513a
...
...
@@ -65,7 +65,7 @@ whoswho = (function(ww) {
$
(
'#'
+
id3
).
click
(
whoswho
.
closeThisBox
)
// debug
console
.
log
(
"whoswho.popfilter: adding autocomplete menu"
,
$
(
"#"
+
id1
))
//
console.log("whoswho.popfilter: adding autocomplete menu", $("#" + id1))
$
(
"#"
+
id2
).
autocomplete
({
source
:
function
(
req
,
resp
)
{
...
...
@@ -120,7 +120,7 @@ whoswho = (function(ww) {
// call it to adjust page position if topbar becomes thick
ww
.
shiftPage
=
function
()
{
console
.
log
(
"SHIFT PAGE"
)
//
console.log("SHIFT PAGE")
var
topbar
=
document
.
getElementsByClassName
(
'topbar'
)[
0
]
var
page
=
document
.
getElementsByClassName
(
'page'
)[
0
]
if
(
!
page
)
{
...
...
This diff is collapsed.
Click to expand it.
templates/base_layout.html
View file @
adb2513a
...
...
@@ -202,7 +202,7 @@
{% block main_content %}
{% endblock %}
<div
class=
"row spacerrow"
>
</div>
<div
class=
"row
medium
spacerrow"
>
</div>
<!-- FOOTER TEXT AND LINKS -->
<footer>
...
...
This diff is collapsed.
Click to expand it.
templates/rootindex.html
View file @
adb2513a
...
...
@@ -41,8 +41,6 @@
{% block main_content %}
<!-- <div class="row spacerrow"> </div> -->
<!-- INTRO 1 -->
<div
class=
"row"
>
<div
class=
"spacer col-lg-1 col-md-1 hidden-sm-down"
>
</div>
...
...
@@ -62,6 +60,7 @@
</div>
<div
class=
"spacer col-lg-1 col-md-1 hidden-sm-down"
>
</div>
</div>
<div
class=
"row smallspacerrow"
>
</div>
<!-- INTRO 2 -->
<div
class=
"row"
>
...
...
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