Skip to content

Commit

Permalink
#44, fix graphiques
Browse files Browse the repository at this point in the history
  • Loading branch information
AmarOk1412 committed Nov 7, 2016
1 parent 1ff84f0 commit 3651192
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
Binary file added Firefox/popup/fonts/source-sans-pro.woff2
Binary file not shown.
22 changes: 18 additions & 4 deletions Firefox/popup/notifier_popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,19 @@ body
color: white;
background-color: #0c4863;
border-bottom: 3px solid #f8ad32;
font-family: 'Source Sans Pro', Fallback, sans-serif;
}

@font-face {
font-family: "Source Sans Pro";
font-style: normal;
src: local("Source Sans Pro"), url('fonts/source-sans-pro.woff2') format('woff2');
}

#notconnected
{
margin-top: 20px;
text-align:center;
text-align: center;
}

#home_clem img
Expand Down Expand Up @@ -60,7 +67,7 @@ a
{
font-size:13px;
height: 50px;
width: 300px;
width: 350px;
border-bottom: #154e69 1px solid;
}

Expand All @@ -73,20 +80,26 @@ a
#notification #blocNotif
{
float:right;
width: 250px;
width: 300px;
height: 50px;
overflow: hidden;
text-overflow: ellipsis;
}

#notification #pseudo
{
width:50%;
max-height: 18px;
overflow-y: hidden;
text-overflow: ellipsis;
padding-left: 5px;
color: #77b8d5;
}

#notification #date
{
width:50%;
width:40%;
max-height: 13px;
float:right;
text-align:right;
padding-right:10px;
Expand All @@ -96,6 +109,7 @@ a
#notification #title
{
margin-top: 5px;
padding-left: 5px;
}

#header
Expand Down

0 comments on commit 3651192

Please sign in to comment.