Skip to content

Commit ba1b926

Browse files
committed
added version 1.1.0 of angular-accordion, and updated demo and readme
1 parent 0362113 commit ba1b926

File tree

4 files changed

+207
-531
lines changed

4 files changed

+207
-531
lines changed

src/main/webapp/css/angular-accordion.css

+12-5
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,12 @@
1717
}
1818

1919
.angular-accordion-container {
20-
margin: 3px;
20+
height: 100%;
21+
width: 100%;
22+
}
23+
24+
.angular-accordion-pane {
25+
padding: 2px;
2126
}
2227

2328
.angularaccordionheaderselected {
@@ -34,11 +39,9 @@
3439
text-decoration: underline !important;
3540
}
3641

37-
.angular-accordion-pane {
38-
padding: 25px;
42+
.angular-accordion-pane-content {
43+
padding: 5px;
3944
overflow-y: auto;
40-
font-family: Helvetica, Arial, sans-serif;
41-
font-size: 16px;
4245
border-left: 1px solid #bbb;
4346
border-right: 1px solid #bbb;
4447
border-bottom: 1px solid #bbb;
@@ -49,3 +52,7 @@
4952
border-bottom-left-radius: 5px;
5053
border-bottom-right-radius: 5px;
5154
}
55+
56+
.angulardisabledpane {
57+
opacity: .2;
58+
}

0 commit comments

Comments
 (0)