From 03931cb78bde1012d03d3d05aeaef3d5bdf0beca Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Wed, 31 Jul 2013 17:19:21 +0300 Subject: [PATCH] aligned logout button --- src/rpm/specs/vesta-nginx.spec | 5 +++++ src/rpm/specs/vesta.spec | 3 ++- web/css/main.css | 7 ++++--- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/src/rpm/specs/vesta-nginx.spec b/src/rpm/specs/vesta-nginx.spec index 9abcf6f6..f4acf513 100644 --- a/src/rpm/specs/vesta-nginx.spec +++ b/src/rpm/specs/vesta-nginx.spec @@ -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 - 0.9.8-1 +- upgraded to nginx-1.4.2 + * Sat Apr 06 2013 Serghey Rodin - 0.9.7-2 - new init script diff --git a/src/rpm/specs/vesta.spec b/src/rpm/specs/vesta.spec index 0152a0c6..ee1a5de7 100644 --- a/src/rpm/specs/vesta.spec +++ b/src/rpm/specs/vesta.spec @@ -42,7 +42,8 @@ fi %config(noreplace) %{_vestadir}/web/images/favicon.ico %changelog -* Mon Jul 29 2013 Serghey Rodin - 0.9.8-3 +* Mon Jul 30 2013 Serghey Rodin - 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 diff --git a/web/css/main.css b/web/css/main.css index e40fc965..b9f009ec 100644 --- a/web/css/main.css +++ b/web/css/main.css @@ -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 {