From b729e5c61d8297c70cb63a1751399574288e4cf1 Mon Sep 17 00:00:00 2001
From: ulrich <undisclosed>
Date: Sun, 07 Jan 2018 23:15:52 +0000
Subject: [PATCH] ..
---
app.css | 23 ++++++++++++++++++++++-
1 files changed, 22 insertions(+), 1 deletions(-)
diff --git a/app.css b/app.css
index d9afd2b..0629b71 100644
--- a/app.css
+++ b/app.css
@@ -32,7 +32,7 @@
background-color: lightgray;
display: flex;
flex-flow: row;
- height: 2em;
+ height: 2.2em;
align-items: center;
}
.sued {
@@ -86,6 +86,22 @@
.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;
+
+ -webkit-appearance: none;
+ -moz-appearance: none;
+ appearance: none;
}
.zentrum-behaelter {
@@ -164,6 +180,11 @@
.abspieler-auswahl {
width: 70%;
}
+
+#abspielen-stoppen {
+ margin-left: 0.4em;
+}
+
/* Sender */
.sender-behaelter {
--
Gitblit v1.9.3