WIP Ui: Trying to adopt 12px font-size everywhere

This commit is contained in:
Hadi Nategh 2022-08-30 08:25:45 +02:00
parent e1a87caf6c
commit 3e201ff3f9
4 changed files with 12 additions and 12 deletions

View File

@ -734,7 +734,7 @@
width: 50% !important; width: 50% !important;
} }
.nextmatch_header > .filters > select > option { .nextmatch_header > .filters > select > option {
font-size: 11px; font-size: 12px;
} }
.nextmatch_header > .filters input { .nextmatch_header > .filters input {
margin-right: 2ex; margin-right: 2ex;
@ -1193,7 +1193,7 @@ option:checked {
.ui-widget textarea, .ui-widget textarea,
.ui-widget button { .ui-widget button {
font-family: Verdana, "Lucida Grande", Helvetica, Sans-Serif; font-family: Verdana, "Lucida Grande", Helvetica, Sans-Serif;
font-size: 11px; font-size: 12px;
} }
.ui-widget-content { .ui-widget-content {
/*.bordered (@color-hint,@color-hint,@color-hint,@color-hint);*/ /*.bordered (@color-hint,@color-hint,@color-hint,@color-hint);*/
@ -1830,7 +1830,7 @@ body {
padding: 0px !important; padding: 0px !important;
width: 99.9%; width: 99.9%;
height: 99.9% !important; height: 99.9% !important;
font-size: 11px; font-size: 12px;
line-height: 1.28; line-height: 1.28;
font-weight: normal; font-weight: normal;
overflow: hidden; overflow: hidden;
@ -2235,7 +2235,7 @@ div#loginMainDiv.stockLoginBackground div#centerBox form {
#loginMainDiv div#centerBox form table.divLoginbox select.onChangeSubmit { #loginMainDiv div#centerBox form table.divLoginbox select.onChangeSubmit {
background-color: #4177A2; background-color: #4177A2;
color: #ffffff; color: #ffffff;
font-size: 20px; font-size: 22px;
padding-left: 0; padding-left: 0;
width: 250px; width: 250px;
margin-top: 15px; margin-top: 15px;
@ -2244,7 +2244,7 @@ div#loginMainDiv.stockLoginBackground div#centerBox form {
padding-left: 25px; padding-left: 25px;
} }
#loginMainDiv div#centerBox form table.divLoginbox .registration { #loginMainDiv div#centerBox form table.divLoginbox .registration {
font-size: 11px; font-size: 12px;
} }
#loginMainDiv div#centerBox form table.divLoginbox .registration a:not(:first-child):before { #loginMainDiv div#centerBox form table.divLoginbox .registration a:not(:first-child):before {
padding-left: 5px; padding-left: 5px;
@ -4358,7 +4358,7 @@ span.overlayContainer img.overlay {
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul li a { #egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul li a {
color: #000000; color: #000000;
text-decoration: none; text-decoration: none;
font-size: 11px; font-size: 12px;
padding-left: 26px; padding-left: 26px;
line-height: 1.5em; line-height: 1.5em;
display: inline-block; display: inline-block;
@ -4586,7 +4586,7 @@ span.overlayContainer img.overlay {
top: 8px; top: 8px;
} }
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header h1 { #egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header h1 {
font-size: 11px; font-size: 12px;
line-height: 1em; line-height: 1em;
margin: 0 15px 2px 2px; margin: 0 15px 2px 2px;
vertical-align: super; vertical-align: super;
@ -4716,7 +4716,7 @@ span.overlayContainer img.overlay {
padding-left: 3em; padding-left: 3em;
color: #999999; color: #999999;
/*font-size: 12px;*/ /*font-size: 12px;*/
font-size: 12px; font-size: 13px;
line-height: 17px; line-height: 17px;
} }
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_header object { #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_header object {
@ -4836,7 +4836,7 @@ span.overlayContainer img.overlay {
margin: 5px 0px 3px 5px; margin: 5px 0px 3px 5px;
padding: 0px 0px 0px 24px; padding: 0px 0px 0px 24px;
line-height: 1em; line-height: 1em;
font-size: 12px; font-size: 13px;
font-weight: normal; font-weight: normal;
background-image: url(../../api/templates/default/images/arrow_right.svg); background-image: url(../../api/templates/default/images/arrow_right.svg);
background-repeat: no-repeat; background-repeat: no-repeat;

View File

@ -24,7 +24,7 @@
} }
@basefontsize : 11px; @basefontsize : 12px;
.fontsize_normal {font-size: @basefontsize;} .fontsize_normal {font-size: @basefontsize;}

View File

@ -379,7 +379,7 @@ div#loginMainDiv.stockLoginBackground {
padding-left: 25px; padding-left: 25px;
} }
.registration { .registration {
font-size: 11px; font-size: 12px;
a:not(:first-child) { a:not(:first-child) {
&:before { &:before {
padding-left:5px; padding-left:5px;

View File

@ -114,7 +114,7 @@ body{
padding: 0px !important; padding: 0px !important;
width: 99.9%; width: 99.9%;
height: 99.9% !important; height: 99.9% !important;
font-size: 11px; font-size: 12px;
line-height: 1.28; line-height: 1.28;
font-weight: normal; font-weight: normal;
overflow: hidden; overflow: hidden;