forked from enviPath/enviPy
Compare commits
2 Commits
hotfix/log
...
refactor/h
| Author | SHA1 | Date | |
|---|---|---|---|
| 53fc91acf5 | |||
| 34aed2c7aa |
@ -1,6 +1,5 @@
|
||||
{% extends "framework.html" %}
|
||||
{% load static %}
|
||||
{% load envipytags %}
|
||||
{% block content %}
|
||||
<div class="panel-group" id="reviewListAccordion">
|
||||
<div class="panel panel-default">
|
||||
|
||||
@ -113,7 +113,7 @@
|
||||
|
||||
{# License - inside paper if present #}
|
||||
{% if meta.url_contains_package and meta.current_package.license %}
|
||||
<div class="collapse-arrow bg-base-200 collapse p-8">
|
||||
<div class="collapse-arrow bg-base-200 collapse m-8">
|
||||
<input type="checkbox" checked />
|
||||
<div class="collapse-title text-xl font-medium">License</div>
|
||||
<div class="collapse-content">
|
||||
|
||||
@ -27,7 +27,7 @@
|
||||
class="dropdown-content menu bg-base-100 rounded-box z-1 w-52 p-2 shadow-sm"
|
||||
>
|
||||
<li>
|
||||
<a href="{{ meta.server_url }}/package" id="packageLink">Package</a>
|
||||
<a href="{{ meta.server_url }}/Package" id="packageLink">Package</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{{ meta.server_url }}/pathway" id="pathwayLink">Pathway</a>
|
||||
|
||||
@ -3,31 +3,12 @@
|
||||
{% block title %}enviPath - Sign In{% endblock %}
|
||||
|
||||
{% block extra_styles %}
|
||||
<style>
|
||||
/* Tab styling */
|
||||
.tab-content {
|
||||
display: none;
|
||||
}
|
||||
.tab-content.active {
|
||||
display: block;
|
||||
}
|
||||
input[type="radio"].tab-radio {
|
||||
display: none;
|
||||
}
|
||||
.tab-label {
|
||||
cursor: pointer;
|
||||
padding: 0.75rem 1.5rem;
|
||||
border-bottom: 2px solid transparent;
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
.tab-label:hover {
|
||||
background-color: rgba(0, 0, 0, 0.05);
|
||||
}
|
||||
input[type="radio"].tab-radio:checked + .tab-label {
|
||||
border-bottom-color: #3b82f6;
|
||||
font-weight: 600;
|
||||
}
|
||||
</style>
|
||||
/* Tab styling */ .tab-content { display: none; } .tab-content.active {
|
||||
display: block; } input[type="radio"].tab-radio { display: none; } .tab-label
|
||||
{ cursor: pointer; padding: 0.75rem 1.5rem; border-bottom: 2px solid
|
||||
transparent; transition: all 0.3s ease; } .tab-label:hover { background-color:
|
||||
rgba(0, 0, 0, 0.05); } input[type="radio"].tab-radio:checked + .tab-label {
|
||||
border-bottom-color: #3b82f6; font-weight: 600; }
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
@ -18,8 +18,6 @@
|
||||
rel="stylesheet"
|
||||
type="text/css"
|
||||
/>
|
||||
|
||||
{% block extra_styles %}{% endblock %}
|
||||
</head>
|
||||
<body class="bg-base-100">
|
||||
<div class="flex h-screen">
|
||||
|
||||
Reference in New Issue
Block a user