From b655126533976a98c2852dfb4016afab741982cc Mon Sep 17 00:00:00 2001 From: ulrich Date: Sun, 17 Jan 2021 12:03:06 +0000 Subject: [PATCH] Schaltflaechen im Kopf hinzugefuegt, funktionalitaet noch in Arbeit --- web/ui2/stile.css | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/web/ui2/stile.css b/web/ui2/stile.css index a988750..7bbd2fd 100644 --- a/web/ui2/stile.css +++ b/web/ui2/stile.css @@ -115,6 +115,22 @@ /* file-cms stile */ +.top-btn-area { + /*margin-left: auto;*/ + margin: 0 1em 0 2em; +} + +.top-btn { + margin: 0; + padding: 0 0.2em 0 0.2em; + height: 28px; + line-height: 24px; + text-align: center; + font-size: large; + background-color: white; + /* width: 1em; */ +} + .breadcrumb { background-color: #f2f2f2; padding: 0.2em; -- Gitblit v1.9.3