2012-11-16 15:56:18 -05:00
|
|
|
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
|
|
|
|
|
|
|
span#toggleContainer {
|
|
|
|
float:right;
|
|
|
|
padding:10px 8px 0 0;
|
|
|
|
font-size: 0.85em;
|
|
|
|
}
|
2013-01-31 11:14:28 -05:00
|
|
|
section.property-group {
|
|
|
|
padding-top: 15px;
|
|
|
|
border-top:none;
|
|
|
|
}
|
2012-11-16 15:56:18 -05:00
|
|
|
section.property-group h2 {
|
|
|
|
padding: 8px 10px 4px 12px;
|
|
|
|
}
|
|
|
|
.scroll-up {
|
|
|
|
position: absolute;
|
|
|
|
width: 21px;
|
|
|
|
height: 30px;
|
|
|
|
top: 8px; /* changed for redesign, was 0 */
|
|
|
|
right: 12px; /* changed for redesign, was -21px;*/
|
|
|
|
}
|
|
|
|
section.property-group div {
|
|
|
|
margin-top:15px;
|
2013-01-31 11:14:28 -05:00
|
|
|
/* display:none; */
|
2012-11-16 15:56:18 -05:00
|
|
|
}
|
|
|
|
section.property-group h2 {
|
|
|
|
font-size: 1.15em !important;
|
|
|
|
color: #5e6363 !important;
|
|
|
|
font-weight: normal !important;
|
|
|
|
background: #fafaf9 !important;
|
|
|
|
}
|
2013-01-31 11:14:28 -05:00
|
|
|
ul.propertyTabsList {
|
|
|
|
margin-left: 4px;
|
|
|
|
margin-top: 24px
|
|
|
|
}
|
|
|
|
ul.propertyTabsList li {
|
|
|
|
font-size: 1.0em;
|
|
|
|
}
|
|
|
|
ul.propertyTabsList li:first-child {
|
|
|
|
width: 7px;
|
|
|
|
}
|
|
|
|
li.nonSelectedGroupTab {
|
|
|
|
float:left;
|
|
|
|
border: 1px solid #DFE6E5;
|
|
|
|
background-color:#E4ECF3;
|
|
|
|
padding: 6px 8px 6px 8px;
|
|
|
|
cursor:pointer;
|
|
|
|
border-top-right-radius: 4px;
|
|
|
|
-moz-border-radius-topright: 4px;
|
|
|
|
-webkit-border-top-right-radius: 4px;
|
|
|
|
border-top-left-radius: 4px;
|
|
|
|
-moz-border-radius-topleft: 4px;
|
|
|
|
-webkit-border-top-left-radius: 4px;
|
|
|
|
}
|
|
|
|
li.selectedGroupTab {
|
|
|
|
float:left;
|
|
|
|
border: 1px solid #DFE6E5;
|
|
|
|
border-bottom-color:#fff;
|
|
|
|
background-color:#FFF;
|
|
|
|
padding: 6px 8px 6px 8px;
|
|
|
|
border-top-right-radius: 4px;
|
|
|
|
-moz-border-radius-topright: 4px;
|
|
|
|
-webkit-border-top-right-radius: 4px;
|
|
|
|
border-top-left-radius: 4px;
|
|
|
|
-moz-border-radius-topleft: 4px;
|
|
|
|
-webkit-border-top-left-radius: 4px;
|
2012-11-16 15:56:18 -05:00
|
|
|
}
|
2013-01-31 11:14:28 -05:00
|
|
|
li.groupTabSpacer {
|
|
|
|
float:left;border-bottom: 1px solid #DFE6E5;background-color:#fff;width:3px;height:37px
|
|
|
|
}
|