Skip to content

Commit

Permalink
Portrait mode fix for city dialog, Major city prod. tab tooltip ugpra…
Browse files Browse the repository at this point in the history
…des.
  • Loading branch information
Lexxie9952 committed Apr 9, 2024
1 parent b08e1ea commit 8125571
Show file tree
Hide file tree
Showing 2 changed files with 465 additions and 292 deletions.
21 changes: 14 additions & 7 deletions freeciv-web/src/main/webapp/css/civclient.css
Original file line number Diff line number Diff line change
Expand Up @@ -1796,20 +1796,27 @@ body:not(.mobile) .ui-dialog.unit_dialog {
top: -1px;
}

/* These were removed from city.hbs as they're redundant to others
and multiply layout issue complexities at different resolutions:
#prod_buttons {
float: right;
clear: both;
}
*/
/*************************************************** TOOLTIPS */
.wider-tooltip {
max-width:800px;
padding: 3px;
font-size:14px;
font-family: Helvetica;
color: #000 !important;
}
/* Special tooltip in upper right of City Production Tab */
#info_city_prod2, .monospace_tooltip {
max-width:940px !important;
padding: 2px;
font-size:13px !important;
font-family: Consolas, Monaco, monospace !important;
color: #000 !important;
}
#prodhelpicon {
font-family: Helvtica !important;
font-size:15px !important;
}
/***************************************************************/

.no-close .ui-dialog-titlebar-close {
display: none
Expand Down
Loading

0 comments on commit 8125571

Please sign in to comment.