popup.css 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  1. /* angular */
  2. .ng-hide {
  3. display: none !important;
  4. }
  5. /* helpers */
  6. .clear-padding {
  7. padding: 0 !important;
  8. }
  9. /* basic */
  10. a[role="button"] {
  11. cursor: pointer;
  12. }
  13. .form-control.ng-invalid {
  14. border-color: #a94442;
  15. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  16. }
  17. .form-control.ng-invalid:hover {
  18. border-color: #843534;
  19. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  20. }
  21. .disabled .btn {
  22. background-color: #ddd !important;
  23. border-color: #ccc !important;
  24. cursor: not-allowed !important;
  25. pointer-events: none !important;
  26. opacity: .65 !important;
  27. box-shadow: none !important;
  28. }
  29. /* profile */
  30. .virtual-profile-icon {
  31. border: dotted 1px;
  32. margin: -1px;
  33. }
  34. .profile-inline {
  35. background-color: #eee;
  36. color: #333;
  37. padding: 0 5px;
  38. }
  39. /* omega-profile-select */
  40. .omega-profile-select {
  41. width: 100%;
  42. }
  43. .omega-profile-select .dropdown-menu > li > a {
  44. max-width: none !important;
  45. }
  46. .omega-profile-select .btn {
  47. width: 100%;
  48. display: block;
  49. text-align: left;
  50. text-align: initial;
  51. position: relative;
  52. padding-right: 25px;
  53. }
  54. .omega-profile-select .btn .caret {
  55. position: absolute;
  56. top: 50%;
  57. right: 12px;
  58. margin-top: -2px;
  59. vertical-align: middle;
  60. }
  61. .omega-profile-select .dropdown-menu {
  62. width: 100%;
  63. cursor: pointer;
  64. }
  65. .monospace {
  66. font-family: Menlo, Monaco, Consolas, "Courier New", monospace !important;
  67. }
  68. /* popup */
  69. body {
  70. margin: 0;
  71. padding: 0;
  72. min-width: 180px;
  73. }
  74. .condition-form {
  75. min-width: 360px;
  76. }
  77. .nav {
  78. margin-bottom: 0;
  79. }
  80. li > a {
  81. text-overflow: ellipsis;
  82. overflow: hidden;
  83. max-width: 20em;
  84. }
  85. .shortcut-help {
  86. font-family: Menlo, Monaco, Consolas, "Courier New", monospace !important;
  87. border: solid 1px #000;
  88. border-radius: 2px;
  89. display: inline-block;
  90. color: #000;
  91. box-shadow: 1px 1px;
  92. width: 1em;
  93. height: 1em;
  94. line-height: 1em;
  95. text-align: center;
  96. margin-top: -3px;
  97. }
  98. .nav-pills.nav-stacked > li > a {
  99. padding: 5px 25px 5px 8px;
  100. white-space: nowrap;
  101. cursor: pointer;
  102. }
  103. .nav-pills.nav-stacked > li > a .glyphicon {
  104. margin-right: 6px;
  105. }
  106. .nav-pills.nav-stacked > li > a.profile-with-default-edit {
  107. padding-right: 32px;
  108. position: relative;
  109. }
  110. .nav-pills.nav-stacked > li > a.profile-with-default-edit .dropdown-toggle {
  111. margin: -5px 0;
  112. color: inherit;
  113. padding: 5px 8px 3px;
  114. min-width: 20px;
  115. position: absolute;
  116. right: 0;
  117. }
  118. .nav-pills.nav-stacked > li > a.profile-with-default-edit .dropdown-toggle .glyphicon {
  119. margin-right: 0;
  120. }
  121. .nav-pills.nav-stacked > li.active .dropdown-toggle {
  122. border-color: transparent !important;
  123. border-left: solid 1px !important;
  124. background: none !important;
  125. border-radius: 0 !important;
  126. }
  127. .divider {
  128. height: 1px;
  129. overflow: hidden;
  130. background-color: #E5E5E5;
  131. }
  132. .temp-rule a {
  133. padding-left: 8px !important;
  134. box-shadow: none !important;
  135. }
  136. li .dropdown-menu {
  137. position: static;
  138. top: initial;
  139. top: -moz-initial;
  140. margin: 0 5px !important;
  141. float: none;
  142. }
  143. li .dropdown-menu a {
  144. cursor: pointer;
  145. }
  146. .current-domain {
  147. color: #08C;
  148. }
  149. select,
  150. textarea,
  151. input {
  152. margin-bottom: 0px !important;
  153. }
  154. form {
  155. margin: 10px;
  156. }
  157. legend,
  158. .well {
  159. margin-bottom: 10px;
  160. }
  161. .well {
  162. padding: 10px;
  163. }
  164. .condition-controls .btn-primary,
  165. .proxy-not-controllable-controls .btn-primary {
  166. float: right;
  167. }
  168. .external-profile a {
  169. padding-right: 10px !important;
  170. }
  171. .external-profile form {
  172. margin: 0;
  173. padding: 0;
  174. display: inline-block;
  175. }
  176. .external-profile .form-control {
  177. display: inline-block;
  178. padding: 0;
  179. height: 2em;
  180. width: calc(100% - 1em - 8px);
  181. }
  182. .proxy-not-controllable {
  183. min-width: 400px;
  184. padding: 10px 10px;
  185. }
  186. .proxy-not-controllable .proxy-not-controllable-controls {
  187. margin-bottom: 0;
  188. }
  189. .request-info-details {
  190. min-width: 360px;
  191. }