Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
vidjil
vidjil
Commits
41cadbc8
Commit
41cadbc8
authored
Oct 03, 2014
by
Mathieu Giraud
Committed by
Vidjil Team
Oct 10, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
css: column sizes
parent
b2aa6098
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
5 deletions
+9
-5
browser/css/vidjil.less
browser/css/vidjil.less
+4
-0
server/web2py/applications/vidjil/views/patient/index.html
server/web2py/applications/vidjil/views/patient/index.html
+4
-4
server/web2py/applications/vidjil/views/patient/info.html
server/web2py/applications/vidjil/views/patient/info.html
+1
-1
No files found.
browser/css/vidjil.less
View file @
41cadbc8
...
...
@@ -1082,6 +1082,10 @@ span.logo
overflow: hidden;
}
.db_table .column_200{ width: 200px; }
.db_table .column_150{ width: 150px; }
.db_table .column_100{ width: 100px; }
.db_table .column1{
width: 100px;
}
...
...
server/web2py/applications/vidjil/views/patient/index.html
View file @
41cadbc8
...
...
@@ -25,11 +25,11 @@ query = db(
<thead>
<tr><td
class=
"column
1
"
>
name
</td>
<td
class=
"column
2
"
>
birth
</td>
<tr><td
class=
"column
_200
"
>
name
</td>
<td
class=
"column
_100
"
>
birth
</td>
<td>
info
</td>
<td
class=
"column
1
"
>
configs
</td>
<td
class=
"column
4
"
>
files
</td>
<td
class=
"column
_100
"
>
configs
</td>
<td
class=
"column
_100
"
>
files
</td>
<td
class=
"column5"
>
</td>
<td
class=
"column5"
>
</td>
<td
class=
"column5"
>
</td>
...
...
server/web2py/applications/vidjil/views/patient/info.html
View file @
41cadbc8
...
...
@@ -81,7 +81,7 @@ query = db(
<div
id=
"db_table_container"
>
<table
class=
"db_table"
id=
"table"
>
<thead>
<tr><td
class=
"column
1
"
>
file name
</td>
<tr><td
class=
"column
_200
"
>
file name
</td>
<td
class=
"column5"
>
</td>
<td
class=
"column2"
>
sampling date
</td>
<td>
info
</td>
...
...
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