Update sshey UI to use common list style

This commit is contained in:
Nick O'Leary
2017-12-20 23:45:17 +00:00
parent 3b51d18ce7
commit 816442f5f0
4 changed files with 250 additions and 151 deletions

View File

@@ -756,9 +756,17 @@
}
div.projects-dialog-ssh-public-key {
position: relative;
padding: 15px 20px 0;
pre {
position: relative;
word-break: break-all;
}
&:after {
content: "";
display: table;
clear: both;
}
}
.projects-dialog-list {
@@ -808,10 +816,8 @@ div.projects-dialog-ssh-public-key {
}
}
.projects-dialog-list-dialog {
position: absolute;
top: 5px;
right: 10px;
left: 10px;
margin-top: 10px;
margin-bottom: 20px;
background: white;
border-radius: 4px;
border: 1px solid $secondary-border-color;
@@ -820,6 +826,11 @@ div.projects-dialog-ssh-public-key {
display: block !important;
width: auto !important;
}
&:after {
content: "";
display: table;
clear: both;
}
.projects-dialog-list-dialog-header {
font-weight: bold;