Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gargantext
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
humanities
gargantext
Commits
fda5c237
Commit
fda5c237
authored
May 07, 2016
by
delanoe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[CLEAN] Removing files added by error.
parent
9952c81b
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
0 additions
and
420 deletions
+0
-420
bootstrap-theme.min.css~constance-docker
.../bootstrap/3.1.1/bootstrap-theme.min.css~constance-docker
+0
-7
glyphicons-halflings-regular.eot~constance-docker
...otstrap/glyphicons-halflings-regular.eot~constance-docker
+0
-0
glyphicons-halflings-regular.svg~constance-docker
...otstrap/glyphicons-halflings-regular.svg~constance-docker
+0
-229
glyphicons-halflings-regular.ttf~constance-docker
...otstrap/glyphicons-halflings-regular.ttf~constance-docker
+0
-0
glyphicons-halflings-regular.woff2~constance-docker
...strap/glyphicons-halflings-regular.woff2~constance-docker
+0
-0
glyphicons-halflings-regular.woff~constance-docker
...tstrap/glyphicons-halflings-regular.woff~constance-docker
+0
-0
tables.css~constance-docker
static/js/gargantext/tables.css~constance-docker
+0
-184
No files found.
static/js/bootstrap/3.1.1/bootstrap-theme.min.css~constance-docker
deleted
100755 → 0
View file @
9952c81b
This diff is collapsed.
Click to expand it.
static/js/bootstrap/fonts/bootstrap/glyphicons-halflings-regular.eot~constance-docker
deleted
100755 → 0
View file @
9952c81b
File deleted
static/js/bootstrap/fonts/bootstrap/glyphicons-halflings-regular.svg~constance-docker
deleted
100755 → 0
View file @
9952c81b
This diff is collapsed.
Click to expand it.
static/js/bootstrap/fonts/bootstrap/glyphicons-halflings-regular.ttf~constance-docker
deleted
100755 → 0
View file @
9952c81b
File deleted
static/js/bootstrap/fonts/bootstrap/glyphicons-halflings-regular.woff2~constance-docker
deleted
100755 → 0
View file @
9952c81b
File deleted
static/js/bootstrap/fonts/bootstrap/glyphicons-halflings-regular.woff~constance-docker
deleted
100755 → 0
View file @
9952c81b
File deleted
static/js/gargantext/tables.css~constance-docker
deleted
100755 → 0
View file @
9952c81b
/* styles for dynatables */
.no-transition {
-webkit-transition: height 0.1s;
-moz-transition: height 0.1s;
-ms-transition: height 0.1s;
-o-transition: height 0.1s;
transition: height 0.1s;
}
th { color: #fff; }
th a {
color: #fff;
font-weight: bold;
font-size: 0.9em;
}
.dynatable-record-count {
font-size: 0.7em;
}
.dynatable-pagination-links {
font-size: 0.7em;
}
#dynatable-query-search-my-ajax-table {
min-width: 20em;
}
#doubleSearch {
min-width: 25em;
}
.dynatable-search {
margin-left: 2em;
font-size: 16px;
}
.dynatable-per-page-label {
margin-left: 2em;
font-size: 16px;
}
#corpusdisplayer {
width:200px;
margin:0 auto;
display:block;
}
/* notes under table titles */
th .note {
color: #ccc;
}
td .note {
color: #444;
}
span.note {
font-size: 10px;
}
span.note.glyphicon {
color: #555;
}
p.note {
font-size: 0.6em;
margin: 1em 0 0 0 ;
}
p.note > input {
float: left;
margin: 0 .2em 0 0 ;
}
p.note > label {
float: left;
}
.greyed {
opacity: 0.3;
}
tr:hover {
cursor: pointer;
font-weight: bold;
}
/* ngram states */
.normal {
color: black;
}
.delete {
color:red;
opacity: 0.8;
text-decoration: line-through;
}
.keep {
color:green;
font-style: italic;
}
.group {
color:white;
pointer-events: none;
cursor: default;
}
/* group box row on top of table with + */
#group_box {
font-size: 90%;
}
#group_flag {
font-size: 0.7em;
margin-top: 3em;
margin-bottom: 1em;
}
#group_box_mainform {
margin-bottom: 0;
line-height: 1 ;
margin-left: .08em ;
}
#group_box_content {
line-height: 1 ;
margin-bottom: 1em;
}
.oldsubform {
color: #777 ;
}
.usersubform {
color: blue ;
}
.dynatable-record-count {
font-size: 0.7em;
}
.dynatable-pagination-links {
font-size: 0.7em;
}
input[type=radio] + label {
display:inline-block;
margin:-2px;
padding: 4px 12px;
margin-bottom: 0;
font-size: 14px;
line-height: 20px;
color: #333;
text-align: center;
text-shadow: 0 1px 1px rgba(255,255,255,0.75);
vertical-align: middle;
cursor: pointer;
background-color: #f5f5f5;
background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
background-image: -o-linear-gradient(top,#fff,#e6e6e6);
background-image: linear-gradient(to bottom,#fff,#e6e6e6);
background-repeat: repeat-x;
border: 1px solid #ccc;
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
border-bottom-color: #b3b3b3;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}
input[type=radio]:checked + label {
background-image: none;
outline: 0;
-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
background-color:#e0e0e0;
}
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