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
2d7ef8ea
Commit
2d7ef8ea
authored
Apr 24, 2009
by
Alexandra Panyukova
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'default' into default-server
parents
77719c02
290db63f
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
51 additions
and
18 deletions
+51
-18
asc-desc.gif
alterator/images/asc-desc.gif
+0
-0
asc.gif
alterator/images/asc.gif
+0
-0
desc.gif
alterator/images/desc.gif
+0
-0
alterator.css.in
alterator/styles/alterator.css.in
+51
-18
No files found.
alterator/images/asc-desc.gif
0 → 100644
View file @
2d7ef8ea
64 Bytes
alterator/images/asc.gif
0 → 100644
View file @
2d7ef8ea
54 Bytes
alterator/images/desc.gif
0 → 100644
View file @
2d7ef8ea
54 Bytes
alterator/styles/alterator.css.in
View file @
2d7ef8ea
...
...
@@ -154,24 +154,6 @@ textarea, select, input.text {
height: 16px;
}
table.alterator-listbox {
border: solid 1px;
}
table.alterator-listbox th {
background-color: #cdcdcd;
font-weight: bold;
border: solid 1px;
padding: 3px;
}
table.alterator-listbox td {
background: #@LIGHT_COLOR_HEX@;
border-left: solid 1px;
border-right: solid 1px;
padding: 3px;
}
.top-button-menu {
background: url(/design/images/gradient-top.png) 0% 0% repeat-x;
padding-right: 10px;
...
...
@@ -363,3 +345,53 @@ table.alterator-listbox td {
.hresizeable:hover {
background-color: #@DARK_COLOR_HEX@;
}
/* tables */
table.alterator-listbox {
font-family:arial;
margin:10px 0pt 15px;
font-size: 8pt;
width: 100%;
text-align: left;
border: solid 1px;
}
table.alterator-listbox thead tr th, table.alterator-listbox tfoot tr th {
background-color: #@MIDDLE_COLOR_HEX@;
border: solid 1px;
font-size: 8pt;
padding: 4px;
}
table.alterator-listbox thead tr .header {
background-image: url(/design/images/asc-desc.gif);
background-repeat: no-repeat;
background-position: center right;
cursor: pointer;
}
table.alterator-listbox tbody td {
color: #@DARK_COLOR_HEX@;
padding: 4px;
background-color: #FFF;
vertical-align: top;
border-left: solid 1px;
border-right: solid 1px;
}
table.alterator-listbox tbody tr.odd td {
background-color:#@LIGHT_COLOR_HEX@;
}
table.alterator-listbox thead tr .headerSortUp {
background-image: url(/design/images/asc.gif);
}
table.alterator-listbox thead tr .headerSortDown {
background-image: url(/design/images/desc.gif);
}
table.alterator-listbox thead tr .headerSortDown, table.alterator-listbox thead tr .headerSortUp {
background-color: #@LIGHT_COLOR_HEX@;
}
\ No newline at end of file
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