toolbar: improved vincennes logo integration

This commit is contained in:
Victor Claudet 2014-08-28 17:37:26 +02:00 committed by Jérôme Schneider
parent 44683288d0
commit 37c0cf3ab0
2 changed files with 7 additions and 4 deletions

View File

@ -20,7 +20,6 @@
vertical-align: top;
padding-left: 12px;
padding-right: 12px;
padding-top: 3px;
}
.mandaye_toolbar-right {
@ -32,7 +31,11 @@
.mandaye_toolbar-logo {
float: left;
padding: 3px 15px 0px 15px;
padding: 10px 15px 0px 15px;
width: 170px;
height: 60px;
background: url('../images/cont-bg.png') 0px -10px no-repeat;
background-size: 100% 100%;
}
.mandaye_toolbar-cc {
@ -40,8 +43,8 @@
background-color: transparent;
background-repeat: no-repeat;
background-image: url('../images/compte-citoyen.png');
padding: 7px 12px 20px 10px;
background-position: 10px 2px;
padding: 10px 12px 20px 10px;
background-position: 10px 5px;
}
.mandaye_toolbar-cc a {

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB