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
245218c3
Commit
245218c3
authored
Mar 20, 2017
by
Romain Loth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix tagbox mti input label
parent
184b9310
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
16 deletions
+15
-16
comex_user.css
static/css/comex_user.css
+9
-4
profile.html
templates/profile.html
+2
-5
registration_super_short_form.html
templates/registration_super_short_form.html
+4
-7
No files found.
static/css/comex_user.css
View file @
245218c3
...
...
@@ -178,7 +178,7 @@ input.readonly {
-webkit-transition
:
opacity
.3s
ease-in
;
letter-spacing
:
.02em
;
font-weight
:
bold
;
font-size
:
.8
em
;
font-size
:
1
em
;
}
.box-highlight-close
{
font-size
:
.7em
;
...
...
@@ -189,15 +189,20 @@ input.readonly {
right
:
0px
;
color
:
#eed
;
/*background-color: #333;*/
padding
:
.
5
em
;
padding
:
.
7
em
;
}
.tagbox-container
{
background-color
:
#eee
;
border-bottom
:
3px
solid
#ccc
;
border
:
1.25px
solid
#ccc
;
border-radius
:
4px
;
min-width
:
50em
;
}
.tagbox-label
{
background-color
:
#eee
;
border
:
none
;
border-right
:
1.25px
solid
#ccc
!important
;
}
/* form categories: like form sections etc. */
h3
.formcat
{
...
...
templates/profile.html
View file @
245218c3
...
...
@@ -289,13 +289,10 @@
<div
class=
"question"
>
<div
class=
"input-group tagbox-container"
>
<label
for=
"keywords"
class=
"smlabel input-group-addon"
>
* Key subjects
</label>
<label
for=
"keywords"
class=
"smlabel input-group-addon
tagbox-label
"
>
* Key subjects
</label>
<input
id=
"keywords"
name=
"keywords"
maxlength=
"350"
type=
"text"
class=
"form-control autocomp"
placeholder=
"Add a keyword here"
value=
"{{ current_user.info.keywords }}"
>
<!-- <div class="input-group-addon operation-dark">
<span class="glyphicon glyphicon-plus" onclick="TODO DEPRECATED mtiPopOneTag['keywords']"></span>
</div> -->
</div>
<p
class=
"legend"
>
Please enter at least 5 keywords (press TAB or ENTER after each)
</p>
</div>
...
...
@@ -328,7 +325,7 @@
<div
class=
"question"
>
<p
class=
"legend"
>
Hashtags for community interest groups (seminars, mailing lists, events...)
</p>
<div
class=
"input-group tagbox-container"
>
<label
for=
"hashtags"
class=
"smlabel input-group-addon"
>
Interest groups
</label>
<label
for=
"hashtags"
class=
"smlabel input-group-addon
tagbox-label
"
>
Interest groups
</label>
<input
id=
"hashtags"
name=
"hashtags"
maxlength=
"350"
type=
"text"
class=
"form-control"
placeholder=
"eg #dataviz, #networks, #rochebrune2018"
value=
"{{ current_user.info.hashtags }}"
>
...
...
templates/registration_super_short_form.html
View file @
245218c3
...
...
@@ -150,10 +150,9 @@
<div
class=
"question"
>
<div
class=
"input-group tagbox-container"
>
<label
for=
"keywords"
class=
"smlabel input-group-addon"
>
* Key subjects
</label>
<label
for=
"keywords"
class=
"smlabel input-group-addon
tagbox-label
"
>
* Key subjects
</label>
<input
id=
"keywords"
name=
"keywords"
maxlength=
"350"
type=
"text"
class=
"form-control autocomp"
placeholder=
"keywords"
placeholder=
"keywords"
>
type=
"text"
class=
"form-control autocomp"
placeholder=
"keywords"
>
</div>
<p
class=
"legend"
>
Please enter at least 5 keywords (press TAB or ENTER after each)
</p>
</div>
...
...
@@ -162,8 +161,7 @@
<div
class=
"input-group"
>
<label
for=
"lab_label"
class=
"smlabel input-group-addon"
>
Lab / Team / Dept
</label>
<input
id=
"lab_label"
name=
"lab_label"
maxlength=
"120"
type=
"text"
class=
"form-control"
placeholder=
"Your lab"
placeholder=
"lab_label"
>
type=
"text"
class=
"form-control"
placeholder=
"Your lab"
>
</div>
</div>
...
...
@@ -172,8 +170,7 @@
<div
class=
"input-group"
>
<label
for=
"lab_locname"
class=
"smlabel input-group-addon"
>
Lab city
</label>
<input
id=
"lab_locname"
name=
"lab_locname"
maxlength=
"50"
type=
"text"
class=
"form-control"
placeholder=
"Ville de votre labo"
placeholder=
"lab_locname"
>
type=
"text"
class=
"form-control"
placeholder=
"Your lab city/location"
>
</div>
</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