PageRenderTime 82ms CodeModel.GetById 28ms RepoModel.GetById 1ms app.codeStats 0ms

/src/main/resources/css/styles.css

https://bitbucket.org/atlassian/jira-bitbucket-connector/
CSS | 351 lines | 324 code | 25 blank | 2 comment | 0 complexity | 939e11e75c53803e6f7deabf190b228f MD5 | raw file
  1. #gh_oauth_app_screenshot{
  2. padding-top: 16px;
  3. }
  4. .gh_steps li{
  5. padding-top: 10px;
  6. }
  7. #gh_config_link{
  8. margin-top: 10px;
  9. }
  10. #gh_config_link a{
  11. background: url('../../../download/resources/com.atlassian.jira.plugins.jira-bitbucket-connector-plugin/images/pencil_icon.jpg');
  12. background-repeat: no-repeat;
  13. background-position: right center;
  14. padding-right: 20px;
  15. font-size: 1em;
  16. }
  17. .gh_config_h4{
  18. font-weight: normal;
  19. color: #3676B7;
  20. background-repeat: no-repeat;
  21. background-position: left center;
  22. margin-top: 18px;
  23. }
  24. #gh_post_receive_header{
  25. font-weight: normal;
  26. font-size: 1em;
  27. color: #666;
  28. margin-top: 18px;
  29. margin-bottom: 10px;
  30. }
  31. #gh_post_receive_textbox{
  32. font-size: 1em;
  33. padding: 4px;
  34. }
  35. #gh_post_receive{
  36. margin-bottom: 10px;
  37. }
  38. .gh_table{
  39. margin-left: 16px;
  40. width: 100%
  41. }
  42. .gh_table_project_name{
  43. font-size: 1em;
  44. color: #5F6262;
  45. padding-top: 14px;
  46. }
  47. .gh_table th{
  48. font-weight: normal;
  49. color: #656565;
  50. border-bottom: 1px solid #cccccc;
  51. font-size: 1em;
  52. }
  53. .gh_table td.status{
  54. border-bottom: 1px solid #cccccc;
  55. font-size: 1em;
  56. padding:0 20px;
  57. }
  58. .gh_table td.status .error{
  59. color:#f66;
  60. }
  61. .gh_table td{
  62. font-size: 1em;
  63. }
  64. .gh_table_td_pname{
  65. border-bottom: none !important;
  66. }
  67. .gh_messages{
  68. font-size: 1em;
  69. color: #666;
  70. font-style: italic;
  71. }
  72. .form {
  73. margin:20px;
  74. background-color: #B9E6F0;
  75. padding: 20px;
  76. -moz-border-radius: 6px;
  77. -webkit-border-radius: 6px;
  78. -khtml-border-radius: 6px;
  79. border-radius: 6px;
  80. }
  81. .syncicon {
  82. cursor: pointer;
  83. width:16px;
  84. display:inline-block;
  85. background-image: url(../../../download/resources/com.atlassian.jira.plugins.jira-bitbucket-connector-plugin/images/info.png);
  86. background-repeat: no-repeat;
  87. }
  88. .syncicon.error {
  89. background-image: url(../../../download/resources/com.atlassian.jira.plugins.jira-bitbucket-connector-plugin/images/error.png);
  90. background-repeat: no-repeat;
  91. }
  92. .syncicon.running {
  93. background-image: url(../../../download/resources/com.atlassian.jira.plugins.jira-bitbucket-connector-plugin/images/working.gif);
  94. background-repeat: no-repeat;
  95. }
  96. .syncicon.finished {
  97. background-image: url(../../../download/resources/com.atlassian.jira.plugins.jira-bitbucket-connector-plugin/images/status-ok.png);
  98. background-repeat: no-repeat;
  99. }
  100. #postCommitServiceDetails{
  101. margin-bottom:20px;
  102. }
  103. /* Commit tabs styles */
  104. .CommitContainer {
  105. float: left;
  106. position: relative;
  107. width: 100%;
  108. }
  109. .CommitContainerMargin {
  110. margin: 5px 0 0 45px;
  111. }
  112. .ComiterImage {
  113. background: none repeat scroll 0 0 white;
  114. border: 1px solid #E7E7E7;
  115. left: 0;
  116. height: 32px;
  117. padding: 2px;
  118. position: absolute;
  119. width: 32px;
  120. }
  121. .CommiterBody {
  122. float: left;
  123. /*left: 10px;*/
  124. margin: 0;
  125. width: 100%;
  126. }
  127. .CommiterInfoPanel {
  128. }
  129. .CommitUser {
  130. color: #326CA6;
  131. float: left;
  132. font-size: 14px;
  133. font-weight: bold;
  134. margin-bottom: 10px;
  135. margin-right: 10px;
  136. padding-left: 5px;
  137. text-align: left;
  138. height: 19px;
  139. }
  140. .CommitingDate {
  141. color: #AEAEAE;
  142. float: left;
  143. margin-top: 2px;
  144. font-size: 12px;
  145. }
  146. .CommitPanel {
  147. background-color: #f7f7f7;
  148. border: 1px solid #DDDDDD;
  149. border-radius: 3px 3px 3px 3px;
  150. float: left;
  151. padding: 0;
  152. width: 100%;
  153. padding: 7px 7px 5px 5px;
  154. -moz-box-shadow: 1px 1px 1px 1px white inset;
  155. -webkit-box-shadow: 1px 1px 1px 1px white inset;
  156. box-shadow: 1px 1px 1px 1px white inset;
  157. }
  158. .CommitHeader {
  159. float: left;
  160. min-height: 41px;
  161. position: relative;
  162. width: 100%;
  163. }
  164. .CommitBody {
  165. background-color: #fefefe;
  166. border: 1px solid #DDDDDD;
  167. float: left;
  168. padding: 0 0 8px 0;
  169. position: relative;
  170. border-radius: 3px 3px 3px 3px;
  171. -moz-box-shadow: 1px 1px 1px 1px white, 1px 1px 1px 1px #F1F1F1 inset;
  172. -webkit-box-shadow: 1px 1px 1px 1px white, 1px 1px 1px 1px #F1F1F1 inset;
  173. box-shadow: 1px 1px 1px 1px white, 1px 1px 1px 1px #F1F1F1 inset;
  174. width: 100%;
  175. }
  176. .CommitBodyPadding {
  177. padding: 5px 10px 10px;
  178. }
  179. .CommitBodyUp {
  180. float: left;
  181. height: 20px;
  182. padding-top: 5px;
  183. }
  184. .CommitRows {
  185. float: left;
  186. position: relative;
  187. width: 100%;
  188. overflow-x: hidden;
  189. margin-top: 6px;
  190. padding-bottom: 1px;
  191. }
  192. .CommitCount {
  193. float: left;
  194. position: absolute;
  195. width: 80px;
  196. margin-top: 1px;
  197. }
  198. .CommitCountPlus {
  199. background-color: #CCFFCC;
  200. border-bottom: 1px solid #228822;
  201. border-left: 1px solid #228822;
  202. border-radius: 3px 0 0 3px;
  203. border-top: 1px solid #228822;
  204. color: #228822;
  205. float: left;
  206. font-size: 12px;
  207. height: 14px;
  208. text-align: center;
  209. width: 38px;
  210. }
  211. .CommitCountminus {
  212. background-color: #FFDDDD;
  213. border: 1px solid #E16161;
  214. border-radius: 0 3px 3px 0;
  215. color: #CC3333;
  216. float: left;
  217. font-size: 12px;
  218. height: 14px;
  219. text-align: center;
  220. width: 38px;
  221. }
  222. .CommitHrefDATA {
  223. color: #326CA6;
  224. float: left;
  225. margin-left: 85px;
  226. word-wrap: break-word;
  227. }
  228. .Text {
  229. color: #747474;
  230. margin-right: 165px;
  231. padding: 8px 0 5px 2px;
  232. font-size: 13px;
  233. }
  234. .CommitButton {
  235. background-color: #EEEEEE;
  236. background-image: url("../../../download/resources/com.atlassian.jira.plugins.jira-bitbucket-connector-plugin/images/newwindow.png");
  237. background-position: 130px 8px;
  238. background-repeat: no-repeat;
  239. border: 2px solid #DDDDDD;
  240. border-radius: 3px 3px 3px 3px;
  241. color: #326CA6;
  242. float: right;
  243. font-weight: bold;
  244. height: 30px;
  245. line-height: 31px;
  246. padding-left: 16px;
  247. position: absolute;
  248. right: 0;
  249. text-align: left;
  250. width: 140px;
  251. }
  252. .CommitButton:hover {
  253. background-color: #E3E3E3;
  254. border: 2px solid #AEAEAE;
  255. }
  256. .CommitCountAdded {
  257. background-color: #CCFFCC;
  258. border: 1px solid #228822;
  259. border-radius: 3px 3px 3px 3px;
  260. color: #228822;
  261. float: left;
  262. font-size: 12px;
  263. height: 14px;
  264. text-align: center;
  265. width: 76px;
  266. }
  267. .CommitCountRemoved {
  268. background-color: #FFDDDD;
  269. border: 1px solid #E16161;
  270. border-radius: 3px 3px 3px 3px;
  271. color: #CC3333;
  272. float: left;
  273. font-size: 12px;
  274. height: 14px;
  275. text-align: center;
  276. width: 76px;
  277. }
  278. .CommitBodyUpTitle {
  279. background-image: url("../../../download/resources/com.atlassian.jira.plugins.jira-bitbucket-connector-plugin/images/branch.png");
  280. background-repeat: no-repeat;
  281. float: left;
  282. height: 17px;
  283. line-height: 16px;
  284. margin-right: 5px;
  285. padding-left: 20px;
  286. color: #747474;
  287. }
  288. .CommitLeft .Title {
  289. color: #326CA6;
  290. float: left;
  291. font-size: 16px;
  292. font-weight: normal;
  293. height: 17px;
  294. line-height: 16px;
  295. margin-left: 10px;
  296. margin-right: 5px;
  297. margin-top: 15px;
  298. }
  299. .CommitLeft .Text {
  300. color: #326CA6;
  301. float: left;
  302. font-size: 16px;
  303. font-weight: normal;
  304. line-height: 16px;
  305. margin-left: 10px;
  306. margin-right: 5px;
  307. margin-top: 15px;
  308. }
  309. .CommiterInfoRow {
  310. background-image: url("../../../download/resources/com.atlassian.jira.plugins.jira-bitbucket-connector-plugin/images/bubblecorner.png");
  311. background-repeat: no-repeat;
  312. border-bottom: 1px solid #f7f7f7;
  313. height: 9px;
  314. margin-left: 12px;
  315. margin-top: 22px;
  316. position: absolute;
  317. width: 17px;
  318. }
  319. .message-container {
  320. border-bottom: 1px solid #EEEEEE;
  321. float: left;
  322. height: inherit;
  323. padding-bottom: 1.5em;
  324. width: 100%;
  325. border: none !important;
  326. }