Compile css

This commit is contained in:
brantje 2016-09-20 18:49:02 +02:00
parent 4a09d32799
commit 27611db0ea
2 changed files with 7 additions and 7 deletions

View file

@ -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