Advertisement
wawiwa

MultiLineInputter.css

Feb 12th, 2013
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.30 KB | None | 0 0
  1. button.DynamicBelow {
  2.    border: 0.5px solid #FFFFFF;
  3.    font-size: 14px;
  4.    height: 30px;
  5.    margin-left: 3px;
  6.    margin-right: 3px;
  7.    position: relative;
  8.    right: 0px;
  9.    top: 2px;
  10.    width: 6%;
  11. }
  12. button.DynamicDelete {
  13.    border: 0.5px solid #FFFFFF;
  14.    font-size: 10px;
  15.    height: 30px;
  16.    margin-left: 3px;
  17.    margin-right: 3px;
  18.    position: relative;
  19.    right: 0px;
  20.    top: 2px;
  21.    width: 6%;
  22. }
  23. .CheckBoxHolder {
  24.     display: inline;
  25. }
  26. .InputRowHolder {
  27.     display: block;
  28.     position: relative;
  29.     top: 0px;
  30.     left: 5px;
  31. }
  32. .InputRowHolder input, textarea, select {
  33.     border-style: solid;
  34.     border-width: 0.5px;
  35. }
  36. .InputRowHolder .DynamicText {
  37.     width: 10%;
  38.     padding: 6px;
  39. }
  40. .InputRowHolder .DynamicConditional {
  41.     width: 7%;
  42. }
  43. .DynamicInputRow {
  44.     height: 45px;
  45.     max-width: 100%;
  46.     margin-left: 5%;
  47. }
  48. .DynamicInputRow select {
  49.     padding: 5px;
  50.     width: 15%;
  51. }
  52. .DynamicInputRow #AndLabel label {
  53.     text-indent: 1px;
  54.     display: block;
  55.     font-size: 10px;
  56. }
  57. .DynamicInputRow #AndLabel input {
  58.     margin: -1px;
  59.     width: 12px;
  60. }
  61. .DynamicInputRow #AndLabel {
  62.     text-indent: 2px;
  63.     display: block;
  64.     font-size: 10px;
  65. }
  66.  
  67.  
  68. .DynamicInputContainer {
  69.     border-bottom:1px solid #bbb;
  70.     margin-bottom:10px;
  71.    
  72. }
  73. button.DynamicBelow,
  74. button.DynamicDelete {
  75.     border: none;
  76.     font-size: 11px;
  77.     height: 19px;
  78.     margin: 5px 0 0 7px;
  79.     height: 19px;
  80.     background:#2B6D9A url("/static/app/netvistra/images/funnel-add-remove-sprite.png") top no-repeat;
  81.     border-radius:3px;
  82.     /*color:transparent;*/
  83.     top:-2px;
  84.     left:0;
  85. }
  86.  
  87. button.DynamicBelow {
  88.     background-position: bottom center;
  89. }
  90.  
  91. .DynamicInputRow {
  92.     width: auto;
  93.     max-width: 100%;
  94.     height: auto;
  95.     padding: 0;
  96.     margin: 0;
  97.     width: 200px;
  98.     background: url("/static/app/netvistra/images/funnel-arrow.png") no-repeat center bottom ;
  99.     padding-bottom: 20px;
  100. }
  101.  
  102. .DynamicInputRow.last {
  103.     background: none;
  104.     padding-bottom: 10px;
  105. }
  106.  
  107. .InputRowHolder {
  108.     width: 150px;
  109.     padding: 10px;
  110.     background: #EAF1F6;
  111.     -webkit-border-radius: 5px 5px;
  112. }
  113.  
  114. .InputRowHolder .DynamicText {
  115.     width: 60px;
  116.     margin: 0px;
  117. }
  118.  
  119.  
  120. .DynamicInputContainer {
  121.     position: relative;
  122. }
  123.  
  124. .DynamicInputContainer button.splButton-primary {
  125.     position: absolute;
  126.     display:block;
  127.     left:200px;
  128.     bottom:20px;
  129. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement