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