Compare commits
2 commits
c2ed4b9cc2
...
b81648cdc8
Author | SHA1 | Date | |
---|---|---|---|
b81648cdc8 | |||
83efe094b8 |
2 changed files with 3 additions and 3 deletions
|
@ -168,7 +168,7 @@ form {
|
|||
margin: 2px;
|
||||
padding: 2px;
|
||||
|
||||
&[data-selected="false"] { opacity: 0.5; }
|
||||
&[data-selected="false"] { opacity: 0.7; }
|
||||
}
|
||||
|
||||
/* Šipky na posouvání korektur */
|
||||
|
|
|
@ -3,9 +3,9 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<link rel="stylesheet" title="opraf-css" type="text/css" media="screen, projection" href="{% static "korektury/opraf.css"%}" />
|
||||
<link rel="stylesheet" title="opraf-css" type="text/css" media="screen, projection" href="{% static "korektury/opraf.css"%}?version=1" />
|
||||
<link href="{% static 'css/rozliseni.css' %}?version=1" rel="stylesheet">
|
||||
<script src="{% static "korektury/opraf.js"%}"></script>
|
||||
<script src="{% static "korektury/opraf.js"%}?version=1"></script>
|
||||
<title>Korektury {{pdf.nazev}}</title>
|
||||
</head>
|
||||
<body class="{{ LOCAL_TEST_PROD }}web" data-status="{{ pdf.status }}" onload='place_comments()'>
|
||||
|
|
Loading…
Reference in a new issue