Skip to content

Commit cb4a312

Browse files
committed
Minor styles
1 parent 6792bb3 commit cb4a312

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

airline-data/src/main/scala/com/patson/model/Manager.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ case class Manager(airline : Airline, assignedTask : ManagerTask, availableCycle
88

99
object Manager {
1010
val TOOLTIP = List(
11-
"Mangers are the key currency of the game. You need them to build new bases and open links. You get more as your reputation increases.",
11+
"Managers are the key currency of the game. You need them to build new bases and open links. You get more as your reputation increases.",
1212
s"Any \"actioning\" manager generates ${ManagerBaseTask.GENERATION_RATE} action points per week / cycle, accruing up to a maximum of ${ManagerBaseTask.MAX_CYCLES_STORED_THRESHOLD} weeks / cycles * actioning manager.",
1313
s"When assigned to tasks, such as improving county relations \"public affairs\" or manufacturer relations, they gain experience and level up automatically at the rate of ${LevelingManagerTask.LEVEL_CYCLE_THRESHOLDS(0)}, ${LevelingManagerTask.LEVEL_CYCLE_THRESHOLDS(1)}, ${LevelingManagerTask.LEVEL_CYCLE_THRESHOLDS(2)}, ${LevelingManagerTask.LEVEL_CYCLE_THRESHOLDS(3)} weeks for each level respectively.",
1414
)

airline-web/public/stylesheets/chat.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182
.notify-bubble {
183183
position: absolute;
184184
top: -8px;
185-
right: -7px;
185+
right: 1px;
186186
padding: 2px 5px 2px 6px;
187187
background-color: green;
188188
color: white;

airline-web/public/stylesheets/main.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,7 @@ li.row, div.table-row {
858858
height: min-content;
859859
}
860860

861-
.table.data .table-row div,
861+
.table.data .table-row > div,
862862
.table.padded .table-row div{
863863
padding: 6px 4px;
864864
}
@@ -2514,6 +2514,7 @@ i, .italic {
25142514
.flex-align-center {
25152515
display: flex;
25162516
align-items: center;
2517+
box-sizing: border-box;
25172518
}
25182519
.inline-block {
25192520
display: inline-block;

0 commit comments

Comments
 (0)