Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions templates/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
border: none;
box-shadow: var(--shadow-lg);
border-radius: 8px;
padding: 8px;
margin-top: 8px;
padding: 4px;
margin-top: 4px;
}

.dropdown-item {
Expand All @@ -81,16 +81,16 @@

/* Content area */
.content {
padding-top: 60px;
margin-bottom: 32px;
min-height: calc(100vh - 120px);
padding-top: 50px;
margin-bottom: 16px;
min-height: calc(100vh - 80px);
}

/* Footer */
.footer {
background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-light) 100%);
box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
padding: 8px 16px;
padding: 4px 8px;
}

/* Password change modal */
Expand All @@ -104,7 +104,7 @@
.cp-form input {
border-radius: 8px;
border: 1px solid var(--border-color) !important;
padding: 10px 12px;
padding: 6px 8px;
transition: all 0.2s ease;
}

Expand Down Expand Up @@ -253,12 +253,12 @@
<h5><t9n>[RU]Смена пароля[EN]Password change</t9n></h5>
</div>
<div id="pwdchangemsg" class="alert w-100" style="display: none;"></div>
<label for="old-pwd" class="mb-2 font-weight-medium"><t9n>[RU]Действующий пароль[EN]Current password</t9n></label>
<input type="password" id="old-pwd" class="form-control mb-3">
<label for="new-pwd" class="mb-2 font-weight-medium"><t9n>[RU]Новый пароль[EN]New password</t9n></label>
<input type="password" id="new-pwd" class="form-control mb-3">
<label for="new-again" class="mb-2 font-weight-medium"><t9n>[RU]Повторите пароль[EN]Repeat password</t9n></label>
<input type="password" id="new-again" class="form-control mb-3">
<label for="old-pwd" class="mb-1 font-weight-medium"><t9n>[RU]Действующий пароль[EN]Current password</t9n></label>
<input type="password" id="old-pwd" class="form-control mb-2">
<label for="new-pwd" class="mb-1 font-weight-medium"><t9n>[RU]Новый пароль[EN]New password</t9n></label>
<input type="password" id="new-pwd" class="form-control mb-2">
<label for="new-again" class="mb-1 font-weight-medium"><t9n>[RU]Повторите пароль[EN]Repeat password</t9n></label>
<input type="password" id="new-again" class="form-control mb-2">
<div class="row pt-3">
<div class="col-12 text-center">
<span><img class="wait-toggle" style="display:none;" src="/i/ajax.gif"></span>
Expand Down
12 changes: 6 additions & 6 deletions templates/object.html
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,8 @@
background-color: var(--surface);
border-radius: 8px;
box-shadow: var(--shadow-sm);
padding: 12px 16px;
margin-bottom: 16px;
padding: 2px;
margin: 0;
}

.breadcrumb-item a {
Expand All @@ -244,12 +244,12 @@
background-color: var(--surface);
border-radius: 8px;
box-shadow: var(--shadow-sm);
padding: 12px 16px;
margin-bottom: 16px;
padding: 4px 8px;
margin-bottom: 8px;
}

.controls-left a {
padding: 8px 12px !important;
padding: 4px 6px !important;
border-radius: 6px;
transition: all 0.2s ease;
display: inline-flex;
Expand Down Expand Up @@ -286,7 +286,7 @@
font-weight: 600;
color: var(--text-primary);
border-color: var(--border-color) !important;
padding: 12px 8px !important;
padding: 4px 8px !important;
}

.table td {
Expand Down