mirror of
https://github.com/Luzifer/cloudkeys-go.git
synced 2024-11-08 22:20:05 +00:00
9812c14aa2
Squashed commit of the following: commit682b84ab51
Author: Martin Thielecke <github@mthie.com> Date: Mon Nov 30 21:13:13 2015 +0000 fixed godeps path commit816132283f
Author: Martin Thielecke <github@mthie.com> Date: Mon Nov 30 21:12:23 2015 +0000 removed branding commitd7683dd6a5
Author: Martin Thielecke <github@mthie.com> Date: Mon Nov 30 21:08:33 2015 +0000 reverted some individual stuff commit26bc1a35e1
Merge:ecd8e53
b8ad8ee
Author: Martin Thielecke <github@mthie.com> Date: Mon Nov 30 20:51:18 2015 +0000 Merge branch 'master' of github.com:Luzifer/cloudkeys-go into clipboardapi Conflicts: assets/script.js bindata.go coffee/script.coffee commitecd8e53b13
Author: Martin Thielecke <github@mthie.com> Date: Mon Nov 30 20:45:20 2015 +0000 removed old clippy flash extension and replaced it with pure JS solution commit225e9f13c2
Author: Martin Thielecke <github@mthie.com> Date: Sat Aug 1 18:14:14 2015 +0000 [main] Revert "changed variable names according to linter" This reverts commit91ac55453c
. commit91ac55453c
Author: Martin Thielecke <github@mthie.com> Date: Sat Aug 1 11:54:53 2015 +0000 changed variable names according to linter commit7a0f9e22ba
Merge:6c57d39
8386e47
Author: Martin Thielecke <github@mthie.com> Date: Sat Aug 1 11:32:28 2015 +0000 Merge branch 'master' of github.com:Luzifer/cloudkeys-go commit6c57d394ae
Author: Martin Thielecke <github@mthie.com> Date: Fri Jul 31 19:30:47 2015 +0000 added title commit17ae0383fd
Merge:d813879
553680c
Author: Martin Thielecke <github@mthie.com> Date: Fri Jul 31 19:21:18 2015 +0000 Merge branch 'development' of github.com:mthie/cloudkeys-go commit553680c725
Merge:ec26daa
1b66ad4
Author: Martin Thielecke <github@mthie.com> Date: Fri Jul 31 19:19:41 2015 +0000 Merge branch 'master' of github.com:Luzifer/cloudkeys-go into development commitd81387910e
Author: Martin Thielecke <github@mthie.com> Date: Fri Jul 31 18:51:28 2015 +0000 changed title commit45a64d1110
Author: Martin Thielecke <github@mthie.com> Date: Fri Jul 31 18:36:14 2015 +0000 changed usernames for deployment commitec26daa679
Author: Martin Thielecke <github@mthie.com> Date: Fri Jul 31 18:34:36 2015 +0000 fixed username
174 lines
3.1 KiB
Text
174 lines
3.1 KiB
Text
body {
|
|
padding-top: 70px;
|
|
}
|
|
input {
|
|
outline: 0;
|
|
}
|
|
|
|
.navbar a {
|
|
cursor: pointer;
|
|
|
|
&.active_account {
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
#importContainer {
|
|
display: none;
|
|
|
|
#importer {
|
|
border: 1px solid #111111;
|
|
border-radius: 5px;
|
|
background-image: linear-gradient(to bottom, #666666 0%, #171717 100%);
|
|
margin: 20px 0;
|
|
padding: 20px 20px;
|
|
|
|
textarea {
|
|
border: 0;
|
|
border-radius: 5px;
|
|
display: block;
|
|
font-size: 11px;
|
|
height: 350px;
|
|
margin: 0px auto;
|
|
padding: 0;
|
|
width: 100%;
|
|
}
|
|
}
|
|
}
|
|
|
|
#loader {
|
|
img {
|
|
display: block;
|
|
margin: 0px auto;
|
|
}
|
|
}
|
|
|
|
#searchbox {
|
|
border: 1px solid #111111;
|
|
border-radius: 5px;
|
|
background-image: linear-gradient(to bottom, #666666 0%, #171717 100%);
|
|
margin: 20px 0;
|
|
padding: 10px;
|
|
|
|
input {
|
|
border: 0;
|
|
border-radius: 5px;
|
|
display: block;
|
|
font-size: 20px;
|
|
height: 40px;
|
|
margin: 0px auto;
|
|
padding: 0 20px;
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
#content {
|
|
#resultdescription {
|
|
margin: 15px 0;
|
|
|
|
span {
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
|
|
ul#items {
|
|
list-style: none;
|
|
padding: 0px;
|
|
li.active {
|
|
background-color: #e5e3e9;
|
|
}
|
|
|
|
li {
|
|
cursor: pointer;
|
|
padding: 5px 20px;
|
|
|
|
span {
|
|
font-size: 70%;
|
|
font-style: italic;
|
|
padding: 0 0 0 20px;
|
|
}
|
|
|
|
ul {
|
|
display: none;
|
|
list-style: none;
|
|
padding-left: 5px;
|
|
|
|
li.last {
|
|
display: none;
|
|
@media (min-width:768px) {
|
|
border-bottom: 0;
|
|
display: block;
|
|
}
|
|
}
|
|
li {
|
|
border-bottom: 1px dotted gray;
|
|
|
|
br { clear: both; }
|
|
|
|
label {
|
|
display: block;
|
|
float: left;
|
|
width: 100px;
|
|
}
|
|
|
|
input, textarea {
|
|
background: transparent;
|
|
border: 0;
|
|
float: left;
|
|
font-size: 11px;
|
|
min-height: 20px;
|
|
outline: 0;
|
|
padding-left: 0;
|
|
width: 300px;
|
|
}
|
|
|
|
input.password {
|
|
width: 200px;
|
|
}
|
|
|
|
div.clipboard {
|
|
background: url('clipboard.png') no-repeat top left;
|
|
display: inline-block;
|
|
height: 14px;
|
|
width: 14px;
|
|
|
|
&:active {
|
|
background: url('clipboard_click.png') no-repeat top left;
|
|
}
|
|
|
|
&:hover {
|
|
background: url('clipboard_hover.png') no-repeat top left;
|
|
}
|
|
}
|
|
|
|
em {
|
|
float: left;
|
|
font-size: 70%;
|
|
width: 100px;
|
|
}
|
|
|
|
span.clippy {
|
|
display: none;
|
|
}
|
|
|
|
@media (min-width:992px) {
|
|
span.clippy {
|
|
display: block;
|
|
float: left;
|
|
padding-left: 0;
|
|
width: 20px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
li.odd {
|
|
background-color: transparent;
|
|
}
|
|
}
|
|
li:hover {
|
|
background-color: #e5e3e9;
|
|
}
|
|
li.odd {
|
|
background-color: #f6f6f6;
|
|
}
|
|
}
|
|
}
|