Joomla, Nice PayPal Button, CSS and Layout Options



This video show how to alter the style and layout of a PayPal button using Nice PayPal Button plugin for Joomla and CSS.

Get more info about the Nice PayPal Button plugin

CSS used in the video.

{codecitation class="brush:php;first-line:1;" width="550px" }

.nicepaypalbtn-wrap{

  margin: 10px;

  width:300px;

  padding:14px;

}

.nicepaypalbtn-form{

  border:solid 2px #00FF2F;

  background:#BAFFC7;

  font-family:verdana;

  font-size:14px;

  color:#111;

}

.nicepaypalbtn-form p{

  margin-bottom:20px;

  border-bottom:solid 1px #FFF;

  padding-bottom:10px;

}

.nicepaypalbtn-form input[type="text"]{

  padding:2px 2px;

  border:solid 1px #aacfe4;

  width:200px;

  margin:2px 0 20px 10px;

  background-color:#EBFFEE;

}

.nicepaypalbtn-form select{

  padding:2px 2px;

  border:solid 1px #aacfe4;

  width:200px;

  margin:2px 0 20px 10px;

  background-color:#EBFFEE;

}

.nicepaypalbtn-form label{

  padding:4px 2px;

  width:200px;

  margin:2px 0 20px 10px;

}

.nicepaypalbtn-form input[type="image"]{

  margin:2px 0 20px 10px;

}

{/codecitation}


~ Enjoy!