From f799a04099c34155c0b3724e40bf492011b3d0ad Mon Sep 17 00:00:00 2001
From: ulrich <undisclosed>
Date: Sun, 07 Jan 2018 23:07:49 +0000
Subject: [PATCH] Gestaltung Suchfeld
---
app.css | 30 +++++++++++++++++++++++++++---
1 files changed, 27 insertions(+), 3 deletions(-)
diff --git a/app.css b/app.css
index d8a2e27..67d6511 100644
--- a/app.css
+++ b/app.css
@@ -10,7 +10,8 @@
margin: 0;
padding: 0;
height: 100%; /* Anmerkung 2 */
- font-size: initial;
+ font-size: large;
+ /* font-size: initial; */
/* font-size: 1.5em; */ /* currently ems cause chrome bug misinterpreting rems on body element */
line-height: 1.6;
font-weight: 400;
@@ -31,7 +32,8 @@
background-color: lightgray;
display: flex;
flex-flow: row;
- height: 2em;
+ height: 2.2em;
+ align-items: center;
}
.sued {
background-color: lightgray;
@@ -69,8 +71,13 @@
/* app-layout ende */
+#nav-menu {
+ /* padding-top: 0.5em;*/
+ width: 2em;
+}
+
#app-titel {
- padding-left: 2em;
+ /* padding-left: 2em; */
}
.pointer-cursor {
@@ -79,6 +86,18 @@
.sendersuche {
padding-left: 1em;
+}
+
+input[type="search"] {
+ height: 1.6em;
+ padding: 0;
+ /*padding: 6px 10px;*/ /* The 6px vertically centers text on FF, ignored by Webkit */
+ background-color: #fff;
+ border: 1px solid #D1D1D1;
+ border-radius: 4px;
+ box-shadow: none;
+ box-sizing: border-box;
+ font-size: large;
}
.zentrum-behaelter {
@@ -157,6 +176,11 @@
.abspieler-auswahl {
width: 70%;
}
+
+#abspielen-stoppen {
+ margin-left: 0.4em;
+}
+
/* Sender */
.sender-behaelter {
--
Gitblit v1.9.3