-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pushing ready to switch to danielchatfield fork
- Loading branch information
1 parent
7221c79
commit 7d10b7a
Showing
10 changed files
with
199 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
enabled: | ||
title: Enable Extension | ||
type: checkbox |
Submodule lava
updated
58 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,45 @@ | ||
.no-select{-webkit-user-select:none}body{background:#fbfbfb;color:#666;font-family:sans-serif}#logo{background-repeat:no-repeat;background-position:bottom center;min-height:200px;max-height:500px}#logo img{margin-left:-1000px;opacity:0;z-index:-1}#login_form_cntr{margin-left:auto;margin-right:auto;background:#fff;border:1px solid #BEBEBE;width:300px;padding:20px;-moz-box-shadow:0 1px 3px rgba(0,0,0,.2);-ms-box-shadow:0 1px 3px rgba(0,0,0,.2);-o-box-shadow:0 1px 3px rgba(0,0,0,.2);box-shadow:0 1px 3px rgba(0,0,0,.2);-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px}input:not([type="submit"]){width:100%;line-height:30px;height:30px;font-size:24px;font-weight:200}label{font-size:14px} | ||
.no-select { | ||
-webkit-user-select: none; | ||
} | ||
body { | ||
background: #fbfbfb; | ||
color: #666; | ||
font-family: sans-serif; | ||
} | ||
#logo { | ||
background-repeat: no-repeat; | ||
background-position: bottom center; | ||
min-height: 200px; | ||
max-height: 500px; | ||
} | ||
#logo img { | ||
margin-left: -1000px; | ||
opacity: 0; | ||
z-index: -1; | ||
} | ||
#login_form_cntr { | ||
margin-left: auto; | ||
margin-right: auto; | ||
background: white; | ||
border: 1px solid #BEBEBE; | ||
width: 300px; | ||
padding: 20px; | ||
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); | ||
-ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); | ||
-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); | ||
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); | ||
-moz-border-radius: 3px; | ||
-ms-border-radius: 3px; | ||
-o-border-radius: 3px; | ||
border-radius: 3px; | ||
} | ||
input:not([type="submit"]) { | ||
width: 100%; | ||
line-height: 30px; | ||
height: 30px; | ||
font-size: 24px; | ||
font-weight: 200; | ||
} | ||
label { | ||
font-size: 14px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters