/web-app/css/planningPoker.css

http://github.com/icescrum/iceScrum-plugin-planning-poker · CSS · 175 lines · 123 code · 19 blank · 33 comment · 0 complexity · ac1a9201394febb698b5d8f7d86deac6 MD5 · raw file

  1. /*
  2. * Copyright (c) 2011 BE ISI iSPlugins Université Paul Sabatier.
  3. *
  4. * This file is part of iceScrum.
  5. *
  6. * Planning Poker plugin is free software: you can redistribute it and/or modify
  7. * it under the terms of the GNU Affero General Public License as published by
  8. * the Free Software Foundation, either version 3 of the License.
  9. *
  10. * Planning Poker plugin is distributed in the hope that it will be useful,
  11. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  13. * GNU General Public License for more details.
  14. *
  15. * You should have received a copy of the GNU Affero General Public License
  16. * along with Planning Poker plugin. If not, see <http://www.gnu.org/licenses/>.
  17. *
  18. * Authors: Claude AUBRY (claude.aubry@gmail.com)
  19. * Vincent BARRIER (vbarrier@kagilum.com)
  20. * Marc-Antoine BEAUVAIS (marcantoine.beauvais@gmail.com)
  21. * Vincent CARASSUS (vincentcarassus@gmail.com)
  22. * Gabriel GIL (contact.gabrielgil@gmail.com)
  23. * Julien GOUDEAUX (julien.goudeaux@orange.fr)
  24. * Guillaume JANDIN (guillaume.baz@gmail.com)
  25. * Jihane KHALIL (khaliljihane@gmail.com)
  26. * Paul LABONNE (paul.labonne@gmail.com)
  27. * Nicolas NOULLET (nicolas.noullet@gmail.com)
  28. * Bertrand PAGES (pages.bertrand@gmail.com)
  29. * Jérémy SIMONKLEIN (jeremy.simonklein@gmail.com)
  30. * Steven STREHL (steven.strehl@googlemail.com)
  31. *
  32. *
  33. */
  34. #planning-poker-members-list{
  35. text-align:center;
  36. height:40%;
  37. vertical-align:middle;
  38. }
  39. .planning-poker-carte-others{
  40. width:30px;
  41. margin:auto;
  42. border:1px silver solid;
  43. height:25px;
  44. background-color: #ffffff;
  45. text-align:center;
  46. font-size: 20px;
  47. position:relative;
  48. padding-top:20px
  49. }
  50. .username{
  51. font-size:10px;
  52. }
  53. .planning-poker-carte.me{
  54. width:30px;
  55. font-size:1.4em;
  56. text-align:center;
  57. height:25px;
  58. border-bottom:0;
  59. cursor:pointer;
  60. }
  61. .planning-poker-carte.me:hover{
  62. height:35px;
  63. }
  64. #planning-poker-table{
  65. background-color:#0D7846;
  66. width:90%;
  67. height:20%;
  68. margin:auto;
  69. margin-top: 5px;
  70. margin-bottom: 5px;
  71. border:3px #854711 solid
  72. }
  73. #classtable{
  74. height: 100%;
  75. }
  76. .planning-poker-card{
  77. vertical-align:bottom;
  78. width: 40px;
  79. }
  80. #planning-poker-card-list{
  81. position:absolute ;
  82. height:40px;
  83. bottom:0;
  84. margin:0;
  85. padding-bottom:0
  86. }
  87. #planning-poker-card-list li{
  88. display:inline-block;
  89. list-style:none;
  90. padding:0 5px 0 5px;
  91. text-align:center
  92. }
  93. #stories{
  94. background-color:#F2F2F2;
  95. border-top:1px silver solid;
  96. }
  97. #jeu{
  98. position:relative ;
  99. min-height:299px;
  100. }
  101. #stories>p{
  102. padding-left: 10px;
  103. padding-bottom:0;
  104. color: #777777;
  105. font-size: 11px;
  106. line-height: 17px;
  107. }
  108. .planning-poker-right {
  109. position:absolute;
  110. right:0;
  111. top:0;
  112. }
  113. .stories-list{
  114. overflow:hidden;
  115. }
  116. .selected{
  117. background-color:#777
  118. }
  119. .planning-poker-carte-result{
  120. position:absolute ;
  121. right:10%;
  122. top:20%;
  123. height:133px;
  124. width:100px;
  125. bottom:0;
  126. margin:auto;
  127. border:1px silver solid;
  128. background-color: #ffffff;
  129. vertical-align:middle;
  130. text-align:center
  131. }
  132. .estimation{
  133. font-size: 3em;
  134. position:relative;
  135. top:40%
  136. }
  137. .acceptButton{
  138. margin-bottom:1%;
  139. }
  140. .planning-poker-carte.me.activatedCard {
  141. height:35px;
  142. background: #3399ff;
  143. }
  144. #voteButton{
  145. margin-left:45%;
  146. margin-top:2%;
  147. }
  148. .planning-poker-carte{
  149. width:50%;
  150. margin:auto;
  151. border:1px silver solid;
  152. height:50px;
  153. }
  154. #estimated-title{
  155. cursor:pointer;
  156. }