You are here

acquia_lift.admin.css in Acquia Lift Connector 7

Same filename and directory in other branches
  1. 7.2 css/acquia_lift.admin.css
/* Acquia Lift options form administrative styles */
#edit-agent-basic-info-options-acquia-lift-decision-style .form-item-agent-basic-info-options-acquia-lift-decision-style {
    display: inline;
}
#edit-agent-basic-info-options-acquia-lift-decision-style .form-item-agent-basic-info-options-acquia-lift-decision-style label {
    margin-right: 10px;
}
/* added selector, decrerase-KO */
.personalize-in-context-link:before,
html.js div.ctools-dropdown a:before  { 
  content: "+";
  font-weight: bold; /* added bold -KO */
  display: inline-block;
  margin-right: .2em; 
  font-size: 1.6em; 
}
/* only need margin-right to push sibling away, adjusted width, min width, added inline block and v align to  all form items and labels -KO */
.acquia-lift-percentage-control .form-item {
  float: left;
  margin-right: 1em; 
  width: 20%; 
  min-width: 200px; 
  display: inline-block; 
  vertical-align: middle; 
}
.acquia-lift-percentage-control .form-item label {
  display: inline-block; 
  vertical-align: middle; 
  margin: 0;
  line-height: 2em; /* balances height of text field so the descriptions align to one another -KO */
}
.acquia-lift-percentage-control .form-item input {
  padding: 2px;
  margin: 0;
}
div.acquia-lift-percentage-rest { /* added selector -KO */
  display: inline-block; 
  vertical-align: middle; 
  margin: 0;
}
.acquia-lift-percentage-rest-label {
  display: inline-block;
  vertical-align: middle; 
  margin: 0;
  padding: 0;
  font-weight: bold;
  line-height: 2em; /* balances height of text field so the descriptions align to one another -KO */
}
.acquia-lift-percentage-rest-display {
  margin: 0 5px;
  vertical-align: middle; /* removes slight misalignment -KO */
}
.acquia-lift-toggle-text { /* removed float and margin because toggle was not discoverable -KO */
  display: inline-block;
  vertical-align: middle; 
  line-height: 2em; /* aligns toggle to the form items -KO */
}

#personalize-acquia-lift-reset {
  display: inline;
}

/* Reports */
.acquia-lift-report-filters div {
  float: left;
  margin-right: 10px;
}

.acquia-lift-report-section {
  margin: 25px 0;
}

.acquia-lift-report-section-title h2 {
  display: inline-block;
  margin-right: .5em; /* LTR */
  margin-bottom: 0;
}

.acquia-lift-report-section-title .acquia-lift-report-controls {
  padding-bottom: 10px;
}

#acquia-lift-overview-report .form-wrapper > div {
  float: left;
  margin-right: 1.4em;
}
#acquia-lift-overview-report .acquia-lift-overview-item {
  font-size: 1.4em;
  font-weight: bold;
  min-height: 24px;
}

/* Reporting: positive/negative indicators. */
#acquia-lift-experiment-report .acquia-lift-report-negative,
#acquia-lift-context-report .acquia-lift-report-negative,
#acquia-lift-stability-report .acquia-lift-report-negative,
#acquia-lift-overview-report .acquia-lift-report-negative .acquia-lift-overview-item,
#acquia-lift-experiment-report .acquia-lift-report-positive,
#acquia-lift-context-report .acquia-lift-report-positive,
#acquia-lift-stability-report .acquia-lift-report-positive,
#acquia-lift-overview-report .acquia-lift-report-positive .acquia-lift-overview-item {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 18px;
  padding-left: 20px;
}
#acquia-lift-experiment-report .acquia-lift-report-positive,
#acquia-lift-context-report .acquia-lift-report-positive,
#acquia-lift-stability-report .acquia-lift-report-positive,
#acquia-lift-overview-report .acquia-lift-report-positive .acquia-lift-overview-item {
  background-image: url(../images/85b200/confirm.png);
  background-image: url(../images/85b200/confirm.svg), none;
}
#acquia-lift-experiment-report .acquia-lift-report-negative,
#acquia-lift-context-report .acquia-lift-report-negative,
#acquia-lift-stability-report .acquia-lift-report-negative,
#acquia-lift-overview-report .acquia-lift-report-negative .acquia-lift-overview-item {
  background-image: url(../images/FF8000/alert.png);
  background-image: url(../images/FF8000/alert.svg), none;
}
#acquia-lift-overview-report .acquia-lift-report-negative .acquia-lift-overview-item,
#acquia-lift-overview-report .acquia-lift-report-positive .acquia-lift-overview-item {
  background-position: left top;
}
#acquia-lift-overview-report .acquia-lift-report-positive .acquia-lift-overview-item {
  color: #85B200;
}
#acquia-lift-overview-report .acquia-lift-report-negative .acquia-lift-overview-item {
  color: #F7941F;
}

#acquia-lift-context-report td.acquia-lift-report-positive,
#acquia-lift-experiment-report-data td.acquia-lift-report-positive,
#acquia-lift-stability-report-data td.acquia-lift-report-positive {
  color: #85B200;
  font-weight: bold;
}

/* Reporting: content variation special indicators */
#acquia-lift-context-report td.acquia-lift-context-best .acquia-lift-best {
  background-image: url(../images/85b200/confirm.png);
  background-image: url(../images/85b200/confirm.svg), none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: right;
  background-size: 18px;
  float: right;
  padding-right: 20px;
}

tr.acquia-lift-report-control {
  background-color: #FAFAEA;
}

/* Reporting: Report heading */
.acquia-lift-report-summary {
  font-style: italic;
}
/* Reporting: Distribution labels */
.acquia-lift-distribution {
  width: 350px;
  font-size: smaller;
}
.acquia-lift-distribution .distribution-set {
  float: left;
}
.acquia-lift-distribution .distribution-rest {
  float: right;
}
.acquia-lift-distribution .distribution-graphic {
  clear: both;
  width: 100%;
  height: .4em;
  background-color: #C961AF;
}
.acquia-lift-distribution .distribution-graphic .fill {
  height: 100%;
  background-color: #85B200;
}

#acquia-lift-experiment-report .acquia-lift-distribution .distribution-graphic {
  background-color: #999;
}
#acquia-lift-experiment-report .acquia-lift-distribution .distribution-rest {
  color: #999;
}
/* Reporting: Header summary */
.acquia-lift-report-header-summary {
  float: left;
}
/* Reporting: Context select */
.acquia-lift-report-controls {
  float: right;
}
.acquia-lift-report-controls .form-type-select label {
  margin: 0;
  display: inline;
}

/* Reporting: High-low goal value display */
.acquia-lift-hilo-estimate {
  width: 200px;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  height: 24px;
}
.acquia-lift-hilo-estimate .acquia-lift-hilo-background {
  background-color: #999;
  height: 1px;
  vertical-align: middle;
  position: relative;
  top: 12px;
}
.acquia-lift-hilo-estimate .acquia-lift-hilo-bounds {
  height: 5px;
  overflow: visible;
  background-color: #2FA6E5;
  position: relative;
  top: -2px;
  display: inline-block;
}
.acquia-lift-hilo-estimate .acquia-lift-estimate {
  width: 100%;
  text-align: center;
}
.acquia-lift-hilo-estimate .acquia-lift-badge {
  position: relative;
  background: white;
  display: inline-block;
  border-radius: 10px;
  border: 1px solid #2FA6E5;
  padding: 2px 4px;
  font-weight: bold;
}
.acquia-lift-hilo-estimate .acquia-lift-badge {
  top: -12px;
}

/* Reporting: Static bar graphs to show percentage */
.acquia-lift-graph-level-0,
.acquia-lift-graph-level-1,
.acquia-lift-graph-level-2,
.acquia-lift-graph-level-3,
.acquia-lift-graph-level-4,
.acquia-lift-graph-level-5 {
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
}
.acquia-lift-graph-level-0 {
  background-image: url('../images/graph-0.png');
}
.acquia-lift-graph-level-1 {
  background-image: url('../images/graph-1.png');
}
.acquia-lift-graph-level-2 {
  background-image: url('../images/graph-2.png');
}
.acquia-lift-graph-level-3 {
  background-image: url('../images/graph-3.png');
}
.acquia-lift-graph-level-4 {
  background-image: url('../images/graph-4.png');
}
.acquia-lift-graph-level-5 {
  background-image: url('../images/graph-5.png');
}

/* Acquia Lift configuration form */
.acquia-lift-config-minimum-runtime {
    clear: both;
    margin-bottom: .5em;
    width: 100%;
    display: inline-block;
}
.acquia-lift-config-minimum-runtime div.form-item {
    float: left;
    padding-top: 1px;
    padding-bottom: 5px;
    margin-bottom: 0px;
    padding-right: 10px;
}

.acquia-lift-config-minimum-runtime div.description {
    clear: both;
}

File

css/acquia_lift.admin.css
View source
  1. /* Acquia Lift options form administrative styles */
  2. #edit-agent-basic-info-options-acquia-lift-decision-style .form-item-agent-basic-info-options-acquia-lift-decision-style {
  3. display: inline;
  4. }
  5. #edit-agent-basic-info-options-acquia-lift-decision-style .form-item-agent-basic-info-options-acquia-lift-decision-style label {
  6. margin-right: 10px;
  7. }
  8. /* added selector, decrerase-KO */
  9. .personalize-in-context-link:before,
  10. html.js div.ctools-dropdown a:before {
  11. content: "+";
  12. font-weight: bold; /* added bold -KO */
  13. display: inline-block;
  14. margin-right: .2em;
  15. font-size: 1.6em;
  16. }
  17. /* only need margin-right to push sibling away, adjusted width, min width, added inline block and v align to all form items and labels -KO */
  18. .acquia-lift-percentage-control .form-item {
  19. float: left;
  20. margin-right: 1em;
  21. width: 20%;
  22. min-width: 200px;
  23. display: inline-block;
  24. vertical-align: middle;
  25. }
  26. .acquia-lift-percentage-control .form-item label {
  27. display: inline-block;
  28. vertical-align: middle;
  29. margin: 0;
  30. line-height: 2em; /* balances height of text field so the descriptions align to one another -KO */
  31. }
  32. .acquia-lift-percentage-control .form-item input {
  33. padding: 2px;
  34. margin: 0;
  35. }
  36. div.acquia-lift-percentage-rest { /* added selector -KO */
  37. display: inline-block;
  38. vertical-align: middle;
  39. margin: 0;
  40. }
  41. .acquia-lift-percentage-rest-label {
  42. display: inline-block;
  43. vertical-align: middle;
  44. margin: 0;
  45. padding: 0;
  46. font-weight: bold;
  47. line-height: 2em; /* balances height of text field so the descriptions align to one another -KO */
  48. }
  49. .acquia-lift-percentage-rest-display {
  50. margin: 0 5px;
  51. vertical-align: middle; /* removes slight misalignment -KO */
  52. }
  53. .acquia-lift-toggle-text { /* removed float and margin because toggle was not discoverable -KO */
  54. display: inline-block;
  55. vertical-align: middle;
  56. line-height: 2em; /* aligns toggle to the form items -KO */
  57. }
  58. #personalize-acquia-lift-reset {
  59. display: inline;
  60. }
  61. /* Reports */
  62. .acquia-lift-report-filters div {
  63. float: left;
  64. margin-right: 10px;
  65. }
  66. .acquia-lift-report-section {
  67. margin: 25px 0;
  68. }
  69. .acquia-lift-report-section-title h2 {
  70. display: inline-block;
  71. margin-right: .5em; /* LTR */
  72. margin-bottom: 0;
  73. }
  74. .acquia-lift-report-section-title .acquia-lift-report-controls {
  75. padding-bottom: 10px;
  76. }
  77. #acquia-lift-overview-report .form-wrapper > div {
  78. float: left;
  79. margin-right: 1.4em;
  80. }
  81. #acquia-lift-overview-report .acquia-lift-overview-item {
  82. font-size: 1.4em;
  83. font-weight: bold;
  84. min-height: 24px;
  85. }
  86. /* Reporting: positive/negative indicators. */
  87. #acquia-lift-experiment-report .acquia-lift-report-negative,
  88. #acquia-lift-context-report .acquia-lift-report-negative,
  89. #acquia-lift-stability-report .acquia-lift-report-negative,
  90. #acquia-lift-overview-report .acquia-lift-report-negative .acquia-lift-overview-item,
  91. #acquia-lift-experiment-report .acquia-lift-report-positive,
  92. #acquia-lift-context-report .acquia-lift-report-positive,
  93. #acquia-lift-stability-report .acquia-lift-report-positive,
  94. #acquia-lift-overview-report .acquia-lift-report-positive .acquia-lift-overview-item {
  95. background-color: transparent;
  96. background-repeat: no-repeat;
  97. background-position: left center;
  98. background-size: 18px;
  99. padding-left: 20px;
  100. }
  101. #acquia-lift-experiment-report .acquia-lift-report-positive,
  102. #acquia-lift-context-report .acquia-lift-report-positive,
  103. #acquia-lift-stability-report .acquia-lift-report-positive,
  104. #acquia-lift-overview-report .acquia-lift-report-positive .acquia-lift-overview-item {
  105. background-image: url(../images/85b200/confirm.png);
  106. background-image: url(../images/85b200/confirm.svg), none;
  107. }
  108. #acquia-lift-experiment-report .acquia-lift-report-negative,
  109. #acquia-lift-context-report .acquia-lift-report-negative,
  110. #acquia-lift-stability-report .acquia-lift-report-negative,
  111. #acquia-lift-overview-report .acquia-lift-report-negative .acquia-lift-overview-item {
  112. background-image: url(../images/FF8000/alert.png);
  113. background-image: url(../images/FF8000/alert.svg), none;
  114. }
  115. #acquia-lift-overview-report .acquia-lift-report-negative .acquia-lift-overview-item,
  116. #acquia-lift-overview-report .acquia-lift-report-positive .acquia-lift-overview-item {
  117. background-position: left top;
  118. }
  119. #acquia-lift-overview-report .acquia-lift-report-positive .acquia-lift-overview-item {
  120. color: #85B200;
  121. }
  122. #acquia-lift-overview-report .acquia-lift-report-negative .acquia-lift-overview-item {
  123. color: #F7941F;
  124. }
  125. #acquia-lift-context-report td.acquia-lift-report-positive,
  126. #acquia-lift-experiment-report-data td.acquia-lift-report-positive,
  127. #acquia-lift-stability-report-data td.acquia-lift-report-positive {
  128. color: #85B200;
  129. font-weight: bold;
  130. }
  131. /* Reporting: content variation special indicators */
  132. #acquia-lift-context-report td.acquia-lift-context-best .acquia-lift-best {
  133. background-image: url(../images/85b200/confirm.png);
  134. background-image: url(../images/85b200/confirm.svg), none;
  135. background-color: transparent;
  136. background-repeat: no-repeat;
  137. background-position: right;
  138. background-size: 18px;
  139. float: right;
  140. padding-right: 20px;
  141. }
  142. tr.acquia-lift-report-control {
  143. background-color: #FAFAEA;
  144. }
  145. /* Reporting: Report heading */
  146. .acquia-lift-report-summary {
  147. font-style: italic;
  148. }
  149. /* Reporting: Distribution labels */
  150. .acquia-lift-distribution {
  151. width: 350px;
  152. font-size: smaller;
  153. }
  154. .acquia-lift-distribution .distribution-set {
  155. float: left;
  156. }
  157. .acquia-lift-distribution .distribution-rest {
  158. float: right;
  159. }
  160. .acquia-lift-distribution .distribution-graphic {
  161. clear: both;
  162. width: 100%;
  163. height: .4em;
  164. background-color: #C961AF;
  165. }
  166. .acquia-lift-distribution .distribution-graphic .fill {
  167. height: 100%;
  168. background-color: #85B200;
  169. }
  170. #acquia-lift-experiment-report .acquia-lift-distribution .distribution-graphic {
  171. background-color: #999;
  172. }
  173. #acquia-lift-experiment-report .acquia-lift-distribution .distribution-rest {
  174. color: #999;
  175. }
  176. /* Reporting: Header summary */
  177. .acquia-lift-report-header-summary {
  178. float: left;
  179. }
  180. /* Reporting: Context select */
  181. .acquia-lift-report-controls {
  182. float: right;
  183. }
  184. .acquia-lift-report-controls .form-type-select label {
  185. margin: 0;
  186. display: inline;
  187. }
  188. /* Reporting: High-low goal value display */
  189. .acquia-lift-hilo-estimate {
  190. width: 200px;
  191. border-left: 1px solid #999;
  192. border-right: 1px solid #999;
  193. height: 24px;
  194. }
  195. .acquia-lift-hilo-estimate .acquia-lift-hilo-background {
  196. background-color: #999;
  197. height: 1px;
  198. vertical-align: middle;
  199. position: relative;
  200. top: 12px;
  201. }
  202. .acquia-lift-hilo-estimate .acquia-lift-hilo-bounds {
  203. height: 5px;
  204. overflow: visible;
  205. background-color: #2FA6E5;
  206. position: relative;
  207. top: -2px;
  208. display: inline-block;
  209. }
  210. .acquia-lift-hilo-estimate .acquia-lift-estimate {
  211. width: 100%;
  212. text-align: center;
  213. }
  214. .acquia-lift-hilo-estimate .acquia-lift-badge {
  215. position: relative;
  216. background: white;
  217. display: inline-block;
  218. border-radius: 10px;
  219. border: 1px solid #2FA6E5;
  220. padding: 2px 4px;
  221. font-weight: bold;
  222. }
  223. .acquia-lift-hilo-estimate .acquia-lift-badge {
  224. top: -12px;
  225. }
  226. /* Reporting: Static bar graphs to show percentage */
  227. .acquia-lift-graph-level-0,
  228. .acquia-lift-graph-level-1,
  229. .acquia-lift-graph-level-2,
  230. .acquia-lift-graph-level-3,
  231. .acquia-lift-graph-level-4,
  232. .acquia-lift-graph-level-5 {
  233. background-repeat: no-repeat;
  234. background-position: left center;
  235. padding-left: 30px;
  236. }
  237. .acquia-lift-graph-level-0 {
  238. background-image: url('../images/graph-0.png');
  239. }
  240. .acquia-lift-graph-level-1 {
  241. background-image: url('../images/graph-1.png');
  242. }
  243. .acquia-lift-graph-level-2 {
  244. background-image: url('../images/graph-2.png');
  245. }
  246. .acquia-lift-graph-level-3 {
  247. background-image: url('../images/graph-3.png');
  248. }
  249. .acquia-lift-graph-level-4 {
  250. background-image: url('../images/graph-4.png');
  251. }
  252. .acquia-lift-graph-level-5 {
  253. background-image: url('../images/graph-5.png');
  254. }
  255. /* Acquia Lift configuration form */
  256. .acquia-lift-config-minimum-runtime {
  257. clear: both;
  258. margin-bottom: .5em;
  259. width: 100%;
  260. display: inline-block;
  261. }
  262. .acquia-lift-config-minimum-runtime div.form-item {
  263. float: left;
  264. padding-top: 1px;
  265. padding-bottom: 5px;
  266. margin-bottom: 0px;
  267. padding-right: 10px;
  268. }
  269. .acquia-lift-config-minimum-runtime div.description {
  270. clear: both;
  271. }