Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
f8b9a6d1
Commit
f8b9a6d1
authored
Mar 31, 2016
by
HERBERT Ryan
Browse files
css removing some unused css on info_container and patient_info
parent
d4a4cfd1
Changes
3
Hide whitespace changes
Inline
Side-by-side
browser/css/dark.css
View file @
f8b9a6d1
...
...
@@ -1663,12 +1663,8 @@ table.log textarea {
max-width
:
457px
;
min-height
:
32px
;
max-height
:
32px
;
position
:
fixed
;
width
:
100%
;
background-color
:
#000000
;
-webkit-transition
:
max-height
0.8s
ease-out
;
-moz-transition
:
max-height
0.8s
ease-out
;
transition
:
max-height
0.8s
ease-out
;
}
.info_container
:hover
{
max-height
:
400px
;
...
...
@@ -1677,9 +1673,6 @@ 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
;
...
...
browser/css/light.css
View file @
f8b9a6d1
...
...
@@ -1663,12 +1663,8 @@ table.log textarea {
max-width
:
457px
;
min-height
:
32px
;
max-height
:
32px
;
position
:
fixed
;
width
:
100%
;
background-color
:
#ffffff
;
-webkit-transition
:
max-height
0.8s
ease-out
;
-moz-transition
:
max-height
0.8s
ease-out
;
transition
:
max-height
0.8s
ease-out
;
}
.info_container
:hover
{
max-height
:
400px
;
...
...
@@ -1677,9 +1673,6 @@ 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
;
...
...
browser/css/vidjil.less
View file @
f8b9a6d1
...
...
@@ -1896,12 +1896,8 @@ flex-grow : 1;
max-width: 457px;
min-height: @infoContainerHeight;
max-height: @infoContainerHeight;
position: fixed;
width: 100%;
background-color: @background;
-webkit-transition: max-height 0.8s ease-out;
-moz-transition: max-height 0.8s ease-out;
transition: max-height 0.8s ease-out;
}
.info_container:hover {
...
...
@@ -1913,11 +1909,6 @@ 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;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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