Change email width from 50% to 80%.

This commit is contained in:
BoHung Chiu 2020-08-04 13:59:39 +08:00
parent e40c12f994
commit c4883d495b
1 changed files with 6 additions and 6 deletions

View File

@ -27,13 +27,13 @@
} }
.epaper-show .ep-info-date { .epaper-show .ep-info-date {
float: left; float: left;
width: 50%; width: 80%;
margin: 0 0 5px; margin: 0 0 5px;
color: #888; color: #888;
} }
.epaper-show .ep-info-period { .epaper-show .ep-info-period {
float: right; float: right;
width: 50%; width: 80%;
margin: 0 0 5px; margin: 0 0 5px;
text-align: right; text-align: right;
padding: 0 10px 0 0; padding: 0 10px 0 0;
@ -51,7 +51,7 @@
} }
.epaper-show .ep-content-item { .epaper-show .ep-content-item {
float: left; float: left;
width: calc(50% - 20px); width: calc(80% - 20px);
border: 1px solid #ccc; border: 1px solid #ccc;
vertical-align: top; vertical-align: top;
min-height: 200px; min-height: 200px;
@ -112,13 +112,13 @@
color: #333; color: #333;
} }
.epaper-form .btn-primary { .epaper-form .btn-primary {
width: 50%; width: 80%;
float: left; float: left;
display: block; display: block;
} }
.epaper-form .btn-white { .epaper-form .btn-white {
background: none; background: none;
width: 50%; width: 80%;
outline: none; outline: none;
float: right; float: right;
color: #888; color: #888;
@ -153,7 +153,7 @@
text-align: center; text-align: center;
font-weight: 700; font-weight: 700;
border-radius: 10px 10px 0 0; border-radius: 10px 10px 0 0;
width: 50%; width: 80%;
margin: 10px; margin: 10px;
} }
</style> </style>