Guest User

Untitled

a guest
Aug 14th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.00 KB | None | 0 0
  1. /* Estilo para columnas utilizadas como LAYOUT
  2. ----------------------------------------------------------*/
  3. .contentColumnas
  4. {
  5.     min-height:300px;
  6. }
  7.  
  8. .columnaLabel, .columna
  9. {
  10.     float: left;
  11.     margin-left: 8px;
  12. }
  13.  
  14. .ultimaColumna
  15. {
  16.     clear:right;  
  17. }
  18.  
  19. .primerColumna
  20. {
  21.     clear:left;    
  22. }
  23.  
  24. .columnaLabel
  25. {
  26.     text-align:right;
  27.     margin-top: 4px;
  28. }
  29.  
  30. .columnaLabel .itemColumna input[type="checkbox"]
  31. {
  32.     margin-top: 4px;
  33. }
  34.  
  35. .textAreaItemLabel
  36. {
  37.     text-align:right;
  38.     margin-top: 9px;
  39.     height: 80px;
  40. }
  41.  
  42. .itemColumna
  43. {
  44.     height: 30px;
  45.     min-width: 50px;
  46.     margin-bottom: 10px;
  47. }
  48.  
  49. .columna .itemColumna input[type="checkbox"]
  50. {
  51.     margin-top: 2px;
  52. }
  53.  
  54. .textAreaItem
  55. {
  56.     text-align: left;
  57.     height: 80px;
  58.     max-width: 250px !important;
  59.     margin-bottom: 10px;
  60. }
  61.  
  62. .textAreaItem textarea
  63. {
  64.     max-width: 250px !important;
  65.     max-height: 80px;
  66. }
  67.  
  68. .divSegundaParteFormu
  69. {
  70.     clear:both;
  71.     margin-top: 70px !important;
  72. }
Add Comment
Please, Sign In to add comment