plugin.css 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. .sepe-input-text{
  2. color: #00829c;
  3. font-size: 1.3em;
  4. font-weight: normal;
  5. padding-top: 2px;
  6. }
  7. .sepe-delete-link {
  8. background: url("icon-delete.png") no-repeat scroll 0px 10px;
  9. padding-left: 30px;
  10. font-size:1.3em;
  11. }
  12. .sepe-edit-link {
  13. background: url("icon-edit.png") no-repeat scroll 0 10px;
  14. padding-left: 30px;
  15. font-size:1.3em;
  16. }
  17. .sepe-list-link {
  18. background: url("options-lines.png") no-repeat scroll 0 10px;
  19. padding-left: 30px;
  20. font-size:1.3em;
  21. }
  22. input.sepe-btn-menu-side{
  23. width:100%;
  24. margin-bottom:10px;
  25. }
  26. legend.sepe-subfield {
  27. font-size: 16px;
  28. line-height: 16px;
  29. padding-bottom: 10px;
  30. padding-left: 0;
  31. padding-right: 0;
  32. padding-top: 0;
  33. }
  34. .well.sepe-subfield {
  35. background: none repeat scroll 0 0 #fafafa;
  36. }
  37. .well .well {
  38. background: white;
  39. }
  40. em.span4 {
  41. float: none;
  42. margin: 0;
  43. padding: 5px;
  44. display:inline-block;
  45. }
  46. em{
  47. float: none;
  48. margin: 5px 0 0 0;
  49. padding: 5px;
  50. display: block;
  51. }
  52. .message-info{
  53. padding:5px 10px;
  54. }
  55. .sepe-slt-date {
  56. width:auto;
  57. display:inline-block;
  58. }
  59. input.sepe-numeric-field {
  60. text-align: center;
  61. width: 60px;
  62. }
  63. .sepe-subfield2 {
  64. font-size: 16px;
  65. text-align: center;
  66. }
  67. .sepe-margin-side{
  68. margin: 0 5px;
  69. }
  70. #sepe-tbl-info-fiscal-number{
  71. width:90%;
  72. margin:5px auto;
  73. }
  74. #sepe-tbl-info-fiscal-number td, #sepe-tbl-info-fiscal-number th {
  75. background: none repeat scroll 0 0 white;
  76. border: 1px solid;
  77. color: #333;
  78. font-weight: bold;
  79. text-align:center;
  80. }
  81. .sepe-vertical-align-middle, .table td.sepe-vertical-align-middle{
  82. vertical-align:middle;
  83. }
  84. .sepe-box-center{
  85. margin:0 auto;
  86. }
  87. .sepe-margin-top{
  88. margin-top:5px;
  89. }