Skip to content

Commit

Permalink
Forcibly align UI. Closes #194.
Browse files Browse the repository at this point in the history
  • Loading branch information
machawk1 committed Jan 21, 2016
1 parent b697a23 commit 1b257a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mink-plugin/css/minkui.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#minkWrapper {margin: 0; padding: 0; font-family: Helvetica, Arial, sans-serif; font-size: 12px;}
#minkuiX {width: 100%; height: 80px; background-color: #eef; margin: 0; top: 0; left: 0; position: fixed; padding: 5px; z-index:2147483641 !important; line-height: 1.1em; color: #000; font-size: 13px; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif}
#minkWrapper {margin: 0; padding: 0; font-family: Helvetica, Arial, sans-serif; font-size: 12px; text-align: left;}
#minkuiX {width: 100%; height: 80px; background-color: #eef; margin: 0; top: 0; left: 0; position: fixed; padding: 5px; z-index:2147483641 !important; line-height: 1.1em; color: #000; font-size: 13px; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; text-align: left;}
#minkuiX #minkLogo {height: 100%; float: left; z-index: 2; position: relative;}
#minkuiX #minkStatus {width: 100%; position: absolute; bottom: 0; left: 0; margin: 0; padding: 0; background-color: #ccf; z-index: 1; height: 1.2em; border-bottom: 2px solid #aaf; border-top: 1px solid #bbf;}
#minkuiX #minkStatus ul {list-style-type: none; margin: 0; padding: 0; width: 700px;}
Expand Down
2 changes: 1 addition & 1 deletion mink-plugin/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Mink",
"version": "2.0",
"version": "2.0.1",
"description": "Integrating the Live and Archived Web Viewing Experience Using Memento",
"homepage_url": "http://matkelly.com/mink",
"author": "Mat Kelly <[email protected]>",
Expand Down

0 comments on commit 1b257a0

Please sign in to comment.