Convert crafting output lists to tables
This commit is contained in:
+8
-5
@@ -1,8 +1,16 @@
|
||||
.disabled { color: gray; }
|
||||
.centered { text-align: center; }
|
||||
.crafting_output { margin-left: 10px; min-height: 400px; width: 920px; }
|
||||
.crafting_output th { background: #f8f8f8; border-left: 1px solid #bbb; font-weight: bold; padding: 10px; }
|
||||
.crafting_output td { background: #f8f8f8; border-left: 1px solid #bbb; padding: 10px; }
|
||||
.error { color: red; display: none; font-weight: bold; width: 100%; }
|
||||
.hidden { display: none; }
|
||||
.manifest { width: 100%; }
|
||||
.manifest td { border: 0; padding: 0; width: 75%; }
|
||||
.manifest td:first-child { width: 25%; }
|
||||
.padded { margin: 10px; }
|
||||
.ui-autocomplete { max-height: 400px; overflow-y: auto; overflow-x: hidden; }
|
||||
|
||||
|
||||
body { background: url("../images/ice.png"); margin-bottom: 100px; }
|
||||
h1 { font-family: 'Press Start 2P', cursive; font-size: 24px; margin-left: 10px; }
|
||||
@@ -16,9 +24,6 @@ p { margin-left: 10px; margin-right: 10px; }
|
||||
#border_bedrock { background: url("../images/bedrock.png"); height: 32px; box-shadow: 2px 0px 4px #444; }
|
||||
#crafting { margin-bottom: 64px; }
|
||||
#crafting_error { margin-left: 10px; }
|
||||
#crafting_output { margin-left: 10px; min-height: 400px; width: 920px; }
|
||||
#crafting_output th { background: #f8f8f8; border-left: 1px solid #bbb; font-weight: bold; padding: 10px; }
|
||||
#crafting_output td { background: #f8f8f8; border-left: 1px solid #bbb; padding: 10px; }
|
||||
#crafting_selector { width: 400px; }
|
||||
#footer { background: #3E1D0A; color: white; padding-top: 10px; };
|
||||
#footer iframe { display: inline-block; }
|
||||
@@ -31,5 +36,3 @@ p { margin-left: 10px; margin-right: 10px; }
|
||||
#recipebook_table td { background: #f8f8f8; border-left: 1px solid #bbb; padding: 10px; }
|
||||
#recipebook_url { width: 600px; }
|
||||
#recipebooks { margin-top: 32px; margin-bottom: 32px; }
|
||||
|
||||
.ui-autocomplete { max-height: 400px; overflow-y: auto; overflow-x: hidden; }
|
||||
|
||||
Reference in New Issue
Block a user