Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
fusiondirectory
fusiondirectory
Commits
74d59a59
Unverified
Commit
74d59a59
authored
5 years ago
by
Côme Chilliet
Browse files
Options
Download
Patches
Plain Diff
feat(dialogs) Change font sizes of dialogs
issue
#6069
parent
810c666e
dev
6342-update-the-locales-for-1-5
6344-template-issue-when-creating-a-template-with-empty-password-error-message-should-not-be-seen
6365-core-locking-mechanism-is-not-changing-the-mail-ressource-it-does-lock-the-mail-account
6365-core-when-lock-mechanism-is-trigger-the-user-should-not-be-editable-if-not-unlock
6378-orcid-test-method-is-wrong-and-break-orcid-saving
core-php8
master
fusiondirectory-1.5
fusiondirectory-1.4
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
html/themes/breezy/dialog.css
+2
-2
html/themes/breezy/dialog.css
html/themes/breezy/less/colors.less
+3
-1
html/themes/breezy/less/colors.less
html/themes/breezy/less/dialog.less
+2
-2
html/themes/breezy/less/dialog.less
html/themes/breezy/less/style.less
+1
-1
html/themes/breezy/less/style.less
with
8 additions
and
6 deletions
+8
-6
html/themes/breezy/dialog.css
+
2
−
2
View file @
74d59a59
...
@@ -31,8 +31,7 @@ div.msgtitle > img {
...
@@ -31,8 +31,7 @@ div.msgtitle > img {
div
.msgtitle
>
p
{
div
.msgtitle
>
p
{
margin
:
0
;
margin
:
0
;
padding
:
0
;
padding
:
0
;
font-size
:
24px
;
font-size
:
18px
;
font-weight
:
bold
;
}
}
div
.msgdialog
{
div
.msgdialog
{
width
:
60%
;
width
:
60%
;
...
@@ -50,6 +49,7 @@ div.msgdialog div.msgcontent {
...
@@ -50,6 +49,7 @@ div.msgdialog div.msgcontent {
z-index
:
250
;
z-index
:
250
;
}
}
div
.msgdialog
div
.msgcontent
p
{
div
.msgdialog
div
.msgcontent
p
{
font-size
:
14px
;
padding
:
10px
;
padding
:
10px
;
}
}
div
.msgdialog
.description
{
div
.msgdialog
.description
{
...
...
This diff is collapsed.
Click to expand it.
html/themes/breezy/less/colors.less
+
3
−
1
View file @
74d59a59
...
@@ -57,9 +57,11 @@
...
@@ -57,9 +57,11 @@
@font-family: arial,helvetica,sans-serif;
@font-family: arial,helvetica,sans-serif;
@body-font-size: 12px;
@body-font-size: 12px;
@small-text-font-size: 10px;
@text-font-size: 12px;
@text-font-size: 12px;
@big-text-font-size: 14px;
@title-font-size: 13px;
@title-font-size: 13px;
@big-title-font-size: 14px;
@big-title-font-size: 14px;
@
small-text
-font-size: 1
0
px;
@
header-title
-font-size: 1
8
px;
@pluginfo-font-size: 11px;
@pluginfo-font-size: 11px;
@titlebar-font-size: 24px;
@titlebar-font-size: 24px;
This diff is collapsed.
Click to expand it.
html/themes/breezy/less/dialog.less
+
2
−
2
View file @
74d59a59
...
@@ -34,8 +34,7 @@ div.msgtitle {
...
@@ -34,8 +34,7 @@ div.msgtitle {
> p {
> p {
margin: 0;
margin: 0;
padding: 0;
padding: 0;
font-size: @titlebar-font-size;
font-size: @header-title-font-size;
font-weight: bold;
}
}
}
}
...
@@ -44,6 +43,7 @@ div.msgdialog {
...
@@ -44,6 +43,7 @@ div.msgdialog {
width: 100%;
width: 100%;
z-index: 250;
z-index: 250;
p {
p {
font-size: @big-text-font-size;
padding: 10px;
padding: 10px;
}
}
}
}
...
...
This diff is collapsed.
Click to expand it.
html/themes/breezy/less/style.less
+
1
−
1
View file @
74d59a59
...
@@ -414,7 +414,7 @@ div#header-left {
...
@@ -414,7 +414,7 @@ div#header-left {
text-align: center;
text-align: center;
vertical-align: middle;
vertical-align: middle;
background-color: @background-second-color;
background-color: @background-second-color;
font-size:
18px
;
font-size:
@header-title-font-size
;
img {
img {
height: 32px;
height: 32px;
html.ltr & {
html.ltr & {
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets