Datenbank Fundorte und Texte erfasst, Detailseite verfeinert

This commit is contained in:
Hilmer, Carsten
2016-09-08 16:32:10 +02:00
parent 55f544dd14
commit 4ac611f7f3
7 changed files with 159 additions and 50 deletions

View File

@@ -2,6 +2,15 @@ md-input-container {
padding-bottom: 10px;
}
.half-image {
width: 50%;
}
.itemfontsize{
font-size: 14px;
}
.image-list-thumb {
padding: 2px 2px 2px 2px;
height: 64px;
@@ -11,7 +20,7 @@ md-input-container {
text-align: center;
}
/* Attacken Bewertung */
.typnormal{
border-color: #0a9dc7;
background-color: #11c1f3;
@@ -19,6 +28,7 @@ md-input-container {
text-align: center;
}
/* Attacken Bewertung */
.typnmittel{
border-color: #e6b500;
background-color: #ffc900;
@@ -26,6 +36,7 @@ md-input-container {
text-align: center;
}
/* Attacken Bewertung */
.typschwach{
border-color: #28a54c;
background-color: #33cd5f;
@@ -33,6 +44,7 @@ md-input-container {
text-align: center;
}
/* Attacken Bewertung */
.typstark{
border-color: #e42112;
background-color: #ef473a;
@@ -117,11 +129,14 @@ md-input-container {
.pokemontypsx {
display: inline-block;
padding: 0 10px;
height: 16px;
height: 18px;
font-size: 8px;
line-height: 16px;
border-radius: 5px;
color: white;
border-style: solid;
border-color: white;
border-width: 1px;
}
.pokemontypsx img {
float: left;
@@ -134,11 +149,14 @@ md-input-container {
.pokemontypsm {
display: inline-block;
padding: 0 25px;
height: 16px;
height: 18px;
font-size: 10px;
line-height: 16px;
border-radius: 5px;
color: white;
border-style: solid;
border-color:white;
border-width: 1px;
}
.pokemontypsm img {
@@ -152,11 +170,14 @@ md-input-container {
.pokemontypnor {
display: inline-block;
padding: 0 25px;
height: 22px;
height: 24px;
font-size: 16px;
line-height: 22px;
border-radius: 6px;
color: white;
border-style: solid;
border-color:white;
border-width: 1px;
}
.pokemontypnor img {