Commit 8ab37b62f54e4ef6bc02a67ddf4b83ac048b1fd1
1 parent
26e25aec
document card updates
Showing
1 changed file
with
7 additions
and
4 deletions
controllets/document-card-controllet/document-card-controllet.html
@@ -91,19 +91,22 @@ | @@ -91,19 +91,22 @@ | ||
91 | 91 | ||
92 | #info_close_button{ | 92 | #info_close_button{ |
93 | z-index: 1; | 93 | z-index: 1; |
94 | - color: #fff; | 94 | + color: #666666; |
95 | box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); | 95 | box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); |
96 | -webkit-transition: 0.2s ease-out; | 96 | -webkit-transition: 0.2s ease-out; |
97 | -moz-transition: 0.2s ease-out; | 97 | -moz-transition: 0.2s ease-out; |
98 | -o-transition: 0.2s ease-out; | 98 | -o-transition: 0.2s ease-out; |
99 | transition: 0.2s ease-out; | 99 | transition: 0.2s ease-out; |
100 | cursor: pointer; | 100 | cursor: pointer; |
101 | - background-color: #2196F3; | 101 | + background: linear-gradient(#f4f4f4,#e4e4e4); |
102 | float: right; | 102 | float: right; |
103 | - top: 50px; | ||
104 | - right: 38px; | 103 | + top: 11px; |
104 | + right: 8px; | ||
105 | margin: 0px; | 105 | margin: 0px; |
106 | position: absolute; | 106 | position: absolute; |
107 | + height: 29px; | ||
108 | + min-width: 30px; | ||
109 | + padding: 5px; | ||
107 | } | 110 | } |
108 | 111 | ||
109 | </style> | 112 | </style> |