Browse Source

- Change main icon to the new one

- Fix some CSS in notify widget
pull/5/head
Jaussoin Timothée 14 years ago
parent
commit
9762d2e13e
  1. 2
      system/Widget/widgets/Logout/logout.css
  2. 1
      system/Widget/widgets/Notifs/notifs.css
  3. 2
      themes/movim/css/style2.css
  4. BIN
      themes/movim/img/home_icon.png
  5. BIN
      themes/movim/img/logo.png

2
system/Widget/widgets/Logout/logout.css

@ -28,7 +28,7 @@
#logoutlist {
display: none;
position: fixed;
top: 38px;
top: 36px;
right: 50%;
margin-right: -302px;
z-index: 1;

1
system/Widget/widgets/Notifs/notifs.css

@ -11,6 +11,7 @@
#notifs ul li:last-child {
border-bottom: 0px;
padding: 3px;
}
#notifs ul li {

2
themes/movim/css/style2.css

@ -340,7 +340,7 @@ label {
clear: both;
background-image: url(../img/logo.png);
background-repeat: no-repeat;
background-position: 30px 8px;
background-position: 40px 7px;
}
#nav .menu li {
float: left;

BIN
themes/movim/img/home_icon.png

Before

Width: 13  |  Height: 14  |  Size: 294 B

BIN
themes/movim/img/logo.png

Before

Width: 164  |  Height: 40  |  Size: 2.0 KiB

After

Width: 144  |  Height: 22  |  Size: 1.7 KiB

Loading…
Cancel
Save