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