Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
branding-etersoft-ximper
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
branding-etersoft-ximper
Commits
4f70893b
Commit
4f70893b
authored
Sep 08, 2009
by
Stanislav Ievlev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- add styles for accordion
parent
469e414a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
0 deletions
+27
-0
right.gif
components/ahttpd/images/right.gif
+0
-0
alterator.css.in
components/ahttpd/styles/alterator.css.in
+27
-0
No files found.
components/ahttpd/images/right.gif
0 → 100644
View file @
4f70893b
59 Bytes
components/ahttpd/styles/alterator.css.in
View file @
4f70893b
...
...
@@ -314,6 +314,33 @@ table.alterator-listbox thead tr .headerSortDown, table.alterator-listbox thead
background-color: #@LIGHT_COLOR_HEX@;
}
/* accordion */
div.alterator-accordion h3 {
background-color: #@MIDDLE_COLOR_HEX@;
font-size: 9pt;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 24px;
margin: 2px;
background-image: url(/design/images/right.gif);
background-repeat: no-repeat;
background-position: center left;
cursor: pointer;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
}
div.alterator-accordion h3.ui-state-active {
background-image: url(/design/images/asc.gif);
}
/* top line */
#top {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment