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
5468e9a4
Commit
5468e9a4
authored
Jun 23, 2009
by
Stanislav Ievlev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- add alterator-attention-message class
- improve alterator-information-message class
parent
027a09bf
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
1 deletion
+24
-1
attention.gif
components/ahttpd/images/attention.gif
+0
-0
alterator.css.in
components/ahttpd/styles/alterator.css.in
+24
-1
No files found.
components/ahttpd/images/attention.gif
0 → 100644
View file @
5468e9a4
1.64 KB
components/ahttpd/styles/alterator.css.in
View file @
5468e9a4
...
@@ -95,9 +95,11 @@ textarea, select, input.text {
...
@@ -95,9 +95,11 @@ textarea, select, input.text {
height: 20px;
height: 20px;
}
}
/* messages */
.alterator-information-message {
.alterator-information-message {
font-style:italic;
font-style:italic;
font-size:
small
;
font-size:
9pt
;
padding-top:3px;
padding-top:3px;
padding-bottom:3px;
padding-bottom:3px;
}
}
...
@@ -106,6 +108,27 @@ textarea, select, input.text {
...
@@ -106,6 +108,27 @@ textarea, select, input.text {
vertical-align:middle;
vertical-align:middle;
}
}
.alterator-attention-message {
color: darkred;
border-color: darkred;
border-width: 5px;
border-style: double;
padding: 4px;
margin: 4px;
min-width:10px;
float:left;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
-khtml-border-radius: 7px;
border-radius: 7px;
}
.alterator-attention-message img {
vertical-align:middle;
}
/* calendar and dateedit */
/* calendar and dateedit */
.year {
.year {
...
...
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