Browse Source

css for help popup

master
Maxime Wack 7 years ago
parent
commit
454bd58340
1 changed files with 13 additions and 1 deletions
  1. +13
    -1
      css/cim10.css

+ 13
- 1
css/cim10.css View File

@@ -48,7 +48,7 @@ body
font-size: 150%;
padding: .5em;
margin: 1em;
width: 80%;
width: 60%;
}

.tree li
@@ -77,3 +77,15 @@ body
color: #444;
font-weight: normal;
}

div#help
{
position:fixed;
right:2%;
top:5%;
width:40%;
padding:1em;

border-radius:10px;
background-color:rgba(160, 20, 200, .7);
}

Loading…
Cancel
Save