mirror of
https://github.com/nextcloud/passman.git
synced 2025-01-01 04:51:44 +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;
|
cursor: pointer;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
border-bottom: 1px solid #eeeeee; }
|
border-bottom: 1px solid #eeeeee; }
|
||||||
#app-content #app-content-wrapper .credential-table tr td .label {
|
#app-content #app-content-wrapper .credential-table tr td .icon {
|
||||||
float: left; }
|
font-size: 19px;
|
||||||
|
float: left;
|
||||||
|
margin-right: 5px;
|
||||||
|
margin-left: 3px; }
|
||||||
#app-content #app-content-wrapper .credential-table tr td .tags {
|
#app-content #app-content-wrapper .credential-table tr td .tags {
|
||||||
float: right; }
|
float: right; }
|
||||||
#app-content #app-content-wrapper .credential-table tr td .tags .tag {
|
#app-content #app-content-wrapper .credential-table tr td .tags .tag {
|
||||||
background-color: rgba(240, 240, 240, 0.9);
|
background-color: rgba(240, 240, 240, 0.9);
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
font-size: 11px;
|
font-size: 12px;
|
||||||
margin-right: 3px;
|
margin-right: 3px;
|
||||||
-webkit-border-radius: 5px;
|
-webkit-border-radius: 5px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
@ -342,9 +345,6 @@
|
||||||
#app-navigation > ul ul {
|
#app-navigation > ul ul {
|
||||||
display: inherit !important; }
|
display: inherit !important; }
|
||||||
|
|
||||||
#app-content.with-app-sidebar {
|
|
||||||
margin-right: 32%; }
|
|
||||||
|
|
||||||
#app-settings-content:not(.ng-hide) {
|
#app-settings-content:not(.ng-hide) {
|
||||||
height: 60px;
|
height: 60px;
|
||||||
display: inherit !important;
|
display: inherit !important;
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue