multiple updates and new files to support multiple foaf person profile pages
This commit is contained in:
parent
b6bab121c5
commit
589cc245a6
12 changed files with 385 additions and 183 deletions
|
@ -5,6 +5,10 @@ span#toggleContainer {
|
|||
padding:10px 8px 0 0;
|
||||
font-size: 0.85em;
|
||||
}
|
||||
section.property-group {
|
||||
padding-top: 15px;
|
||||
border-top:none;
|
||||
}
|
||||
section.property-group h2 {
|
||||
padding: 8px 10px 4px 12px;
|
||||
}
|
||||
|
@ -17,7 +21,7 @@ section.property-group h2 {
|
|||
}
|
||||
section.property-group div {
|
||||
margin-top:15px;
|
||||
display:none;
|
||||
/* display:none; */
|
||||
}
|
||||
section.property-group h2 {
|
||||
font-size: 1.15em !important;
|
||||
|
@ -25,8 +29,42 @@ section.property-group h2 {
|
|||
font-weight: normal !important;
|
||||
background: #fafaf9 !important;
|
||||
}
|
||||
/* this class is referenced in java script; the important is needed to override the color in the previous selector */
|
||||
section.property-group h2.expandedPropGroupH2 {
|
||||
background:#e4ecf3 !important;
|
||||
color:#2485ae !important;
|
||||
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;
|
||||
}
|
||||
li.groupTabSpacer {
|
||||
float:left;border-bottom: 1px solid #DFE6E5;background-color:#fff;width:3px;height:37px
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue