Skip to content

Commit 03931cb

Browse files
committed
aligned logout button
1 parent 171d466 commit 03931cb

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

src/rpm/specs/vesta-nginx.spec

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,13 @@ fi
5151
%defattr(-,root,root)
5252
%attr(755,root,root) /usr/local/vesta/nginx
5353
%{_initrddir}/vesta
54+
%config(noreplace) /usr/local/vesta/nginx/conf/nginx.conf
55+
5456

5557
%changelog
58+
* Wed Jul 30 2013 Serghey Rodin <builder@vestacp.com> - 0.9.8-1
59+
- upgraded to nginx-1.4.2
60+
5661
* Sat Apr 06 2013 Serghey Rodin <builder@vestacp.com> - 0.9.7-2
5762
- new init script
5863

src/rpm/specs/vesta.spec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ fi
4242
%config(noreplace) %{_vestadir}/web/images/favicon.ico
4343

4444
%changelog
45-
* Mon Jul 29 2013 Serghey Rodin <builder@vestacp.com> - 0.9.8-3
45+
* Mon Jul 30 2013 Serghey Rodin <builder@vestacp.com> - 0.9.8-3
46+
- Updated romanian language file
4647
- Fixed issue with uppercase domains
4748
- Implemented JS hints when adding database or ftp domain
4849
- Package trigger support

web/css/main.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,17 +96,18 @@ form {
9696
font-weight: bold;
9797
text-decoration: none;
9898
line-height: 21px;
99-
padding: 0 18px 1px 4px;
99+
padding: 0 4px 1px 4px;
100+
margin: 0 14px 1px 0;
100101
}
101102

102103
.top-logout:hover {
103104
color: #fff;
104-
background-color: #999;
105+
background-color: #f79b44;
105106
}
106107

107108
.top-logout:active {
108109
color: #fff;
109-
background-color: #f79b44;
110+
background-color: #999;
110111
}
111112

112113
.nav-logo {

0 commit comments

Comments
 (0)