Fix detail view for oC8.2
This commit is contained in:
parent
0799e8084e
commit
5b94f21401
2 changed files with 2 additions and 0 deletions
|
@ -717,6 +717,7 @@
|
|||
position: relative;
|
||||
text-shadow: 0 1px 0 white;
|
||||
border-top: none;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
#task-details div.content-wrapper .body .section input {
|
||||
-moz-box-sizing: border-box;
|
||||
|
|
|
@ -739,6 +739,7 @@
|
|||
position: relative;
|
||||
text-shadow: 0 1px 0 white;
|
||||
border-top:none;
|
||||
margin-bottom: 0px;
|
||||
input{
|
||||
-moz-box-sizing: border-box;
|
||||
background: none repeat scroll 0 0 white;
|
||||
|
|
Loading…
Reference in a new issue