Fix missing static folder
Change-Id: Ib38208193b9928160399c627dfbee48eb3fd3116changes/50/122050/1 0.1
parent
c7777ee5d5
commit
cdd08e49d2
|
@ -37,6 +37,3 @@ nosetests.xml
|
|||
.pydevproject
|
||||
.idea
|
||||
.DS_Store
|
||||
mistraldashboard/local/local_settings.py
|
||||
mistraldashboard/local/.secret_key_store
|
||||
static
|
||||
|
|
|
@ -0,0 +1,19 @@
|
|||
.codeblock {
|
||||
position: relative;
|
||||
|
||||
.short {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.full {
|
||||
display: none;
|
||||
}
|
||||
|
||||
&:focus .short {
|
||||
display: none;
|
||||
}
|
||||
|
||||
&:focus .full {
|
||||
display: block;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue