Showing the dockable pane looked like a dialog.

This commit is contained in:
Ashesh Vashi 2015-07-22 17:56:17 +05:30
parent 8a8c8bbae4
commit 500271a2ed
2 changed files with 57 additions and 25 deletions

View File

@ -353,11 +353,15 @@ iframe {
.pg-prop-btn-group-below {
bottom: 0px;
border-color: #A9A9A9;
border-width: 2px 1px 0px;
border-style: inset;
border-left-style: solid
}
.pg-prop-btn-group button {
padding: 0.2em 0.3em;
margin: 0.1em 0.3em;
padding: 5px;
margin: 2px 5px;
}
.pg-prop-btn-group button:not(:first-child):not(:last-child) {
@ -367,20 +371,20 @@ iframe {
.pg-prop-content {
position: absolute;
overflow: auto;
top: 0em;
bottom: 0px;
padding-bottom: 0.5em;
top: 3px;
bottom: 0;
padding-bottom: 7px;
padding-top: 0;
padding-right: 0;
padding-left: 0;
}
.pg-prop-has-btn-group-below {
margin-bottom: 2.1em;
margin-bottom: 33px;
}
.has-pg-prop-btn-group {
top: 2.55em;
top: 43px;
}
.pg-prop-content > div {

View File

@ -19,19 +19,19 @@
}
.wcFrameTitle {
height: 50px;
font-size: 12px;
font-weight: bold;
padding-top: 3px;
padding-left: 3px;
vertical-align: middle;
background-color: #e6e6e6;
text-align: left;
border-bottom: 1px;
border-bottom: 1px none;
height: 100%;
padding-top: 10px;
background-color: #A8A8A8;
}
.wcFrameCenter {
top: 40px;
top: 35px;
}
.wcFrameButton {
@ -69,10 +69,24 @@
}
.wcFrameEdge {
position: absolute;
z-index: 2;
border: 3px solid #dddddd;
background-color: #cccccc;
border-width: 3px;
border-style: groove;
border-color: #dddddd;
background-color: #999999;
}
.wcFrameEdgeH {
height: 6px;
}
.wcFrameEdgeV {
width: 6px;
}
.wcFrameCornerNW,
.wcFrameCornerNE {
height: 6px;
width: 6px;
}
.wcSplitterBar {
@ -118,8 +132,16 @@
font-weight: normal;
}
.wcPanelTabActive:hover {
background-color: #ffffff;
.wcFloating .wcPanelTabActive {
background-color: #8A8A8A;
margin-top: -2px;
font-weight: bold;
color: white;
}
.wcFloating .wcPanelTabActive:hover {
background-color: #AAAAAA;
color: black;
}
.wcGhost {
@ -205,7 +227,7 @@
}
.wcLayout, .wcLayout tr, .wcLayout td {
vertical-align: top;
vertical-align: top;
}
.context-menu-submenu:after {
@ -213,16 +235,22 @@
}
.wcTabIcon {
display: inline-block;
text-align: center;
padding-left: 1.25em;
margin-top: -5px;
display: inline-block;
text-align: center;
padding-left: 20px;
margin-top: -5px;
}
.wcFrameTitleBar {
background-color: #E2E2E2
background-color: #E2E2E2;
height: 35px;
}
.wcFloating .wcFrameTitleBar {
background-color: #2C76B4;
border-bottom: 2px solid darkgray;
background-color: #8A8A8A;
}
.wcFloating .wcFrameTitleBar:hover {
background-color: #AAAAAA;
}