Commit f9125908 by Őry Máté

webui: help style update

parent ba6a5c91
...@@ -316,13 +316,17 @@ body > footer { ...@@ -316,13 +316,17 @@ body > footer {
p { p {
margin-top: 20px; margin-top: 20px;
} }
p.teacher { .teacher {
background: #ddd; background: #ddd;
padding: 20px; padding: 20px;
border-left-width: 3px; border-left-width: 3px;
border-left-style: solid; border-left-style: solid;
border-left-color: #0b4599; border-left-color: #0b4599;
} }
.teacher + .teacher {
margin-top: 0;
padding-top: 0;
}
h4 { h4 {
margin: 0; margin: 0;
padding: 0; padding: 0;
......
...@@ -633,8 +633,8 @@ table { ...@@ -633,8 +633,8 @@ table {
.boxhelp-box { .boxhelp-box {
color:#000; color:#000;
position: absolute; position: absolute;
left: -100px;
width: 500px; width: 500px;
max-width: 100%;
z-index: 1000000; z-index: 1000000;
font-size: .7em; font-size: .7em;
background-color: #ffc; background-color: #ffc;
......
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 sign in to comment