Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
vidjil
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1,412
Issues
1,412
List
Boards
Labels
Milestones
Merge Requests
49
Merge Requests
49
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vidjil
vidjil
Commits
739a5eb1
Commit
739a5eb1
authored
Mar 01, 2016
by
HERBERT Ryan
Committed by
Vidjil Team
Mar 08, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
css adjusting annotations so nothing moves when editing
parent
2fdd1a9e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
16 deletions
+17
-16
browser/css/dark.css
browser/css/dark.css
+5
-5
browser/css/light.css
browser/css/light.css
+5
-5
browser/css/vidjil.less
browser/css/vidjil.less
+7
-6
No files found.
browser/css/dark.css
View file @
739a5eb1
...
...
@@ -1639,13 +1639,16 @@ table.log textarea {
.patient_info_text
{
margin-bottom
:
5px
;
}
.patient_info
{
margin-bottom
:
45px
;
}
textarea
#edit_value
{
-webkit-box-sizing
:
border-box
;
-moz-box-sizing
:
border-box
;
box-sizing
:
border-box
;
width
:
100%
;
position
:
fixed
;
width
:
470px
;
min-height
:
45px
;
margin-bottom
:
-32px
;
}
#top_info
{
display
:
inline-flex
;
...
...
@@ -1660,9 +1663,6 @@ textarea#edit_value {
margin-top
:
5px
;
margin-bottom
:
5px
;
}
.locus_line
{
margin-top
:
44px
;
}
.inline-block_10
{
display
:
inline-block
;
width
:
10%
;
...
...
browser/css/light.css
View file @
739a5eb1
...
...
@@ -1639,13 +1639,16 @@ table.log textarea {
.patient_info_text
{
margin-bottom
:
5px
;
}
.patient_info
{
margin-bottom
:
45px
;
}
textarea
#edit_value
{
-webkit-box-sizing
:
border-box
;
-moz-box-sizing
:
border-box
;
box-sizing
:
border-box
;
width
:
100%
;
position
:
fixed
;
width
:
470px
;
min-height
:
45px
;
margin-bottom
:
-32px
;
}
#top_info
{
display
:
inline-flex
;
...
...
@@ -1660,9 +1663,6 @@ textarea#edit_value {
margin-top
:
5px
;
margin-bottom
:
5px
;
}
.locus_line
{
margin-top
:
44px
;
}
.inline-block_10
{
display
:
inline-block
;
width
:
10%
;
...
...
browser/css/vidjil.less
View file @
739a5eb1
...
...
@@ -1864,14 +1864,19 @@ flex-grow : 1;
margin-bottom: 5px;
}
.patient_info {
margin-bottom: 45px;
margin-bottom: 45px;
}
textarea#edit_value {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
//display:block;
width: 100%;
position: fixed;
width: @width_left_container - 5px;
min-height: 45px;
margin-bottom: -@infoContainerHeight;
}
#top_info {
...
...
@@ -1890,10 +1895,6 @@ textarea#edit_value {
margin-bottom: 5px;
}
.locus_line {
margin-top: @infoContainerHeight + @locusSpacingMargin;
}
.inline-block_10 {
display: inline-block;
width: 10%;
...
...
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