CollabHistoryCommon.uss 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259
  1. .unity-button {
  2. min-height:0;
  3. -unity-text-align:middle-center;
  4. margin-left:4px;
  5. margin-top:3px;
  6. margin-right:4px;
  7. margin-bottom:3px;
  8. border-left-width:6px;
  9. border-top-width:4px;
  10. border-right-width:6px;
  11. border-bottom-width:4px;
  12. padding-left:6px;
  13. padding-top:2px;
  14. padding-right:6px;
  15. padding-bottom:3px;
  16. }
  17. .unity-label {
  18. overflow: hidden;
  19. margin-left:4px;
  20. margin-top:2px;
  21. margin-right:4px;
  22. margin-bottom:2px;
  23. padding-left:2px;
  24. padding-top:1px;
  25. min-height: 0;
  26. }
  27. #HistoryContainer {
  28. flex: 1 0 0;
  29. }
  30. #HistoryItem {
  31. flex: 1 0 0;
  32. flex-direction: row;
  33. }
  34. #HistoryDetail {
  35. margin-top: 10px;
  36. margin-left: 10px;
  37. margin-bottom: 10px;
  38. margin-right: 10px;
  39. padding-top: 4px;
  40. flex: 1 0 0;
  41. }
  42. #Author {
  43. -unity-font-style: bold;
  44. font-size: 12px;
  45. }
  46. #HistoryDetail > Button {
  47. align-self: flex-end;
  48. }
  49. CollabHistoryRevisionLine {
  50. width: 40px;
  51. }
  52. #RevisionLine {
  53. flex: 1 0 0;
  54. margin-left: 35px;
  55. width: 1.5px;
  56. }
  57. #RevisionLine.topLine {
  58. height: 20px;
  59. flex: 0 0 auto;
  60. }
  61. #RevisionLine.absentDateLine {
  62. background-color: #797676;
  63. }
  64. .absentRevision #RevisionLine {
  65. background-color: #797676;
  66. }
  67. .currentRevision #RevisionLine.topLine {
  68. background-color: #797676;
  69. }
  70. #RevisionIndex {
  71. position: absolute;
  72. min-width: 23px;
  73. -unity-text-align: middle-right;
  74. top: 15.8px;
  75. font-size: 9px;
  76. }
  77. #RevisionIndicator {
  78. position: absolute;
  79. background-color: #000;
  80. border-radius: 3px;
  81. width: 8px;
  82. height: 8px;
  83. border-bottom-width: 2px;
  84. border-left-width: 2px;
  85. border-right-width: 2px;
  86. border-top-width: 2px;
  87. top: 20px;
  88. left: 32px;
  89. }
  90. .revisionLineHeader {
  91. width: 200px;
  92. height: 20px;
  93. }
  94. .revisionLineHeader > .unity-label {
  95. position: absolute;
  96. margin-left: 47px;
  97. margin-top: 3px;
  98. }
  99. #PagerItems {
  100. flex-direction: column;
  101. }
  102. PagerElement > .unity-label {
  103. margin-top: 8px;
  104. }
  105. .absentRevision #RevisionIndicator {
  106. border-color: #797676;
  107. }
  108. .absentRevision #RevisionIndex {
  109. color: #797676;
  110. }
  111. .currentRevision #HistoryDetail {
  112. border-top-width: 2px;
  113. }
  114. #HistoryItem #RevisionDescription {
  115. white-space: normal;
  116. }
  117. #HistoryItem #ToggleDescription {
  118. align-self: flex-start;
  119. padding-top: 0;
  120. padding-left: 0;
  121. padding-right: 0;
  122. padding-bottom: 2px;
  123. }
  124. #HistoryItem #ActionButton {
  125. position: absolute;
  126. right: 0;
  127. }
  128. #HistoryItem #BuildIcon {
  129. width: 16px;
  130. height: 13px;
  131. }
  132. #HistoryItemActionsTray {
  133. flex: 1 0 0;
  134. flex-direction: row;
  135. align-items: center;
  136. height: 38px;
  137. margin-left: 10px;
  138. margin-right: 10px;
  139. }
  140. CollabHistoryDropDown {
  141. border-top-width: 1px;
  142. }
  143. CollabHistoryDropDown > .unity-label {
  144. padding-top: 10px;
  145. padding-bottom: 10px;
  146. }
  147. CollabHistoryDropDownItem {
  148. flex-direction: row;
  149. border-top-width: 1px;
  150. overflow: hidden;
  151. }
  152. #FileIcon {
  153. align-self: center;
  154. width: 26px;
  155. height: 26px;
  156. }
  157. #FileName {
  158. -unity-font-style: bold;
  159. padding-bottom: 0;
  160. margin-bottom: 0;
  161. }
  162. #FileIcon {
  163. padding-top: 0;
  164. margin-top: 0;
  165. }
  166. #ErrorBar {
  167. height: 24px;
  168. background-color: #ff0000;
  169. color: #000;
  170. font-size: 12px;
  171. }
  172. #ErrorBar > #CloseButton {
  173. position: absolute;
  174. right: 0;
  175. top: 0;
  176. width: 24px;
  177. height: 24px;
  178. color: #000;
  179. font-size: 18px;
  180. -unity-font-style: bold;
  181. }
  182. #StatusView {
  183. flex-direction: column;
  184. justify-content: center;
  185. align-self: center;
  186. align-items: center;
  187. flex: 1 0 0;
  188. }
  189. #StatusView > #StatusIcon {
  190. width: 115px;
  191. height: 150px;
  192. }
  193. #StatusView > #StatusMessage {
  194. font-size: 22px;
  195. width: 230px;
  196. white-space: normal;
  197. -unity-text-align: middle-center;
  198. }
  199. #StatusView > #StatusButton {
  200. font-size: 12px;
  201. margin-top: 20px;
  202. background-image: none;
  203. width: 108px;
  204. height: 29px;
  205. }
  206. BuildStatusButton.unity-button {
  207. flex-direction: row;
  208. align-self: flex-end;
  209. align-items: center;
  210. margin-right: 10px;
  211. padding-left:0;
  212. padding-top:0;
  213. padding-right:0;
  214. padding-bottom:0;
  215. }
  216. BuildStatusButton.unity-button .unity-label {
  217. padding-left: 2px;
  218. }