mirror of
https://github.com/nextcloud/passman.git
synced 2024-12-29 11:32:47 +08:00
Compile css
This commit is contained in:
parent
4a09d32799
commit
27611db0ea
2 changed files with 7 additions and 7 deletions
12
css/app.css
12
css/app.css
|
@ -178,14 +178,17 @@
|
|||
cursor: pointer;
|
||||
padding: 5px;
|
||||
border-bottom: 1px solid #eeeeee; }
|
||||
#app-content #app-content-wrapper .credential-table tr td .label {
|
||||
float: left; }
|
||||
#app-content #app-content-wrapper .credential-table tr td .icon {
|
||||
font-size: 19px;
|
||||
float: left;
|
||||
margin-right: 5px;
|
||||
margin-left: 3px; }
|
||||
#app-content #app-content-wrapper .credential-table tr td .tags {
|
||||
float: right; }
|
||||
#app-content #app-content-wrapper .credential-table tr td .tags .tag {
|
||||
background-color: rgba(240, 240, 240, 0.9);
|
||||
padding: 4px;
|
||||
font-size: 11px;
|
||||
font-size: 12px;
|
||||
margin-right: 3px;
|
||||
-webkit-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
|
@ -342,9 +345,6 @@
|
|||
#app-navigation > ul ul {
|
||||
display: inherit !important; }
|
||||
|
||||
#app-content.with-app-sidebar {
|
||||
margin-right: 32%; }
|
||||
|
||||
#app-settings-content:not(.ng-hide) {
|
||||
height: 60px;
|
||||
display: inherit !important;
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue