Project

General

Profile

« Previous | Next » 

Revision 48607

Add feedback button

View differences:

custom.css
272 272
  background-image: url('./formImage.jpg'); box-sizing: border-box; height: 250px;
273 273
}
274 274

  
275
.divider-table tbody td, .uk-table th {    
275
.divider-table tbody td, .uk-table th {
276 276
    border-bottom: 1px solid #E5E5E5;
277 277
  }
278

  
279
  #feedback {
280
  	float: left;
281
  	position: fixed;
282
  	top: calc(50% - 47px);
283
  	right: 0;
284
  }
285

  
286
  #feedback a {
287
  	background: #F25F30;
288
  	border-radius: 5px 0 0 5px;
289
  	box-shadow: 0 0 3px rgba(0, 0, 0, .3);
290
  	border: 3px solid #fff;
291
  	border-right: 0;
292
  	display: block;
293
  	padding: 20px 12px;
294
  	transition: all .2s ease-in-out;
295
  }
296

  
297
  #feedback a:hover {
298
  	padding-right: 20px;
299
  }
300

  
301

  
302

  
303

  
278 304
/*
279 305
li span {
280 306
  display: inline-flex;

Also available in: Unified diff