mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-02-12 07:48:40 +00:00
bug fixes
This commit is contained in:
parent
138033b344
commit
db9e9eff65
2
.github/workflows/greetings.yml
vendored
2
.github/workflows/greetings.yml
vendored
|
|
@ -9,5 +9,5 @@ jobs:
|
||||||
- uses: actions/first-interaction@v1
|
- uses: actions/first-interaction@v1
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
issue-message: 'Thank you for createing this issue. We will check it as soon as possible.'
|
issue-message: 'Thank you for creating this issue. We will check it as soon as possible.'
|
||||||
pr-message: 'Thank you for your pull request. We will check it as soon as possible.'
|
pr-message: 'Thank you for your pull request. We will check it as soon as possible.'
|
||||||
|
|
|
||||||
|
|
@ -69,7 +69,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.more-container {
|
.more-container {
|
||||||
> label {
|
label.more {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
|
@ -77,6 +77,7 @@
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: var(--link-c);
|
color: var(--link-c);
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
.expand {
|
.expand {
|
||||||
transition: all .3s ease;
|
transition: all .3s ease;
|
||||||
|
|
@ -92,10 +93,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
> input {
|
input {
|
||||||
display: none;
|
display: none;
|
||||||
&:checked {
|
&:checked {
|
||||||
+ label {
|
+ label.more {
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
|
|
||||||
|
|
@ -105,13 +106,13 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
~ div {
|
~ div.more {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
> div {
|
div.more {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -25,8 +25,7 @@
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 50px;
|
top: 50px;
|
||||||
left: 50px;
|
left: 50px;
|
||||||
width: 800px;
|
padding: 1rem;
|
||||||
height: 600px;
|
|
||||||
border: 3px solid var(--bborder); // 3px due to scale
|
border: 3px solid var(--bborder); // 3px due to scale
|
||||||
background: var(--box-bg);
|
background: var(--box-bg);
|
||||||
transform: scale(0.3333);
|
transform: scale(0.3333);
|
||||||
|
|
|
||||||
|
|
@ -159,6 +159,7 @@ iframe {
|
||||||
|
|
||||||
.cT {
|
.cT {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.f-w {
|
.f-w {
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// @todo remove content from this file when implemented
|
// @todo remove content from this file when implemented
|
||||||
|
|
||||||
thead td label, .portlet-head .inputWrapper, .portlet-head > .g-icon {
|
thead td label, .portlet-head > .g-icon {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -63,6 +63,10 @@ div.sticky, section.sticky {
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
|
||||||
|
p {
|
||||||
|
font-size: .9rem;
|
||||||
|
}
|
||||||
|
|
||||||
> *:not(label) {
|
> *:not(label) {
|
||||||
flex: 0 1 auto;
|
flex: 0 1 auto;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -18,6 +18,7 @@
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
|
overflow-y: hidden;
|
||||||
|
|
||||||
.inner {
|
.inner {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
4
tab.scss
4
tab.scss
|
|
@ -8,7 +8,7 @@
|
||||||
color: var(--default-c);
|
color: var(--default-c);
|
||||||
padding: 5px 0 0 0;
|
padding: 5px 0 0 0;
|
||||||
|
|
||||||
label {
|
label, a {
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
@ -125,7 +125,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab-links {
|
.tab-links {
|
||||||
label {
|
label, a {
|
||||||
padding: 5px 10px 5px 10px;
|
padding: 5px 10px 5px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xs-12">
|
<div class="col-xs-12">
|
||||||
<div class="portlet">
|
<section class="portlet">
|
||||||
<div class="portlet-head">
|
<div class="portlet-head">
|
||||||
External Edit
|
External Edit
|
||||||
<?php include __DIR__ . '/helper/additional-functions.tpl.php'; ?>
|
<?php include __DIR__ . '/helper/additional-functions.tpl.php'; ?>
|
||||||
|
|
@ -240,7 +240,7 @@
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
@ -336,7 +336,7 @@
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xs-12">
|
<div class="col-xs-12">
|
||||||
<div class="portlet">
|
<section class="portlet">
|
||||||
<div class="portlet-head">
|
<div class="portlet-head">
|
||||||
Inline Edit
|
Inline Edit
|
||||||
<?php include __DIR__ . '/helper/additional-functions.tpl.php'; ?>
|
<?php include __DIR__ . '/helper/additional-functions.tpl.php'; ?>
|
||||||
|
|
@ -546,7 +546,7 @@
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<input type="submit" class="add-form" value="Add" form="table2">
|
<input type="submit" class="add-form" value="Add" form="table2">
|
||||||
|
|
|
||||||
|
|
@ -196,7 +196,7 @@
|
||||||
</nav>
|
</nav>
|
||||||
<main>
|
<main>
|
||||||
<header>
|
<header>
|
||||||
<form id="s-bar" method="GET" action="">
|
<form id="s-bar" method="GET" action="">
|
||||||
<label class="ham-trigger" for="nav-trigger"><i class="g-icon p">menu</i></label>
|
<label class="ham-trigger" for="nav-trigger"><i class="g-icon p">menu</i></label>
|
||||||
<span role="search" class="inputWrapper">
|
<span role="search" class="inputWrapper">
|
||||||
<span class="txtWrap">
|
<span class="txtWrap">
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xs-12 col-md-6">
|
<div class="col-xs-12 col-md-6">
|
||||||
<div class="portlet">
|
<section class="portlet">
|
||||||
<div class="portlet-head">
|
<div class="portlet-head">
|
||||||
Table Title
|
Table Title
|
||||||
<?php include __DIR__ . '/helper/additional-functions.tpl.php'; ?>
|
<?php include __DIR__ . '/helper/additional-functions.tpl.php'; ?>
|
||||||
|
|
@ -48,11 +48,11 @@
|
||||||
<a class="button" href="#">Previous</a>
|
<a class="button" href="#">Previous</a>
|
||||||
<a class="button" href="#">Next</a>
|
<a class="button" href="#">Next</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-xs-12 col-md-6">
|
<div class="col-xs-12 col-md-6">
|
||||||
<div class="portlet">
|
<section class="portlet">
|
||||||
<div class="portlet-head">
|
<div class="portlet-head">
|
||||||
Table Title
|
Table Title
|
||||||
<?php include __DIR__ . '/helper/additional-functions.tpl.php'; ?>
|
<?php include __DIR__ . '/helper/additional-functions.tpl.php'; ?>
|
||||||
|
|
@ -96,13 +96,13 @@
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xs-12">
|
<div class="col-xs-12">
|
||||||
<div class="portlet">
|
<section class="portlet">
|
||||||
<div class="portlet-head">
|
<div class="portlet-head">
|
||||||
Table Title
|
Table Title
|
||||||
<?php include __DIR__ . '/helper/additional-functions.tpl.php'; ?>
|
<?php include __DIR__ . '/helper/additional-functions.tpl.php'; ?>
|
||||||
|
|
@ -163,13 +163,13 @@
|
||||||
</tfoot>
|
</tfoot>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xs-12">
|
<div class="col-xs-12">
|
||||||
<div class="portlet">
|
<section class="portlet">
|
||||||
<div class="portlet-head">
|
<div class="portlet-head">
|
||||||
Remote Data
|
Remote Data
|
||||||
<?php include __DIR__ . '/helper/additional-functions.tpl.php'; ?>
|
<?php include __DIR__ . '/helper/additional-functions.tpl.php'; ?>
|
||||||
|
|
@ -195,7 +195,7 @@
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -146,16 +146,16 @@
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xs-12">
|
<div class="col-xs-12">
|
||||||
<div class="portlet">
|
<section class="portlet">
|
||||||
<div class="portlet-head">More/detail area</div>
|
<div class="portlet-head">More/detail area</div>
|
||||||
<div class="portlet-body">
|
<div class="portlet-body">
|
||||||
<div class="more-container">
|
<div class="more-container">
|
||||||
<input id="more-customer-region" type="checkbox">
|
<input id="more-customer-region" class="more" type="checkbox">
|
||||||
<label for="more-customer-region">
|
<label class="more" for="more-customer-region">
|
||||||
<span>Click here!</span>
|
<span>Click here!</span>
|
||||||
<i class="g-icon expand">chevron_right</i>
|
<i class="g-icon expand">chevron_right</i>
|
||||||
</label>
|
</label>
|
||||||
<div>
|
<div class="more">
|
||||||
<p>You see? It's curious. Ted did figure it out - time travel. And when we get back, we gonna tell
|
<p>You see? It's curious. Ted did figure it out - time travel. And when we get back, we gonna tell
|
||||||
everyone. How it's possible, how it's done, what the dangers are. But then why fifty years in
|
everyone. How it's possible, how it's done, what the dangers are. But then why fifty years in
|
||||||
the future when the spacecraft encounters a black hole does the computer call it an 'unknown
|
the future when the spacecraft encounters a black hole does the computer call it an 'unknown
|
||||||
|
|
@ -165,6 +165,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
Loading…
Reference in New Issue
Block a user