issue #2 Done room service feature.
This commit is contained in:
@@ -683,9 +683,9 @@
|
||||
.popup .roomservice .description>#comment {
|
||||
width: 100%;
|
||||
height: 89px;
|
||||
line-height: 22px;
|
||||
line-height: 24px;
|
||||
overflow: hidden;
|
||||
font-size: 18px;
|
||||
font-size: 22px;
|
||||
padding: 5px 10px 5px 15px;
|
||||
white-space: pre-line;
|
||||
}
|
||||
@@ -1178,6 +1178,7 @@
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: rgb(36, 44, 56);
|
||||
border: 1px solid rgb(255, 255, 255);
|
||||
}
|
||||
|
||||
.popup .roomservice .alert>div#order-complete>div#title {
|
||||
@@ -1192,7 +1193,7 @@
|
||||
}
|
||||
|
||||
.popup .roomservice .alert>div#order-complete>div#message {
|
||||
width: 100%;
|
||||
width: 95%;
|
||||
float: left;
|
||||
margin: 40px 20px 5px 20px;
|
||||
font-size: 22px;
|
||||
|
||||
Reference in New Issue
Block a user