Skip to content

Commit

Permalink
ajout de la version WebExtensions pour chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
AmarOk1412 committed Feb 12, 2017
1 parent b64e84e commit d00674c
Show file tree
Hide file tree
Showing 44 changed files with 74 additions and 2,311 deletions.
21 changes: 16 additions & 5 deletions Firefox/popup/notifier_popup.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
html {
height: 100px;
}

body
{
height: 100px;
margin: 0;
padding: 0;
color: white;
background-color: #0c4863;
border-bottom: 3px solid #f8ad32;
font-family: 'Source Sans Pro', Fallback, sans-serif;
}

Expand All @@ -16,8 +20,10 @@ body

#notconnected
{
font-size: 1.2em;
margin-top: 20px;
text-align: center;
width: 200px;
}

#home_clem img
Expand Down Expand Up @@ -63,11 +69,16 @@ a
background: #396a81;
}

#button
{
border-bottom: 3px solid #f8ad32;
}

#notification
{
font-size:13px;
height: 50px;
width: 385px;
width: 350px;
border-bottom: #154e69 1px solid;
}

Expand All @@ -80,15 +91,15 @@ a
#notification #blocNotif
{
float:right;
width: 335px;
width: 300px;
height: 50px;
overflow: hidden;
text-overflow: ellipsis;
}

#notification #pseudo
{
width:40%;
width:50%;
max-height: 18px;
overflow-y: hidden;
text-overflow: ellipsis;
Expand All @@ -102,7 +113,7 @@ a
max-height: 13px;
float:right;
text-align:right;
padding-right:20px;
padding-right:10px;
color: #77b8d5;
}

Expand Down
Loading

0 comments on commit d00674c

Please sign in to comment.