Fixed display of APPS on Dashboard for themes AZURE and GRAY

This commit is contained in:
bergware
2017-06-25 11:15:47 +02:00
parent 660fc5ee42
commit e1a38ec13e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -239,7 +239,7 @@ div.Panel:hover{background-color:#EDEAEF}
div.Panel:hover .PanelText{text-decoration:underline}
div.Panel br,.vmtemplate br{display:none}
div.Panel img.PanelImg{float:left;width:auto;max-width:32px;height:32px;margin:10px 20px 10px 10px}
div.Panel .PanelText{font-size:15px;line-height:50px;float:left}
div.Panel .PanelText{font-size:15px;padding-top:10px;text-align:center}
div.user-list{float:left;padding:10px;margin-right:10px;margin-bottom:24px;border:1px solid #EDEAEF;border-radius:5px;line-height:20px;height:100px;width:100px}
div.user-list img{width:auto;max-width:48px;height:48px;margin-bottom:16px}
div.user-list:hover{background-color:#EDEAEF}
+1 -1
View File
@@ -239,7 +239,7 @@ div.Panel:hover{background-color:#121510}
div.Panel:hover .PanelText{text-decoration:underline}
div.Panel br,.vmtemplate br{display:none}
div.Panel img.PanelImg{float:left;width:auto;max-width:32px;height:32px;margin:10px 20px 10px 10px}
div.Panel .PanelText{font-size:15px;line-height:50px;float:left}
div.Panel .PanelText{font-size:15px;padding-top:10px;text-align:center}
div.user-list{float:left;padding:10px;margin-right:10px;margin-bottom:24px;border:1px solid #121510;border-radius:5px;line-height:20px;height:100px;width:100px}
div.user-list img{width:auto;max-width:48px;height:48px;margin-bottom:16px}
div.user-list:hover{background-color:#121510}