aligned logout button

This commit is contained in:
Serghey Rodin 2013-07-31 17:19:21 +03:00
commit 03931cb78b
3 changed files with 11 additions and 4 deletions

View file

@ -51,8 +51,13 @@ fi
%defattr(-,root,root)
%attr(755,root,root) /usr/local/vesta/nginx
%{_initrddir}/vesta
%config(noreplace) /usr/local/vesta/nginx/conf/nginx.conf
%changelog
* Wed Jul 30 2013 Serghey Rodin <builder@vestacp.com> - 0.9.8-1
- upgraded to nginx-1.4.2
* Sat Apr 06 2013 Serghey Rodin <builder@vestacp.com> - 0.9.7-2
- new init script

View file

@ -42,7 +42,8 @@ fi
%config(noreplace) %{_vestadir}/web/images/favicon.ico
%changelog
* Mon Jul 29 2013 Serghey Rodin <builder@vestacp.com> - 0.9.8-3
* Mon Jul 30 2013 Serghey Rodin <builder@vestacp.com> - 0.9.8-3
- Updated romanian language file
- Fixed issue with uppercase domains
- Implemented JS hints when adding database or ftp domain
- Package trigger support

View file

@ -96,17 +96,18 @@ form {
font-weight: bold;
text-decoration: none;
line-height: 21px;
padding: 0 18px 1px 4px;
padding: 0 4px 1px 4px;
margin: 0 14px 1px 0;
}
.top-logout:hover {
color: #fff;
background-color: #999;
background-color: #f79b44;
}
.top-logout:active {
color: #fff;
background-color: #f79b44;
background-color: #999;
}
.nav-logo {