From 17e4db9388b2abcb6a47012f9b672f0d70cabac3 Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Fri, 18 Jan 2013 14:45:59 +0200 Subject: [PATCH 1/3] fixes typo in rebuild script --- bin/v-rebuild-user | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/v-rebuild-user b/bin/v-rebuild-user index bf73475d4..289afb6dd 100755 --- a/bin/v-rebuild-user +++ b/bin/v-rebuild-user @@ -143,7 +143,7 @@ fi if [ ! -z "$DB_SYSTEM" ] && [ "$DB_SYSTEM" != 'no' ]; then touch $USER_DATA/db.conf chmod 660 $USER_DATA/db.conf - echo "v-update-datbases-disk $user" >> $VESTA/data/queue/disk.pipe + echo "v-update-databases-disk $user" >> $VESTA/data/queue/disk.pipe fi if [ ! -z "$CRON_SYSTEM" ] && [ "$CRON_SYSTEM" != 'no' ]; then From f04e836c66d5eb21780db9f8687812505b37997a Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Fri, 18 Jan 2013 15:17:47 +0200 Subject: [PATCH 2/3] thinner menu line --- web/templates/header.html | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/web/templates/header.html b/web/templates/header.html index f85516a41..85ca86564 100644 --- a/web/templates/header.html +++ b/web/templates/header.html @@ -81,10 +81,10 @@ .nav-logo { float:left; - height:104px; + height:105px; width:161px; margin: 0 0px 0 0; - border-bottom: 3px solid #d6d6d6; + border-bottom: 2px solid #d6d6d6; } .nav-lnk { @@ -99,31 +99,32 @@ .nav-block { margin: 0 0px 0 0; - height:104px; + height:105px; width: 118px; float:left; cursor: pointer; - border-bottom: 3px solid #d6d6d6; + border-bottom: 2px solid #d6d6d6; } .nav-block:hover { - border-bottom: 3px solid #f79b44; + height:103px; + border-bottom: 4px solid #f79b44; } .nav-selected-block { margin: 0; color: #174f82; - height: 104px; + height: 103px; width: 118px; float: left; background: #fff; - border-bottom: 3px solid #777; + border-bottom: 4px solid #777; cursor: pointer; } .nav-selected-block:hover { - border-bottom: 3px solid #f79b44; + border-bottom: 4px solid #f79b44; } .nav-header { From e81fb6c7307a777644ccaaf4dd15c5ac51b84ebc Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Fri, 18 Jan 2013 15:55:46 +0200 Subject: [PATCH 3/3] fixes thin line in ie --- web/templates/header.html | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/web/templates/header.html b/web/templates/header.html index 85ca86564..47a23a71b 100644 --- a/web/templates/header.html +++ b/web/templates/header.html @@ -124,6 +124,7 @@ } .nav-selected-block:hover { + height:103px; border-bottom: 4px solid #f79b44; } @@ -702,6 +703,37 @@ width: 996px; } + .nav-block { + margin: 0 0px 0 0; + height:105px; + width: 118px; + float:left; + cursor: pointer; + border-bottom: 2px solid #d6d6d6; + } + + .nav-block:hover { + height:105px; + border-bottom: 4px solid #f79b44; + } + + .nav-selected-block { + margin: 0; + color: #174f82; + height: 105px; + width: 118px; + float: left; + background: #fff; + border-bottom: 4px solid #777; + cursor: pointer; + } + + .nav-selected-block:hover { + height:105px; + border-bottom: 4px solid #f79b44; + } + +