Theme optimizations and alignments

This commit is contained in:
bergware
2017-05-25 18:22:10 +02:00
parent 5109711e75
commit 994bc95cc0
4 changed files with 8 additions and 6 deletions
+2 -2
View File
@@ -242,10 +242,10 @@ div.Panel{width:25%;height:auto;float:left;margin:0;padding:5px;border-right:#ED
div.Panel:hover{background-color:#EDEAEF;}
div.Panel:hover .PanelText{text-decoration:underline;}
div.Panel br,.vmtemplate br{display:none;}
img.PanelImg{float:left;width:auto;max-width:32px;height:32px;margin:10px 20px 10px 10px;}
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.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{margin-bottom:16px;}
div.user-list img{width:auto;max-width:48px;height:48px;margin-bottom:16px;}
div.user-list:hover{background-color:#EDEAEF;}
div.vmheader{display:block;clear:both;}
div.vmtemplate:hover{background-color:#EDEAEF;}
+2 -1
View File
@@ -220,8 +220,9 @@ div.tab [type=radio]+label{position:relative;font-size:14px;padding:4px 10px;mar
div.tab [type=radio]+label img{padding-right:4px;}
div.Panel{text-align:center;float:left;margin:0 30px 30px 12px;height:80px;}
div.Panel .PanelText{padding-top:10px;}
div.Panel img.PanelImg{width:auto;max-width:48px;height:48px;}
div.user-list{float:left;padding:10px;margin-right:10px;margin-bottom:24px;border:1px solid #202020;border-radius:5px;line-height:16px;background:-webkit-radial-gradient(#303030,#101010);background:linear-gradient(#303030,#101010);}
div.user-list img{margin-bottom:12px;}
div.user-list img{width:auto;max-width:48px;height:48px;margin-bottom:12px;}
div.up{margin-top:-20px;border:1px solid #202020;padding:4px 6px;overflow:auto;}
pre.up{margin-top:-20px;}
pre{border:1px solid #202020;font-family:bitstream;padding:4px 6px;overflow:auto;}
+2 -2
View File
@@ -242,10 +242,10 @@ div.Panel{width:25%;height:auto;float:left;margin:0;padding:5px;border-right:#12
div.Panel:hover{background-color:#121510;}
div.Panel:hover .PanelText{text-decoration:underline;}
div.Panel br,.vmtemplate br{display:none;}
img.PanelImg{float:left;width:auto;max-width:32px;height:32px;margin:10px 20px 10px 10px;}
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.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{margin-bottom:16px;}
div.user-list img{width:auto;max-width:48px;height:48px;margin-bottom:16px;}
div.user-list:hover{background-color:#121510;}
div.vmheader{display:block;clear:both;}
div.vmtemplate:hover{background-color:#121510;}
+2 -1
View File
@@ -220,8 +220,9 @@ div.tab [type=radio]+label{position:relative;font-size:14px;padding:4px 10px;mar
div.tab [type=radio]+label img{padding-right:4px;}
div.Panel{text-align:center;float:left;margin:0 30px 30px 12px;height:80px;}
div.Panel .PanelText{padding-top:10px;}
div.Panel img.PanelImg{width:auto;max-width:48px;height:48px;}
div.user-list{float:left;padding:10px;margin-right:10px;margin-bottom:24px;border:1px solid #D0D0D0;border-radius:5px;line-height:16px;background:-webkit-radial-gradient(#B0B0B0,#F0F0F0);background:linear-gradient(#B0B0B0,#F0F0F0);}
div.user-list img{margin-bottom:12px;}
div.user-list img{width:auto;max-width:48px;height:48px;margin-bottom:12px;}
div.up{margin-top:-20px;border:1px solid #D0D0D0;padding:4px 6px;overflow:auto;}
pre.up{margin-top:-20px;}
pre{border:1px solid #D0D0D0;font-family:bitstream;padding:4px 6px;overflow:auto;}