Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 

110 lignes
2.3 KiB

  1. /*!
  2. * Jasny Bootstrap v3.1.3 (http://jasny.github.io/bootstrap)
  3. * Copyright 2012-2014 Arnold Daniels
  4. * Licensed under Apache-2.0 (https://github.com/jasny/bootstrap/blob/master/LICENSE)
  5. */
  6. .btn-file {
  7. position: relative;
  8. overflow: hidden;
  9. vertical-align: middle;
  10. }
  11. .btn-file > input {
  12. position: absolute;
  13. top: 0;
  14. right: 0;
  15. width: 100%;
  16. height: 100%;
  17. margin: 0;
  18. font-size: 23px;
  19. cursor: pointer;
  20. filter: alpha(opacity=0);
  21. opacity: 0;
  22. direction: ltr;
  23. }
  24. .fileinput {
  25. display: inline-block;
  26. margin-bottom: 9px;
  27. }
  28. .fileinput .form-control {
  29. display: inline-block;
  30. padding-top: 7px;
  31. padding-bottom: 5px;
  32. margin-bottom: 0;
  33. vertical-align: middle;
  34. cursor: text;
  35. }
  36. .fileinput .thumbnail {
  37. display: inline-block;
  38. margin-bottom: 5px;
  39. overflow: hidden;
  40. text-align: center;
  41. vertical-align: middle;
  42. }
  43. .fileinput .thumbnail > img {
  44. max-height: 100%;
  45. }
  46. .fileinput .btn {
  47. vertical-align: middle;
  48. }
  49. .fileinput-exists .fileinput-new,
  50. .fileinput-new .fileinput-exists {
  51. display: none;
  52. }
  53. .fileinput-inline .fileinput-controls {
  54. display: inline;
  55. }
  56. .fileinput-filename {
  57. display: inline-block;
  58. overflow: hidden;
  59. vertical-align: middle;
  60. }
  61. .form-control .fileinput-filename {
  62. vertical-align: bottom;
  63. }
  64. .fileinput.input-group {
  65. display: table;
  66. }
  67. .fileinput.input-group > * {
  68. position: relative;
  69. z-index: 2;
  70. }
  71. .fileinput.input-group > .btn-file {
  72. z-index: 1;
  73. }
  74. .fileinput-new.input-group .btn-file,
  75. .fileinput-new .input-group .btn-file {
  76. border-radius: 0 4px 4px 0;
  77. }
  78. .fileinput-new.input-group .btn-file.btn-xs,
  79. .fileinput-new .input-group .btn-file.btn-xs,
  80. .fileinput-new.input-group .btn-file.btn-sm,
  81. .fileinput-new .input-group .btn-file.btn-sm {
  82. border-radius: 0 3px 3px 0;
  83. }
  84. .fileinput-new.input-group .btn-file.btn-lg,
  85. .fileinput-new .input-group .btn-file.btn-lg {
  86. border-radius: 0 6px 6px 0;
  87. }
  88. .form-group.has-warning .fileinput .fileinput-preview {
  89. color: #8a6d3b;
  90. }
  91. .form-group.has-warning .fileinput .thumbnail {
  92. border-color: #faebcc;
  93. }
  94. .form-group.has-error .fileinput .fileinput-preview {
  95. color: #a94442;
  96. }
  97. .form-group.has-error .fileinput .thumbnail {
  98. border-color: #ebccd1;
  99. }
  100. .form-group.has-success .fileinput .fileinput-preview {
  101. color: #3c763d;
  102. }
  103. .form-group.has-success .fileinput .thumbnail {
  104. border-color: #d6e9c6;
  105. }
  106. .input-group-addon:not(:first-child) {
  107. border-left: 0;
  108. }