Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
provision
Commits
131dc93f
Commit
131dc93f
authored
Dec 02, 2008
by
Adrian Rossouw
Committed by
adrian
Dec 02, 2008
Browse files
Remove unecessary files after config move
parent
9b6ffa39
Changes
2
Hide whitespace changes
Inline
Side-by-side
provision.css
deleted
100644 → 0
View file @
9b6ffa39
.provision-help-hidden
{
display
:
none
}
div
.provision-requirement-help
.message
{
background-repeat
:
no-repeat
;
background-position
:
4px
4px
;
padding-left
:
27px
;
padding-right
:
1em
;
font-weight
:
bold
;
}
.provision-status-warning
.message
{
border
:
1px
solid
#ccb
;
background
:
#ffd
;
background-image
:
url(/misc/watchdog-warning.png)
;
}
.provision-status-error
.message
{
border
:
1px
solid
#d77
;
background
:
#fcc
;
color
:
#200
;
background-image
:
url(/misc/watchdog-error.png)
;
}
.provision-status-success
.message
{
border
:
1px
solid
#bdb
;
background
:
#dfd
;
background-image
:
url(/misc/watchdog-ok.png)
;
}
.provision-help-collapsed
.provision-help
{
display
:
none
;
}
provision.js
deleted
100644 → 0
View file @
9b6ffa39
Drupal
.
provisionHelpAttach
=
function
()
{
$
(
'
.provision-help-toggle
'
).
click
(
function
()
{
$
(
'
.provision-help
'
,
$
(
this
).
parent
()).
toggle
(
'
slow
'
)
}
);
}
if
(
Drupal
.
jsEnabled
)
{
$
(
document
).
ready
(
Drupal
.
provisionHelpAttach
);
}
Write
Preview
Supports
Markdown
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