Make non-divided top half with centre layout

This commit is contained in:
2018-03-24 05:02:00 +05:30
parent c41617d1b8
commit 8f884e7ed4
3 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -68,7 +68,7 @@
.App .OpenXPlusOneDay-container { .App .OpenXPlusOneDay-container {
float: left; float: left;
width: 40%; width: 50%;
height: 100%; height: 100%;
} }
@@ -78,6 +78,6 @@
.App .NextOpenClose-container { .App .NextOpenClose-container {
float: right; float: right;
width: 60%; width: 50%;
height: 100%; height: 100%;
} }
+4 -4
View File
@@ -23,16 +23,16 @@
.OpenXDay .question { .OpenXDay .question {
float: left; float: left;
width: 40%; width: 50%;
height: 100%; height: 100%;
position: relative; position: relative;
border-right: 5px solid rgba(255, 255, 255, 0.5); /* border-right: 5px solid rgba(255, 255, 255, 0.5); */
} }
.OpenXDay .question span { .OpenXDay .question span {
display: block; display: block;
position: absolute; position: absolute;
text-align: right; text-align: center;
top: 50%; top: 50%;
right: 0.5em; right: 0.5em;
transform: translate(0%, -50%); transform: translate(0%, -50%);
@@ -40,7 +40,7 @@
.OpenXDay .answerComposite { .OpenXDay .answerComposite {
float: right; float: right;
width: 60%; width: 50%;
height: 100%; height: 100%;
position: relative; position: relative;
} }
+1 -1
View File
@@ -16,7 +16,7 @@
.OpenXDayMini-inner { .OpenXDayMini-inner {
position: absolute; position: absolute;
text-align: right; text-align: center;
right: 1em; right: 1em;
top: 50%; top: 50%;
width: 80%; width: 80%;