Home Gitesh Portfolio Blog About Me Gallery Contact

Class names of all the Kentico BUTTONS

/*#Buttons#*/
.contentButton, .sendToFriendinput[type=submit], .SubmitButton,
.ContentButton, .LogonDialoginput[type=submit], .LoginPanelPasswordRetrieval input[type=submit],
.LongButton, .EventManagerRegistration .EventManagerRegButton,
.filterButton, .WishlistTable .btnContinue input, .CartTableinput[type=submit], .CntRatingSubmitBtn,
.myAccount .TabsContentinput[type=submit], .commentView .SubmitButton, .SubscriptionButton, .ProductFilter .ContentButton, .FormButton,
.XLongButton, .examplesToLeftinput[type=submit], .CMSSearchDialogSearchButton, .ChangePasswordTable input[type=submit], .RegisterButton,
.LightGradientBoxinput[type=submit], .btn, .FormButton, .ContentButton {
display: inline-block;
  *display: inline;
  *zoom: 1;
padding: 4px 14px;
margin-bottom: 0;
font-size: 13px;
line-height: 1.1;
  *line-height: 1.1;
text-align: center;
vertical-align: middle;
cursor: pointer;
color: #333333;
text-shadow: 0 1px 1pxrgba(255, 255, 255, 0.75);
background-color: whitesmoke;
background-image: -moz-linear-gradient(top, white, #e6e6e6);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
background-image: -webkit-linear-gradient(top, white, #e6e6e6);
background-image: -o-linear-gradient(top, white, #e6e6e6);
background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#e3e3e3', GradientType=0);
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6; 
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
border: 1px solid #bbbbbb;
  *border: 0;
border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}


Posted: 20/04/2013 11:29:03 p.m. by Gitesh Shah | with 0 comments