This commit is contained in:
Marc Ducobu
2016-05-06 16:30:15 +02:00
8 changed files with 103 additions and 54 deletions

View File

@@ -4396,7 +4396,7 @@ span.entity.entity-activity.activity-reason {
html, body {
min-height: 100%;
font-family: 'open_sansregular'; }
font-family: 'Open Sans'; }
header {
position: relative; }
@@ -4468,7 +4468,11 @@ ul.custom_fields.choice li {
line-height: 1.5em; }
.footer p {
font-family: 'open_sanslight'; }
font-family: 'Open Sans';
font-weight: 300; }
.footer a {
color: white;
text-decoration: underline; }
.time_compound input[type=text], .time_compound select {
width: 4em;
@@ -4479,7 +4483,8 @@ ul.custom_fields.choice li {
margin-right: 0.2em; }
.open_sansbold {
font-family: "open_sansbold"; }
font-family: 'Open Sans';
font-weight: bold; }
ul.record_actions {
padding-left: 0; }
@@ -4491,7 +4496,8 @@ dd {
margin-left: 0; }
dt {
font-family: "open_sanssemibold"; }
font-family: 'Open Sans';
font-weight: 600; }
/* INPUT CLASS -> */
div.input_with_post_text {

File diff suppressed because one or more lines are too long