mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-02-08 16:09:40 +00:00
Merge branch 'master' into markdown
# Conflicts: # RIGS/static/css/print.css # RIGS/static/css/screen.css # RIGS/static/scss/screen.scss # RIGS/templates/RIGS/event_print_page.xml # RIGS/test_unit.py # requirements.txt
This commit is contained in:
@@ -54,7 +54,7 @@ textarea {
|
||||
max-width: 2em;
|
||||
}
|
||||
|
||||
.item_row .description {
|
||||
.item-description {
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
@@ -148,6 +148,51 @@ ins {
|
||||
}
|
||||
}
|
||||
|
||||
html.embedded{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
max-height: 100%;
|
||||
overflow: hidden;
|
||||
justify-content: center;
|
||||
|
||||
body{
|
||||
padding:0;
|
||||
width:100%;
|
||||
background:none;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.embed_container{
|
||||
border:5px solid #e9e9e9;
|
||||
padding:12px 0px;
|
||||
min-height:100%;
|
||||
width:100%;
|
||||
}
|
||||
|
||||
.source{
|
||||
background: url('/static/imgs/pyrigs-avatar.png') no-repeat;
|
||||
background-size: 16px 16px;
|
||||
padding-left: 20px;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
h3{
|
||||
margin-top:10px;
|
||||
margin-bottom:5px;
|
||||
}
|
||||
|
||||
p{
|
||||
margin-bottom:2px;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.event-mic-photo{
|
||||
max-width: 3em;
|
||||
}
|
||||
}
|
||||
|
||||
.markdown {
|
||||
h1 {
|
||||
font-size: $font-size-h1 * 0.75;
|
||||
|
||||
Reference in New Issue
Block a user