mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-30 07:26:39 +01:00
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:
+9
-2
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user