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
d661d8e2
Commit
d661d8e2
authored
Sep 08, 2009
by
Stanislav Ievlev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- improve design of menu
parent
3782797f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
51 deletions
+25
-51
alterator.css.in
components/ahttpd/styles/alterator.css.in
+25
-51
No files found.
components/ahttpd/styles/alterator.css.in
View file @
d661d8e2
...
...
@@ -185,10 +185,6 @@ textarea, select, input.text {
/* main menu */
#menu-td {
padding-right: 10px;
}
#main {
padding: 10px 20px;
padding-top: 10px;
...
...
@@ -200,78 +196,56 @@ textarea, select, input.text {
-webkit-border-radius: 0.5em;
-khtml-border-radius: 0.5em;
border-radius: 0.5em;
}
#main-td {
/* background-color: #@LIGHT_COLOR_HEX@;*/
width: 100%;
padding-top: 10px;
/* border: 1px solid #@DARK_COLOR_HEX@;;
}
-moz-border-radius: 0.5em;
-webkit-border-radius: 0.5em;
-khtml-border-radius: 0.5em;
border-radius: 0.5em;*/
/* -moz-border-radius-bottomleft: 0.5em;
-webkit-border-radius-bottomleft: 0.5em;
-khtml-border-radius-bottomleft: 0.5em;
border-radius-bottomleft: 0.5em;*/
#menu-td {
padding-right: 10px;
}
#menu {
padding-right: 10px;
}
.menu-item-normal a {
font-weight: normal;
padding-left: 5px;
padding-right: 5px;
text-decoration: none;
}
.menu-item-selected a {
font-weight: bold;
padding-left: 5px;
padding-right: 5px;
text-decoration: none;
color: #@DARK_LABELS_HEX@;
}
.menu-item-normal, .menu-item-selected {
padding-left: 13px;
padding-right: 4px;
margin-top: 3px;
margin-bottom: 2px;
}
.menu-group-name {
padding-left: 5px;
padding-right: 5px;
color: #@LIGHT_LABELS_HEX@;
text-decoration: none;
background-color: #@DARK_COLOR_HEX@;
font-weight: bold;
padding-top: 3px;
padding-bottom: 3px;
min-width: 230px;
/* background: url(/design/images/gradient.png) 0% 0% repeat-x;*/
font-weight: bold;
-moz-border-radius: 0.5em;
-webkit-border-radius: 0.5em;
-khtml-border-radius: 0.5em;
border-radius: 1em;
/* -moz-border-radius-topleft: 1em;
-webkit-border-radius-topleft: 1em;
-khtml-border-radius-topleft: 1em;
border-radius-topleft: 1em;*/
}
padding-right: 4px;
padding-left: 13px;
margin-top: 10px;
margin-bottom: 10px;
.menu-group {
padding-bottom: 10px;
padding-right: 10px;
/*width:250px;*/
padding-top: 10px;
min-width: 230px;
border-collapse: collapse;
/* background: url(/design/images/gradient-menu.png) 0% 0% repeat-x;
-moz-border-radius-bottomright: 1em;
-webkit-border-radius-bottomright: 1em;
-khtml-border-radius-bottomright: 1em;
border-radius-bottomright: 1em;
-moz-border-radius-bottomleft: 1em;
-webkit-border-radius-bottomleft: 1em;
-khtml-border-radius-bottomleft: 1em;
border-radius-bottomleft: 1em;
*/
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
}
/* help popup */
...
...
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