style: summary data view

(this seriously needs to be cleaned)
This commit is contained in:
Frédéric Péters 2015-10-06 16:44:08 +02:00
parent a4af97b4d2
commit 5ccd085591
1 changed files with 53 additions and 1 deletions

View File

@ -94,7 +94,6 @@
border-radius: 3px;
border: none;
margin-top: 15px;
}
.info-float-gauche {
padding: 10px 0px 10px 10px;
@ -161,3 +160,56 @@
padding-bottom: 4px;
}
}
div.dataview div.field span.label {
font-weight: bold;
color: #333;
min-width: 48%;
max-width: 100%;
float: left;
font-size: 12px;
text-align: left;
padding-top: 8px;
white-space: normal;
}
div.dataview div.field .value {
display: block;
margin-left: 1em;
margin-bottom: 1ex;
padding-left: 10px;
padding-top: 5px;
min-width: 48%;
float: none;
line-height: 20px;
}
form, .right {
text-align: left;
}
div.dataview {clear: both; padding-bottom: 40px;}
div.dataview div.field {
border-bottom: 1px solid #eee;
clear: both;
}
div.dataview div.field span.label {
font-weight: bold;
/*text-decoration: underline; */
color: #333;
color: #333;
min-width: 48%;
float: left;
font-size: 12px;
text-align: left;
padding-top: 8px;
}
form div.page,
div.dataview div.page {
border: 1px solid #aaa;
padding: 1ex;
margin-bottom: 1em;
}