Fixed nanoUI issues with Watermelon Juice in the Soda Dispenser

Added some if statements so that NanoUI for the booze/soda dispensers isn't /exactly/ like the chemdispenser, mentions glass instead of beaker, and "drinks" instead of chemical.

Also removed my debug messages
This commit is contained in:
Ccomp5950
2013-11-23 01:43:34 -06:00
parent 91c56c6e77
commit ec79e75c0f
4 changed files with 38 additions and 15 deletions
+9 -2
View File
@@ -176,6 +176,8 @@ h4 {
width: 16px;
height: 16px;
}
div.notice {
clear: both;
}
@@ -301,9 +303,14 @@ div.notice {
border-color: #666666;
}
.fixedLeft {
width: 110px;
width: 130px;
float: left;
}
.fixedLeftWide {
width: 260px;
float: left;
}
.floatRight {
float: right;
}
@@ -355,4 +362,4 @@ div.notice {
height: 200px;
margin: 200px 0;
text-align: center;
}
}