tweaks to new panel menu, now how top area of panel is clickable, and if no title a 5px high area can be clicked, this will enable panels without title which is something I have wanted

This commit is contained in:
Torkel Ödegaard
2014-09-24 12:41:55 +02:00
parent b9604bf3bc
commit a08cb52ad9
4 changed files with 8 additions and 6 deletions
+5
View File
@@ -15,6 +15,11 @@
padding: 0px 10px 5px 10px;
}
.panel-title-container {
min-height: 5px;
cursor: pointer;
}
.panel-title {
border: 0px;
font-weight: bold;