summaryrefslogtreecommitdiff
path: root/css/codeq/hint.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/codeq/hint.css')
-rw-r--r--css/codeq/hint.css23
1 files changed, 10 insertions, 13 deletions
diff --git a/css/codeq/hint.css b/css/codeq/hint.css
index 05bd970..803479f 100644
--- a/css/codeq/hint.css
+++ b/css/codeq/hint.css
@@ -18,7 +18,8 @@ a.hint-static-link {
cursor: pointer;
}
-.hint-static img {
+div.hint-static img {
+ max-height: 12em;
max-width: 80%;
/* center img trick */
display: block;
@@ -26,22 +27,18 @@ a.hint-static-link {
margin-right: auto;
}
-.hints > div {
- border: 1px solid gray;
- border-radius: 4px;
- margin-bottom: 0.5em;
+div.hints > div.feedback {
+ border-top: 1px solid gray;
+ margin-bottom: 1.5em;
margin-top: 0.5em;
- opacity: 0.8;
- padding: 0.5em;
}
-
-.hints > div:first-child {
- border: 2px solid black;
- opacity: 1;
+div.hints > div.feedback:first-child {
+ border-top: none;
}
-.hints > div:hover {
- opacity: 1;
+div.hints > div.feedback > div {
+ margin-bottom: 0.5em;
+ margin-top: 0.5em;
}
.popup-hint > :last-child {