Skip to content
This repository has been archived by the owner on Oct 17, 2020. It is now read-only.

Commit

Permalink
Style improvements for "update password" (especially on Linux);
Browse files Browse the repository at this point in the history
1.5.2b2
  • Loading branch information
luckyrat committed Jun 15, 2015
1 parent da63575 commit 4195302
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 25 deletions.
9 changes: 7 additions & 2 deletions Firefox addon/KeeFox/chrome/locale/en-US/keefox.properties
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,10 @@ KeeFox_Search.label=Search...
KeeFox_Search.tip=Start typing to display your matching login entries
KeeFox_Tools-Menu.options.label= KeeFox options
PasswordProfilesExplanation.label=You can optionally create a different one by selecting a password profile below. Use KeePass to save new profiles.

#all-logins= All logins
abort-and-edit= Abort this update and open the entry for manual editing
change= Change
#create= Create
create-new-entry= Create new entry
change-field-status= The selected entry will have all username, password and other form fields replaced with the values you have just entered.
change-field-explanation= KeeFox will also update the website icon (favicon) and any HTTP Auth Realm information. More complex modifications will require you to manually edit the entry.
Expand Down Expand Up @@ -278,6 +279,8 @@ loginsButtonGroup.tip= Explore the logins inside this folder.
loginsButtonLogin.tip= Login to %S with this username: %S. Right click for more options.
matchedLogin.label= %S - %S
matchedLogin.tip= %S in the %S group (%S)
#more-options= More options
#more-info= More info
noUsername.partial-tip= no username
notifyBarLaunchKeePass.label= You are not logged in to your password database.
notifyBarLaunchKeePassButton.tip= Launch KeePass to enable KeeFox
Expand All @@ -290,6 +293,7 @@ notifyBarRememberButton.label= Save
saveMultiPagePasswordText= Do you want KeeFox to save this multi-page password?
savePasswordLogin.tip= Username: %S. Website address (URL): %S
savePasswordText= Do you want KeeFox to save this password?
#search-again= Search again
selectDefaultKDBXLocation= Choose a default password database
selectKeePassLocation= Tell KeeFox where to find KeePass
selectMonoLocation= Tell KeeFox where to find Mono
Expand Down Expand Up @@ -336,5 +340,6 @@ troubleshooter.visit-troubleshooting-guide-connection= We've got a troubleshooti
troubleshooter.website-failed= There are a few websites that KeeFox can't automatically fill in for you but there are a lot of ways to work around the problem so that it is still fairly quick to login. We've got a troubleshooting section devoted to helping with this problem and if that's not enough, the support forums have other relevant discussions that could help you.
troubleshooter.why-sorry= We offer KeeFox in the hope that it can improve the security of your passwords by being easy to use and linking to a trusted open-source password manager that keeps your passwords as secure as possible. If we've failed you this time, sorry!
troubleshooter.you-were-close= It looks like you were very close to getting KeeFox setup.
#update= Update
update-existing-entry= Update existing entry
whichEntry.label= Choose an entry...
whichEntry.label= Choose an entry...
52 changes: 30 additions & 22 deletions Firefox addon/KeeFox/chrome/skin/panel.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ panelmultiview[mainViewId="keefox-panelview"] .panel-mainview
padding:5px;
}

#keefox-persistent-panel box.panel-arrowcontent
{
background-color: #FFFFFF;
}

/* backup max height option: Panel wrapper style *
#KeeFox-PanelSection-div-wrapper
Expand Down Expand Up @@ -449,12 +453,13 @@ display: block;
max-width:24px;
height:24px;
max-height:24px;
padding:0px;
padding:1px 0px 0px 0px;
margin:0px 5px;
line-height:1;
font-size:.8em;
font-size:14px;
font-weight: bold;
line-height:1;
color: #dd2222;
font-family: Arial,sans-serif;
}

#keefox-panelview .keeFoxNotification button.KeeFox-Close-Notification:hover,
Expand All @@ -477,6 +482,7 @@ display: block;
margin: 5px;
min-width: 350px;
display:inline-block;
background-color: #FFFFFF;
}

#keefox-save-password-db-select
Expand All @@ -490,6 +496,7 @@ display: block;
display:inline-block;
border: 1px solid #D6D6D6;
padding: 3px 5px;
background-color: #FFFFFF;
}
#KeeFox-PanelSection-searchfilter {
margin:5px 0px 5px 0px;
Expand Down Expand Up @@ -595,6 +602,23 @@ width:50% !important;
-moz-box-align:center;
}

#keefox-save-password-update-panel2 > hbox:nth-child(1) {
padding-top:10px;
}

#keefox-save-password-update-panel2 > hbox:nth-child(2) {
padding-top:10px;
margin-top:10px;
border-top:1px solid #D6D6D6;
}

#keefox-save-password-update-panel2 > hbox#KeeFox-loginURLsUpdateStatusContainer {
padding-top:10px;
margin-top:10px;
margin-bottom:0px;
border-top:1px solid #D6D6D6;
}

#KeeFox-SaveLogin-searchbox
{
width: calc(100% - 12px);
Expand Down Expand Up @@ -648,10 +672,11 @@ button.KeeFox-SaveLogin-Abort {
}

#KeeFox-loginURLsUpdateRadioGroup {
margin:10px 0px;
margin:10px 0px 0px 0px;
padding-top:10px;
border-top:1px solid #D6D6D6;
}


#keefox-persistent-panel .disabled {
display:none;
}
Expand Down Expand Up @@ -736,20 +761,3 @@ button.KeeFox-SaveLogin-Abort {
{
background-color: #fff;
}

/*
#keefox-persistent-panel .panel-arrowcontent {
overflow-y: auto !important;
}
#keefox-persistent-panel .panel-arrowcontent {
overflow-y: auto !important;
width:700px;
}
#keefox-persistent-panel .panel-arrowcontent #KeeFox-PanelSection-notifications-window {
overflow-y: scroll !important;
background-color:red !important;
}*/
2 changes: 1 addition & 1 deletion Firefox addon/KeeFox/install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<Description about="urn:mozilla:install-manifest">
<em:id>[email protected]</em:id>
<em:version>1.5.2b1</em:version>
<em:version>1.5.2b2</em:version>
<em:type>2</em:type>
<em:unpack>true</em:unpack>
<em:multiprocessCompatible>true</em:multiprocessCompatible>
Expand Down

0 comments on commit 4195302

Please sign in to comment.