Update styles.css
This commit is contained in:
parent
de7432934c
commit
e07a55b307
1 changed files with 13 additions and 8 deletions
|
@ -88,14 +88,19 @@ select {
|
||||||
background-color: #242424;
|
background-color: #242424;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Fix for Firefox */
|
div.logo-container
|
||||||
.logo {
|
{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
float: left;
|
margin-top: -5px;
|
||||||
left: 26px;
|
width: 152px;
|
||||||
top: 30px;
|
height: 100px;
|
||||||
width: 100px;
|
text-align: center;
|
||||||
height: 42px;
|
}
|
||||||
|
img.logo
|
||||||
|
{
|
||||||
|
max-width: 100%;
|
||||||
|
max-height: 90%;
|
||||||
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Version Notification Starts*/
|
/* Version Notification Starts*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue