File: css/repeatable.css

Recommend this page to a friend!
  Classes of Christian Vigh   jQuery Repeatable Form   css/repeatable.css   Download  
File: css/repeatable.css
Role: Application script
Content type: text/plain
Description: Example style sheet
Class: jQuery Repeatable Form
Allow the user to add repeated form inputs
Author: By
Last change:
Date: 8 years ago
Size: 1,467 bytes
 

Contents

Class file image Download
?/*** Styling for reapatable form parts ***/ .repeatable-instance { padding-bottom : 2px ; } .repeatable-button { display : inline ; } .repeatable-buttonset { display : inline ; cursor : pointer ; } .repeatable-buttonset.repeatable-buttonset-first { } .repeatable-buttonset.repeatable-buttonset-last { padding-left : 4px ; } .repeatable-button-disabled { cursor : default ; color : gray ; } .repeatable-button-none { visibility : hidden ; } .repeatable-buttonset-default { height : 16px ; display : inline-block ; } .repeatable-buttonset-default .repeatable-button { height : 12px ; width : 12px ; display : inline-block ; } .repeatable-buttonset-default .repeatable-button-plus { background-image : url(/images/add-small-enabled.png) ; } .repeatable-buttonset-default .repeatable-button-minus { background-image : url(/images/delete-small-enabled.png) ; } .repeatable-buttonset-default .repeatable-button-plus.repeatable-button-disabled { background-image : url(/images/add-small-disabled.png) ; } .repeatable-buttonset-default .repeatable-button-minus.repeatable-button-disabled { background-image : url(/images/delete-small-disabled.png) ; }