Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorbrantje <brantje@gmail.com>2016-10-01 18:21:24 +0300
committerbrantje <brantje@gmail.com>2016-10-01 18:21:24 +0300
commit64113510686357efe5bb1a88e15e121a02912ed0 (patch)
tree1dba67d503b22ca099de989b2ece4dc9e1eb69bf /css
parentc4da0742dfd579cd7cc6a2713e7038426f9aa940 (diff)
Add bookmarklet
Diffstat (limited to 'css')
-rw-r--r--css/app.css2
-rw-r--r--css/bookmarklet.css35
-rw-r--r--css/bookmarklet.css.map7
3 files changed, 43 insertions, 1 deletions
diff --git a/css/app.css b/css/app.css
index c4eb0412..94d8af04 100644
--- a/css/app.css
+++ b/css/app.css
@@ -33,7 +33,7 @@
border-bottom-width: 0;
margin: 0;
padding: 10px 10px 10px 10px;
- color: #696969;
+ color: #e0dddd;
cursor: pointer;
border-right: 1px solid #eee;
-webkit-transition: background-color 250ms linear;
diff --git a/css/bookmarklet.css b/css/bookmarklet.css
new file mode 100644
index 00000000..89e245d2
--- /dev/null
+++ b/css/bookmarklet.css
@@ -0,0 +1,35 @@
+header, nav {
+ display: none; }
+
+#content-wrapper {
+ padding-top: 0; }
+
+#app-content-wrapper {
+ min-height: inherit !important; }
+
+.warning_bar .fa-times {
+ margin-right: 20px; }
+
+.tab_container {
+ padding-top: 10px;
+ margin-bottom: 20px; }
+ .tab_container div {
+ margin-bottom: 5px;
+ overflow: hidden; }
+
+.vault_wrapper {
+ margin-top: 70px; }
+
+.active_vault {
+ float: right;
+ text-align: right;
+ padding-right: 5px;
+ font-size: 10px; }
+
+.tab_header {
+ margin: 0; }
+
+.angularjs-datetime-picker {
+ z-index: 9999; }
+
+/*# sourceMappingURL=bookmarklet.css.map */
diff --git a/css/bookmarklet.css.map b/css/bookmarklet.css.map
new file mode 100644
index 00000000..029063ad
--- /dev/null
+++ b/css/bookmarklet.css.map
@@ -0,0 +1,7 @@
+{
+"version": 3,
+"mappings": "AAAA,WAAW;EACT,OAAO,EAAE,IAAI;;AAKf,gBAAgB;EACd,WAAW,EAAE,CAAC;;AAIhB,oBAAoB;EAClB,UAAU,EAAE,kBAAkB;;AAGhC,sBAAuB;EACtB,YAAY,EAAE,IAAI;;AAEnB,cAAc;EACZ,WAAW,EAAE,IAAI;EAKjB,aAAa,EAAE,IAAI;EAJnB,kBAAG;IACD,aAAa,EAAE,GAAG;IAClB,QAAQ,EAAE,MAAM;;AAIpB,cAAc;EACZ,UAAU,EAAE,IAAI;;AAElB,aAAa;EACX,KAAK,EAAE,KAAK;EACZ,UAAU,EAAE,KAAK;EACjB,aAAa,EAAE,GAAG;EAClB,SAAS,EAAE,IAAI;;AAEjB,WAAW;EACT,MAAM,EAAE,CAAC;;AAEX,0BAA0B;EACxB,OAAO,EAAE,IAAI",
+"sources": ["../sass/bookmarklet.scss"],
+"names": [],
+"file": "bookmarklet.css"
+}