Revision a6b9836b snf-cyclades-app/synnefo/ui/static/snf/css/main.css

b/snf-cyclades-app/synnefo/ui/static/snf/css/main.css
4560 4560
    overflow-y: scroll;
4561 4561
    overflow-x: hidden;
4562 4562
}
4563

  
4563 4564
.overlay .overlay-content .description.subinfo, .overlay .extra-info {
4564 4565
    margin-bottom:0;
4565 4566
    border-bottom: none;
......
4575 4576
    color: #800000;
4576 4577
}
4577 4578

  
4579
.overlay .overlay-content .description.noborder {
4580
  margin-bottom:0;
4581
  border:0;
4582
}
4583

  
4578 4584
.overlay .overlay-content .description {
4579 4585
    color: #444;
4580 4586
    border-bottom: 1px solid #64a6c4;
......
4583 4589
    font-size: 0.9em;
4584 4590
    line-height: 1.6em;
4585 4591
}
4592

  
4586 4593
.overlay .overlay-content .empty-message {
4587 4594
    margin-bottom: 5px;
4588 4595
}
......
6961 6968
    border: none;
6962 6969
    color: #800;
6963 6970
}
6971

  
6972
.single .suspended-notice {
6973
  right: 180px;
6974
  top: 0px;
6975
  padding: 7px;
6976
  padding-bottom: 6px;
6977
}
6978

  
6979
.icon .suspended-notice {
6980
  right: 192px;
6981
  top: 50px;
6982
}
6983

  
6984
.suspended-notice {
6985
  display: inline-block;
6986
  padding: 4px;
6987
  background-color: #8f1915;
6988
  cursor: pointer;
6989
  position: absolute;
6990
  color: #fff;
6991
  font-size: 0.6em;
6992
  display: none;
6993
}
6994

  
6995
.suspended .suspended-notice {
6996
  display: block;
6997
}
6998

  
6999
.suspended .action-indicator {
7000
  display: none !important;
7001
}

Also available in: Unified diff