Planets: Fix Details template, update css

master
chrisjwilsoncom 2015-04-01 04:07:06 +00:00
parent e06fd5e2a3
commit 0c7c639407
2 changed files with 5 additions and 6 deletions

View File

@ -106,7 +106,6 @@ handle query_lc => sub {
},
templates => {
group => 'base',
detail => 0,
options => {
content => 'DDH.solar_system.content',
}

View File

@ -1,4 +1,4 @@
.zci--answer .zci--objects .objects--objectImage {
#zci-solar_system .zci--objects .objects--objectImage {
height: 60px;
width: 60px;
display: table-cell;
@ -9,20 +9,20 @@
text-align: center;
}
.zci--answer .zci--objects .objects--objectAttribute {
#zci-solar_system .zci--objects .objects--objectAttribute {
font-size: 1.4em;
font-weight: 700;
line-height: 1.2;
display:block;
}
.zci--answer .zci--objects .objects--objectName {
#zci-solar_system .zci--objects .objects--objectName {
font-size: 15px;
display:inline-block;
font-weight: 500;
}
}
.zci--answer .zci--objects .objects--info {
#zci-solar_system .zci--objects .objects--info {
height: 60px;
display: table-cell;
vertical-align: middle;