Commit c5d532c5 by Scott

Add tooltip note styles

parent 555873bb
......@@ -184,6 +184,8 @@ h2 {font-size:22px; color:#c659ab; padding-top:12px; clear:both;}
.qa-form-wide-button {background:#f6f5f5 url(button-bg.png) repeat-x left top; border:1px solid #bfbfbf; color:#206b00; padding:4px 8px; text-transform:uppercase;}
.qa-form-wide-button:hover {background:#e8c6df url(button-hover-bg.png) repeat-x left top; border:1px solid #c1a0b9; color:#6a1b56; padding:4px 8px; text-transform:uppercase;}
.qa-form-tall-help, .qa-form-wide-help {display:inline-block; width:17px; height:17px; margin-left:4px; border-radius:17px; background-color:#6a1b56; color:#fff; font-size:10px; line-height:17px; text-align:center; cursor:help;}
/* Standard form (light version - buttons only) */
.qa-form-light-button {background:none; border:0; height:24px; cursor:pointer; padding:0; margin-right:6px; font-size:12px; text-align:left; overflow:visible;} /* overflow:visible for IE */
......
......@@ -180,6 +180,8 @@ h2 {font-size:16px; padding-top:12px; clear:both;}
.qa-form-wide-note {font-size:10px; margin-left:4px;}
.qa-form-wide-buttons {padding:8px; text-align:center;}
.qa-form-tall-help, .qa-form-wide-help {display:inline-block; width:16px; height:16px; margin-left:4px; border-radius:16px; background-color:#396e63; color:#fff; font-size:10px; line-height:16px; text-align:center; cursor:help;}
/* Standard form (light version - buttons only) */
.qa-form-light-button {background:none; border:1px solid #fff; cursor:pointer; padding:0; margin-right:6px; font-size:10px; overflow: visible;} /* overflow:visible for IE, 1px border needed for tooltips to work more reliably in IE */
......
......@@ -1422,6 +1422,20 @@ div.header-banner {
font-size: 14px;
}
.qa-form-tall-help, .qa-form-wide-help {
display: inline-block;
width: 18px;
height: 18px;
margin-left: 4px;
border-radius: 18px;
background-color: #0179b5;
color: #fff;
font-size: 11px;
line-height: 19px;
text-align: center;
cursor: help;
}
/* Standard form (light version - buttons only) */
.qa-form-light-button {
background: none;
......
......@@ -1938,6 +1938,20 @@ input[type="submit"], button {
line-height: 0;
}
.qa-form-tall-help, .qa-form-wide-help {
display: inline-block;
width: 18px;
height: 18px;
margin-left: 4px;
border-radius: 18px;
background-color: #3498db;
color: #fff;
font-size: 11px;
line-height: 18px;
text-align: center;
cursor: help;
}
.qa-ask-similar {
background-color: #ecf0f1;
padding: 10px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment