This commit is contained in:
Dennis Eichhorn 2024-01-02 23:34:19 +00:00
parent f0f98befd1
commit 0f581090fd
8 changed files with 4027 additions and 27 deletions

View File

@ -22,6 +22,7 @@ button, input[type="submit"], input[type="reset"], input[type="button"], label.b
font-size: .9rem;
user-select: none;
font-weight: 100;
box-sizing: border-box; // very important otherwise a and input will have different heights because one will consider the border part of the height, the other wont
&::-moz-focus-inner {
border: 0;

View File

@ -57,7 +57,7 @@ input[type="datetime-local"] {
color: var(--input-color);
background: var(--input-background);
width: 100%;
min-width: 70px;
//min-width: 70px;
max-width: 100%;
font-size: .9rem;
border: 1px solid var(--input-border);
@ -445,7 +445,7 @@ input[type="range"] {
.input {
width: 100%;
min-width: 120px;
//min-width: 120px;
display: flex;
flex-direction: row;
flex-wrap: nowrap;

4003
styles.css

File diff suppressed because one or more lines are too long

View File

@ -250,7 +250,7 @@
data-src="http://127.0.0.1/cssOMS/tests/app/data/account.json?filter=some&limit=10">
<!-- Normally you put a search string here e.g. api/admin/find/accgrp?search={!#input5} -->
<div id="input5-popup" class="popup" data-active="true">
<table class="default">
<table class="default sticky">
<thead>
<tr>
<td>Type<i class="sort-asc g-icon">expand_less</i><i class="sort-desc g-icon">expand_more</i>
@ -311,7 +311,7 @@
data-src="http://127.0.0.1/cssOMS/tests/app/data/account.json?filter=some&limit=10">
<!-- Normally you put a search string here e.g. api/admin/find/accgrp?search={!#input6} -->
<div id="input6-popup" class="popup" data-active="true">
<table class="default">
<table class="default sticky">
<thead>
<tr>
<td>Type<i class="sort-asc g-icon">expand_less</i><i class="sort-desc g-icon">expand_more</i>
@ -372,7 +372,7 @@
data-src="http://127.0.0.1/cssOMS/tests/app/data/account.json?filter=some&limit=10">
<!-- Normally you put a search string here e.g. api/admin/find/accgrp?search={!#input7} -->
<div id="input7-popup" class="popup" data-active="true">
<table class="default">
<table class="default sticky">
<thead>
<tr>
<td>Type<i class="sort-asc g-icon">expand_less</i><i class="sort-desc g-icon">expand_more</i>
@ -454,7 +454,7 @@
data-src="http://127.0.0.1/cssOMS/tests/app/data/account.json?filter=some&limit=10">
<!-- Normally you put a search string here e.g. api/admin/find/accgrp?search={!#input11} -->
<div id="input11-popup" class="popup" data-active="true">
<table class="default">
<table class="default sticky">
<thead>
<tr>
<td>Type<i class="sort-asc g-icon">expand_less</i><i class="sort-desc g-icon">expand_more</i>
@ -481,7 +481,7 @@
</div>
</div>
<table class="default">
<table class="default sticky">
<thead>
<tr><td>
<td>Type
@ -525,7 +525,7 @@
data-src="http://127.0.0.1/cssOMS/tests/app/data/account.json?filter=some&limit=10">
<!-- Normally you put a search string here e.g. api/admin/find/accgrp?search={!#input12} -->
<div id="input12-popup" class="popup" data-active="true">
<table class="default">
<table class="default sticky">
<thead>
<tr>
<td>Type<i class="sort-asc g-icon">expand_less</i><i class="sort-desc g-icon">expand_more</i>
@ -552,7 +552,7 @@
</div>
</div>
<table class="default">
<table class="default sticky">
<thead>
<tr><td>
<td>Type
@ -596,7 +596,7 @@
data-src="http://127.0.0.1/cssOMS/tests/app/data/account.json?filter=some&limit=10">
<!-- Normally you put a search string here e.g. api/admin/find/accgrp?search={!#input13} -->
<div id="input13-popup" class="popup" data-active="true">
<table class="default">
<table class="default sticky">
<thead>
<tr>
<td>Type<i class="sort-asc g-icon">expand_less</i><i class="sort-desc g-icon">expand_more</i>
@ -623,7 +623,7 @@
</div>
</div>
<table class="default">
<table class="default sticky">
<thead>
<tr><td>
<td>Type

View File

@ -343,7 +343,7 @@
<?php include __DIR__ . '/helper/export-data.tpl.php'; ?>
</div>
<div class="slider">
<table class="default" id="table2"
<table class="default sticky" id="table2"
data-tag="form"
data-ui-container="tbody"
data-ui-element="tr"

View File

@ -7,7 +7,7 @@
<?php include __DIR__ . '/helper/export-data.tpl.php'; ?>
</div>
<div class="slider">
<table class="default" id="table1">
<table class="default sticky" id="table1">
<thead>
<tr>
<td><i class="filter g-icon" data-filter="">filter_alt</i>Col1 Title<i class="sort-asc g-icon">expand_less</i><i class="sort-desc g-icon">expand_more</i></td>
@ -59,7 +59,7 @@
<?php include __DIR__ . '/helper/export-data.tpl.php'; ?>
</div>
<div class="slider">
<table class="default" id="table2">
<table class="default sticky" id="table2">
<thead>
<tr>
<td>Col1 Title<i class="sort-asc g-icon">expand_less</i><i class="sort-desc g-icon">expand_more</i></td>
@ -109,7 +109,7 @@
<?php include __DIR__ . '/helper/export-data.tpl.php'; ?>
</div>
<div class="slider">
<table id="tRemovable" class="default" data-ui-element="tr" data-tag="form">
<table id="tRemovable" class="default sticky" data-ui-element="tr" data-tag="form">
<thead>
<tr>
<td></td>
@ -176,7 +176,7 @@
<?php include __DIR__ . '/helper/export-data.tpl.php'; ?>
</div>
<div class="slider">
<table class="default" id="table3" data-src="http://127.0.0.1/en/api/admin/find/account?search=do" data-ui-element="tr">
<table class="default sticky" id="table3" data-src="http://127.0.0.1/en/api/admin/find/account?search=do" data-ui-element="tr">
<thead>
<tr>
<td>

View File

@ -4,8 +4,8 @@
<h1>Horizontal tabs</h1>
<div class="tabview tab-1">
<ul class="tab-links">
<li class="active"><label for="c-tab-1">Tab 1</label></li>
<li><label for="c-tab-2">Tab 2</label></li>
<li class="active"><label for="c-tab-1">Tab 1</label>
<li><label for="c-tab-2">Tab 2</label>
</ul>
<div class="tab-content">
<input type="radio" id="c-tab-1" name="tabular-1" checked>
@ -28,8 +28,8 @@
<h1>Vertical tabs</h1>
<div class="tabview tab-1 left">
<ul class="tab-links">
<li class="active"><label for="c-tab-1-2">Tab 1</label></li>
<li><label for="c-tab-2-3">Tab 2</label></li>
<li class="active"><label for="c-tab-1-2">Tab 1</label>
<li><label for="c-tab-2-3">Tab 2</label>
</ul>
<div class="tab-content">
<input type="radio" id="c-tab-1-2" name="tabular-3" checked>
@ -52,8 +52,8 @@
<h1>Horizontal tabs2</h1>
<div class="tabview tab-2">
<ul class="tab-links">
<li><label for="c-tab2-1">Tab 1</label></li>
<li class="active"><label for="c-tab2-2">Tab 2</label></li>
<li><label for="c-tab2-1">Tab 1</label>
<li class="active"><label for="c-tab2-2">Tab 2</label>
</ul>
<div class="tab-content">
<input type="radio" id="c-tab2-1" name="tabular-2" checked>
@ -76,8 +76,8 @@
<h1>Vertical tabs 2</h1>
<div class="tabview tab-2 left">
<ul class="tab-links">
<li class="active"><label for="c-tab-4-2">Tab 1</label></li>
<li><label for="c-tab-4-3">Tab 2</label></li>
<li class="active"><label for="c-tab-4-2">Tab 1</label>
<li><label for="c-tab-4-3">Tab 2</label>
</ul>
<div class="tab-content">
<input type="radio" id="c-tab-4-2" name="tabular-4" checked>

View File

@ -20,7 +20,7 @@
color: #fff;
content: attr(data-tooltip);
text-align: center;
transform: translate(-50%, 0);
transform: translate(-45%, 0);
}
}
}