A search engine for MMP's eASLRB.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
asl-rulebook2/asl_rulebook2/webapp/static/css/MainApp.css

19 lines
621 B

#main-app { width: 100% ; height: 100% ; display: flex ; }
/* splitter */
#nav { min-width: 410px ; }
#content { flex-grow: 1 ; min-width: 500px ; }
#main-app .gutter.gutter-horizontal { cursor: ew-resize ; background: #ccc ; }
#watermark {
position: absolute ; right: -25px ; bottom: 2px;
width: 208px ; height: 219px ;
background: url(../images/watermark.png) left bottom no-repeat ; background-size: 100% ;
opacity: 0 ; z-index: -99 ;
transition: opacity 10s ;
}
#startup-tasks-loading {
position: absolute ; right: 2px ; bottom: 4px ;
height: 20px ; opacity: 0.4 ;
display: none ;
}