You are here

twitter_bootstrap_modal_nivo.css in Twitter Bootstrap Modal 7.3

/* -------------------------------------------------*/
/* TBN Specific styles
----------------------------------------------------*/
.nivo-controlNav-wrap {
  width: 100%;
  height:80px;
  overflow:hidden;
  position:relative;
}
.nivo-controlNav-wrap .nivo-controlNav {
  position:absolute;
  width:2000px;
}
.nivo-controlNav-wrap img {
  width:95px;
  margin-left:5px;
  float:left;
}
.nivo-directionNav a {
  background: white;
  color:gray;
  padding:2px;
}

File

twitter_bootstrap_modal_nivo/twitter_bootstrap_modal_nivo.css
View source
  1. /* -------------------------------------------------*/
  2. /* TBN Specific styles
  3. ----------------------------------------------------*/
  4. .nivo-controlNav-wrap {
  5. width: 100%;
  6. height:80px;
  7. overflow:hidden;
  8. position:relative;
  9. }
  10. .nivo-controlNav-wrap .nivo-controlNav {
  11. position:absolute;
  12. width:2000px;
  13. }
  14. .nivo-controlNav-wrap img {
  15. width:95px;
  16. margin-left:5px;
  17. float:left;
  18. }
  19. .nivo-directionNav a {
  20. background: white;
  21. color:gray;
  22. padding:2px;
  23. }