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
drupal
Commits
126a9399
Commit
126a9399
authored
Nov 11, 2011
by
catch
Browse files
Issue
#1216994
by karschsp, jvc26, jyve: Clean up the CSS for File module.
parent
9810408f
Changes
2
Hide whitespace changes
Inline
Side-by-side
core/modules/file/file.css
→
core/modules/file/file.
admin.
css
View file @
126a9399
/**
* Managed file element styles.
* @file
* Admin styles for file module.
*/
/**
* File upload widget.
*/
.form-managed-file
.form-file
,
.form-managed-file
.form-submit
{
margin
:
0
;
}
.form-managed-file
input
.progress-disabled
{
float
:
none
;
display
:
inline
;
float
:
none
;
}
.form-managed-file
div
.ajax-progress
,
.form-managed-file
div
.throbber
{
display
:
inline
;
float
:
none
;
padding
:
1px
5px
2px
5px
;
}
.form-managed-file
div
.ajax-progress-bar
{
display
:
none
;
margin-top
:
4px
;
width
:
28em
;
padding
:
0
;
width
:
28em
;
}
.form-managed-file
div
.ajax-progress-bar
div
.bar
{
margin
:
0
;
}
core/modules/file/file.module
View file @
126a9399
...
...
@@ -74,7 +74,7 @@ function file_element_info() {
'#upload_location'
=>
NULL
,
'#extended'
=>
FALSE
,
'#attached'
=>
array
(
'css'
=>
array
(
$file_path
.
'/file.css'
),
'css'
=>
array
(
$file_path
.
'/file.
admin.
css'
),
'js'
=>
array
(
$file_path
.
'/file.js'
),
),
);
...
...
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