Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
96a72d08
Commit
96a72d08
authored
17 years ago
by
Regis Houssin
Browse files
Options
Downloads
Patches
Plain Diff
Fix: un petit oubli
parent
545d8bd8
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
htdocs/theme/common/window/alert.css
+121
-0
121 additions, 0 deletions
htdocs/theme/common/window/alert.css
with
121 additions
and
0 deletions
htdocs/theme/common/window/alert.css
0 → 100644
+
121
−
0
View file @
96a72d08
.overlay_alert
{
background-color
:
#ACBCBB
;
filter
:
alpha
(
opacity
=
60
);
-moz-opacity
:
0.6
;
opacity
:
0.6
;
}
.alert_nw
{
width
:
5px
;
height
:
5px
;
background
:
transparent
url(alert/top_left.gif)
no-repeat
bottom
left
;
}
.alert_n
{
height
:
5px
;
background
:
transparent
url(alert/top.gif)
repeat-x
bottom
left
;
}
.alert_ne
{
width
:
5px
;
height
:
5px
;
background
:
transparent
url(alert/top_right.gif)
no-repeat
bottom
left
}
.alert_e
{
width
:
5px
;
background
:
transparent
url(alert/right.gif)
repeat-y
0
0
;
}
.alert_w
{
width
:
5px
;
background
:
transparent
url(alert/left.gif)
repeat-y
0
0
;
}
.alert_sw
{
width
:
5px
;
height
:
5px
;
background
:
transparent
url(alert/bottom_left.gif)
no-repeat
0
0
;
}
.alert_s
{
height
:
5px
;
background
:
transparent
url(alert/bottom.gif)
repeat-x
0
0
;
}
.alert_se
,
.alert_sizer
{
width
:
5px
;
height
:
5px
;
background
:
transparent
url(alert/bottom_right.gif)
no-repeat
0
0
;
}
.alert_close
{
width
:
0px
;
height
:
0px
;
display
:
none
;
}
.alert_minimize
{
width
:
0px
;
height
:
0px
;
display
:
none
;
}
.alert_maximize
{
width
:
0px
;
height
:
0px
;
display
:
none
;
}
.alert_title
{
float
:
left
;
height
:
1px
;
width
:
100%
;
}
.alert_content
{
overflow
:
visible
;
color
:
#000
;
font-family
:
Tahoma
,
Arial
,
sans-serif
;
font
:
12px
arial
;
background
:
#FFF
;
}
/* For alert/confirm dialog */
.alert_window
{
background
:
#FFF
;
padding
:
20px
;
margin-left
:
auto
;
margin-right
:
auto
;
width
:
400px
;
}
.alert_message
{
font
:
12px
arial
;
text-align
:
center
;
width
:
100%
;
color
:
#F00
;
padding-top
:
5px
;
padding-bottom
:
10px
;
}
.alert_buttons
{
text-align
:
center
;
width
:
100%
;
}
.alert_buttons
input
{
width
:
20%
;
margin
:
10px
;
}
.alert_progress
{
float
:
left
;
margin
:
auto
;
text-align
:
center
;
width
:
100%
;
height
:
16px
;
background
:
#FFF
url('alert/progress.gif')
no-repeat
center
center
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment