Commit 8b43a3f8 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

bootstrap light

parent 94e24430
Loading
Loading
Loading
Loading
+49 −1
Original line number Diff line number Diff line
@@ -503,14 +503,62 @@ div.field {
	margin-bottom: 0.6em;
}

input, select {
input, select, .button {
	display: inline-block;
	width: 20em;
	max-width: 100%;
	min-height: 1.8em;
	border-radius: 4px;
	color: #000;
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	font-size: 90%;
	text-align: center;
	vertical-align: middle;
}

input[type="text"] {
	width: 19em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-align: left;
}

select {
	min-height: 2em;
}

input[type="checkbox"] {
	width: 1.5em;
	box-shadow: none;
}

input[type="submit"], .button {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
	cursor: pointer;
	box-shadow: none;
	padding-top: 0.9ex;
	padding-bottom: 0.9ex;
}

.button {
	padding-top: 1.1ex;
	padding-bottom: 0;
}

input[type="submit"]:active,
input[type="submit"]:focus,
input[type="submit"]:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}

input[type="submit"]:active {
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

div.notes {
+4 −1
Original line number Diff line number Diff line
@@ -8,6 +8,9 @@
Alle Angaben ohne Gewähr.
</p>
<p class="geolink">
<a href="<%= url_for('_auto')->to_abs->scheme('https') %>">Bahnhöfe im Umfeld suchen</a>
<a class="button" href="<%= url_for('_auto')->to_abs->scheme('https') %>">Bahnhöfe im Umfeld suchen</a>
</p>
<p>
Oder hier angeben:
</p>
% }