diff --git a/css/app.css b/css/app.css index 97271afd..cd574b01 100644 --- a/css/app.css +++ b/css/app.css @@ -470,8 +470,8 @@ border-bottom-left-radius: 3px; background-clip: padding-box; } #app-content #app-content-wrapper .credential-table { - width: 100%; - margin-top: 44px; } + width: 100vh; + } #app-content #app-content-wrapper .credential-table tr:hover { background-color: whitesmoke; } #app-content #app-content-wrapper .credential-table tr.selected { diff --git a/sass/credentials.scss b/sass/credentials.scss index b5c3892e..51b20aeb 100644 --- a/sass/credentials.scss +++ b/sass/credentials.scss @@ -573,19 +573,24 @@ @include border-left-radius(0) } .icon-picker { - //float: left; - margin-top: 3px; - margin-left: -3px; + //position: relative; //@include border-left-radius(3px); + float: left; + margin-top: 3px; + padding-top: 7px; .cell { //min-height: 44px; + margin-top: 0px; + margin-left: -0px; + padding: 7px 12px 2px 12px; - display: inline-block; + display: inline; + font-size: 14px; border: 1px solid #ddd; background-color: lighten(#ddd, 5%); cursor: pointer; - //@include border-left-radius(6px); + @include border-left-radius(6px); //img { // height: 16px; //} @@ -596,6 +601,7 @@ } } + #iconPicker { .iconList { float: left; diff --git a/sass/partials/pwgen.scss b/sass/partials/pwgen.scss index 5e8d0173..a94a1a92 100644 --- a/sass/partials/pwgen.scss +++ b/sass/partials/pwgen.scss @@ -41,6 +41,7 @@ float: left; margin-top: 3px; margin-left: -3px; + padding-bottom:1px; .cell{ padding: 5px; display: inline-block; diff --git a/templates/views/partials/icon-picker.html b/templates/views/partials/icon-picker.html index 7de7b864..22e511f6 100644 --- a/templates/views/partials/icon-picker.html +++ b/templates/views/partials/icon-picker.html @@ -1,10 +1,5 @@ -
-
- - - -
- \ No newline at end of file