Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug813605_Notification_Font_Updates #19

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Binary file modified apps/system/style/notifications/images/grey-noise-bg.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
91 changes: 44 additions & 47 deletions apps/system/style/notifications/notifications.css
@@ -1,54 +1,54 @@
html, body {
font-family: 'MozTT', sans-serif;
font-size: 10px;
}

#notification-toaster {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 40px;

height: 45px;
overflow: hidden;

background-image: url('images/grey-noise-bg.png');
background-repeat: repeat-x;
-moz-box-sizing: border-box;
border-bottom: 1px #2c2c2c solid;

font-size: 1em;

-moz-transform: translateY(-40px);
-moz-transform: translateY(-45px);
-moz-transition: -moz-transform .3s ease-in-out;
}

#toaster-icon {
position: absolute;
width: 24px;
height: 24px;
top: 8px;
left: 6px;

width: 30px;
height: 30px;
top: 7px;
left: 10px;
pointer-events: none;
}

#notification-toaster > div {
left: 38px;
width: -moz-calc(100% - 38px);
height: 12px;

left: 50px;
width: -moz-calc(100% - 55px);
height: 19px;
padding: 0;

line-height: 12px;
line-height: 1.9rem;
}

#toaster-title {
position: absolute;
top: 4px;
color: #52B6CC;
top: 3px;
color: #52b8cc;
font-size: 1.5rem;
font-weight: 500;
}

#toaster-detail {
position: absolute;
top: 22px;
color: white;

font-size: 1.4rem;
font-weight: 400;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
Expand All @@ -60,32 +60,29 @@

#notification-bar {
height: 30px;

background-color: #52b6cc;
color: #1b3f46;
}

#notification-bar span {
display: inline-block;
margin-left: 16px;

font-size: 1.2em;
margin-left: 15px;
font-size: 1.4rem;
font-weight: 500;
line-height: 30px;
font-weight: 700;
}

#notification-bar button {
float: right;
margin-right: 16px;
margin-right: 15px;
width: 30%;
height: 30px;

padding: 0;
border: 0;
background: none;

text-align: right;
font-size: 1.1em;
font-size: 1.4rem;
font-weight: 500;
}

/* remove ugly dotted outline when focus */
Expand All @@ -105,9 +102,10 @@

.notification {
position: relative;

height: 60px;
font-weight: 700;
font-size: 1.4rem;
font-weight: 400;
line-height: 1.9rem;

background-color: rgba(0, 0, 0, 0.5);

Expand All @@ -124,22 +122,21 @@
}

.notification > div:first-of-type {
margin: 14px 0 0 56px;

font-size: 1.2em;
font-weight: 700;
line-height: 16px;
color: #f2f2f2;
margin: 10px 0 0 50px;
font-size: 1.5rem;
font-weight: 500;
line-height: 1.9rem;
color: #FFFFFF;
}

.notification > div {
margin: 0 0 0 56px;
margin: 0 0 0 50px;
padding: 0;
width: -moz-calc(100% - 105px);

color: #dbdbdb;
line-height: 16px;
font-weight: 300;
width: -moz-calc(100% - 55px);
color: #bfbfbf;
font-size: 1.4rem;
line-height: 1.9rem;
font-weight: 400;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
Expand All @@ -148,9 +145,9 @@
.notification > img {
float: left;
display: block;
width: 32px;
height: 32px;
margin: 14px;
width: 30px;
height: 30px;
margin: 15px 10px;
pointer-events: none;
}

Expand Down
10 changes: 7 additions & 3 deletions apps/system/style/quick_settings/quick_settings.css
@@ -1,3 +1,8 @@
html, body {
font-family: 'MozTT', sans-serif;
font-size: 10px;
}

#quick-settings {
display: block;
width: 100%;
Expand All @@ -17,13 +22,12 @@
height: 30px;
margin: 15px 0;
padding: 0;

color: #fff;
text-align: center;
text-decoration: none;
outline: none;
font-size: 14px;
line-height: 18px;
font-size: 1.4rem;
line-height: 1.8rem;

border-right: 1px black solid;
border-left: 1px gray solid;
Expand Down
Binary file not shown.
Binary file modified apps/system/style/update_manager/images/grey-noise-bg.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/system/style/update_manager/images/loader.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
89 changes: 48 additions & 41 deletions apps/system/style/update_manager/update_manager.css
@@ -1,3 +1,8 @@
html, body {
font-family: 'MozTT', sans-serif;
font-size: 10px;
}

#update-manager-container {
display: none;
}
Expand All @@ -9,14 +14,12 @@
#update-manager-container > .activity {
display: none;
float: left;
width: 40px;
height: 40px;
margin: 10px 15px 10px 10px;

width: 32px;
height: 30px;
margin: 14px 10px;
background-image: url(images/loader.png);
background-position: center center;
background-repeat: no-repeat;

animation: 0.9s fn-rotate infinite linear;
}

Expand All @@ -36,17 +39,15 @@

#update-manager-container > .icon {
float: left;
width: 40px;
height: 40px;
margin: 10px 15px 10px 10px;

background-repeat: no-repeat;
background-position: center center;
display: block;
width: 24px;
height: 24px;
margin: 18px 10px;
}

#update-manager-container > .icon,
#update-manager-toster > .icon {
background-image: url('images/downloads.png');
#update-manager-toaster > .icon {
background-image: url('images/iconindicator_download_24x24.png');
}

#update-manager-container.downloading > .icon {
Expand All @@ -55,29 +56,39 @@

#update-manager-toaster > .icon {
float: left;
width: 30px;
height: 30px;
margin: 5px 15px 5px 10px;
background-repeat: no-repeat;
background-position: center center;
display: block;
width: 24px;
height: 24px;
margin: 10px 10px;
}


#update-manager-toaster > .message,
#update-manager-container > .message {
margin: 10px;

line-height: 20px;
font-weight: 700;
font-size: 1.6rem;
#update-manager-toaster > .message {
position: absolute;
left: 50px;
top: 10px;
width: -moz-calc(100% - 55px);
color: #52b8cc;
font-size: 1.5rem;
font-weight: 500;
}

#update-manager-container > .message {
margin: 10px 0 0 50px;
width: -moz-calc(100% - 55px);
font-size: 1.5rem;
font-weight: 500;
line-height: 1.9rem;
color: #FFFFFF;
}

#update-manager-container > .message > span {
display: block;

line-height: 20px;
font-weight: 300;
font-size: 1.2rem;
color: #bfbfbf;
font-size: 1.4rem;
line-height: 1.9rem;
font-weight: 400;
text-overflow: ellipsis;
}

#update-manager-toaster > .message > span {
Expand All @@ -89,18 +100,13 @@
top: 0;
left: 0;
width: 100%;
height: 40px;

height: 45px;
overflow: hidden;

background-image: url('images/grey-noise-bg.png');
background-repeat: repeat-x;
-moz-box-sizing: border-box;
border-bottom: 1px #2c2c2c solid;

font-size: 1em;

-moz-transform: translateY(-40px);
-moz-transform: translateY(-45px);
-moz-transition: -moz-transform .3s ease-in-out;
}

Expand All @@ -121,8 +127,9 @@
height: auto;
overflow-y: scroll;
max-height: -moz-calc(100% - 3.8rem);

font-size: 1.6rem;
text-transform:capitalize;
font-size: 1.9rem;
color: #fff;
}

#updates-download-dialog ul {
Expand All @@ -133,7 +140,7 @@
#updates-download-dialog span {
display: block;
float: right;

font-weight: bold;
font-size: 1.4rem;
font-weight: 400;
font-size: 1.9rem;
color: #ebebeb;
}