mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
small changes
This commit is contained in:
parent
2278740228
commit
74ceb080d3
@ -15,10 +15,9 @@ $this->assign(
|
|||||||
);
|
);
|
||||||
?>
|
?>
|
||||||
<?php if(isset($requestTime)) : ?>
|
<?php if(isset($requestTime)) : ?>
|
||||||
<span class='grd-second-timer'><?= round($requestTime * 1000.0) ?> ms</span>
|
<span><?= round($requestTime * 1000.0) ?> ms</span>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<div class="grd_container_small">
|
<div class="grd_container_small">
|
||||||
|
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<h3>Gradido ...</h3>
|
<h3>Gradido ...</h3>
|
||||||
<?= $this->Html->link(
|
<?= $this->Html->link(
|
||||||
|
|||||||
@ -75,6 +75,13 @@
|
|||||||
font-size: 70%;
|
font-size: 70%;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
/* =======================
|
||||||
|
Gradido
|
||||||
|
=======================*/
|
||||||
|
/* Gradido Transform */
|
||||||
|
.gdt-text-color {
|
||||||
|
color: #a27824;
|
||||||
|
}
|
||||||
/* =======================
|
/* =======================
|
||||||
Sonstige
|
Sonstige
|
||||||
=======================*/
|
=======================*/
|
||||||
@ -103,6 +110,39 @@
|
|||||||
a:active {
|
a:active {
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
a.grd_invisible_link {
|
||||||
|
color: black;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
a.grd_invisible_link:hover {
|
||||||
|
color: grey;
|
||||||
|
}
|
||||||
|
/* layout helper */
|
||||||
|
.grd_margin_5 {
|
||||||
|
margin: 5px;
|
||||||
|
}
|
||||||
|
.grd-margin-top-10 {
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
.grd-width-200 {
|
||||||
|
width: 200px;
|
||||||
|
}
|
||||||
|
.grd_margin-bottom {
|
||||||
|
margin-bottom: 5px;
|
||||||
|
}
|
||||||
|
.grd_right {
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
.grd_clickable {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
.grd-no-style {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
.grd_small {
|
||||||
|
margin-top: 2px;
|
||||||
|
margin-bottom: 2px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
/* Ende @media screen */
|
/* Ende @media screen */
|
||||||
/* ============================================================
|
/* ============================================================
|
||||||
@ -124,6 +164,22 @@
|
|||||||
padding: 1.5em;
|
padding: 1.5em;
|
||||||
background-color: #f9fafb;
|
background-color: #f9fafb;
|
||||||
}
|
}
|
||||||
|
/* content container */
|
||||||
|
.grd_container {
|
||||||
|
max-width: 820px;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
}
|
||||||
|
.grd_container_small {
|
||||||
|
max-width: 500px;
|
||||||
|
}
|
||||||
|
.grd_text {
|
||||||
|
max-width: 550px;
|
||||||
|
margin-bottom: 5px;
|
||||||
|
}
|
||||||
|
.grd_text-max-width {
|
||||||
|
max-width: 550px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@media screen and (max-width: 619px) {
|
@media screen and (max-width: 619px) {
|
||||||
.content {
|
.content {
|
||||||
@ -538,65 +594,3 @@ and open the template in the editor.
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/*
|
|
||||||
To change this license header, choose License Headers in Project Properties.
|
|
||||||
To change this template file, choose Tools | Templates
|
|
||||||
and open the template in the editor.
|
|
||||||
*/
|
|
||||||
/*
|
|
||||||
Created on : 07.07.2019, 16:20:15
|
|
||||||
Author : einhornimmond
|
|
||||||
*/
|
|
||||||
/* content container */
|
|
||||||
.grd_container {
|
|
||||||
max-width: 820px;
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
|
||||||
.grd_container_small {
|
|
||||||
max-width: 500px;
|
|
||||||
}
|
|
||||||
.grd_text {
|
|
||||||
max-width: 550px;
|
|
||||||
margin-bottom: 5px;
|
|
||||||
}
|
|
||||||
.grd_text-max-width {
|
|
||||||
max-width: 550px;
|
|
||||||
}
|
|
||||||
/* layout helper */
|
|
||||||
.grd_margin_5 {
|
|
||||||
margin: 5px;
|
|
||||||
}
|
|
||||||
.grd-margin-top-10 {
|
|
||||||
margin-top: 10px;
|
|
||||||
}
|
|
||||||
.grd-width-200 {
|
|
||||||
width: 200px;
|
|
||||||
}
|
|
||||||
.grd_margin-bottom {
|
|
||||||
margin-bottom: 5px;
|
|
||||||
}
|
|
||||||
.grd_right {
|
|
||||||
float: right;
|
|
||||||
}
|
|
||||||
a.grd_invisible_link {
|
|
||||||
color: black;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
a.grd_invisible_link:hover {
|
|
||||||
color: grey;
|
|
||||||
}
|
|
||||||
.grd_clickable {
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
ul.grd-no-style {
|
|
||||||
list-style: none;
|
|
||||||
}
|
|
||||||
p.grd_small {
|
|
||||||
margin-top: 2px;
|
|
||||||
margin-bottom: 2px;
|
|
||||||
}
|
|
||||||
/* Gradido Transform */
|
|
||||||
.gdt-text-color {
|
|
||||||
color: #a27824;
|
|
||||||
}
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user