Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dokuwiki
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
BRIC
dokuwiki
Commits
8204206b
Commit
8204206b
authored
13 years ago
by
Anika Henke
Browse files
Options
Downloads
Patches
Plain Diff
deleted another obsolete file
parent
bb866f2f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/tpl/dokuwiki/css/_mediamanager.css
+0
-219
0 additions, 219 deletions
lib/tpl/dokuwiki/css/_mediamanager.css
with
0 additions
and
219 deletions
lib/tpl/dokuwiki/css/_mediamanager.css
deleted
100644 → 0
+
0
−
219
View file @
bb866f2f
/**
* This file provides styles for the media manager
* (mediamanager.php).
*/
/*____________ structure ____________*/
html
.popup
{
overflow
:
auto
;
}
#media__manager
{
height
:
100%
;
overflow
:
hidden
;
}
#mediamgr__aside
{
width
:
30%
;
height
:
100%
;
overflow
:
auto
;
position
:
absolute
;
left
:
0
;
border-right
:
1px
solid
__border__
;
}
#mediamgr__aside
.pad
{
padding
:
.5em
;
}
#mediamgr__content
{
width
:
69.7%
;
height
:
100%
;
overflow
:
auto
;
position
:
absolute
;
right
:
0
;
}
#mediamgr__content
.pad
{
padding
:
.5em
;
}
#media__manager
h1
,
#media__manager
h2
{
font-size
:
1.5em
;
margin-bottom
:
.5em
;
padding-bottom
:
.2em
;
border-bottom
:
1px
solid
__border__
;
}
/* left side
********************************************************************/
/*____________ options ____________*/
#media__opts
{
margin-bottom
:
.5em
;
}
#media__opts
input
{
margin-right
:
.3em
;
}
#media__opts
label
{
}
/*____________ tree ____________*/
#media__tree
ul
{
padding-left
:
.2em
;
}
#media__tree
ul
li
{
clear
:
left
;
list-style-type
:
none
;
list-style-image
:
none
;
margin-left
:
0
;
}
#media__tree
ul
li
img
{
float
:
left
;
padding
:
.5em
.3em
0
0
;
}
#media__tree
ul
li
div
.li
{
display
:
inline
;
}
#media__tree
ul
li
li
{
margin-left
:
1.5em
;
}
/* right side
********************************************************************/
/*____________ upload form ____________*/
/* upload info */
#media__content
div
.upload
{
font-size
:
.9em
;
margin-bottom
:
.5em
;
}
#media__content
form
#dw__upload
,
#media__content
div
#dw__flashupload
{
display
:
block
;
border-bottom
:
solid
1px
__border__
;
padding-bottom
:
1em
;
margin-bottom
:
1em
;
}
#media__content
form
#dw__upload
p
{
margin-bottom
:
.5em
;
}
#media__content
form
#dw__upload
label
{
}
#media__content
form
#dw__upload
label
.check
{
}
#media__content
form
#dw__upload
input
.check
{
}
#media__content
form
#dw__upload
input
.edit
{
}
#media__content
form
#dw__upload
img
{
}
/*____________ file list ____________*/
#media__content
img
.load
{
margin
:
1em
auto
;
}
#media__content
.odd
,
#media__content
.even
{
padding
:
.5em
;
}
#media__content
.odd
{
background-color
:
__background_alt__
;
}
#media__content
.even
{
}
/* highlight newly uploaded or edited file */
#media__content
#scroll__here
{
border
:
1px
dashed
__border__
;
}
/* link which inserts media file */
#media__content
a
.mediafile
{
margin-right
:
1.5em
;
font-weight
:
bold
;
}
#media__content
span
.info
{
}
#media__content
img
.btn
{
vertical-align
:
text-bottom
;
}
/* info how to insert media, if JS disabled */
#media__content
div
.example
{
color
:
__text_neu__
;
margin-left
:
1em
;
}
#media__content
div
.detail
{
padding
:
.2em
0
;
}
#media__content
div
.detail
div
.thumb
{
float
:
left
;
margin
:
0
.5em
0
18px
;
}
#media__content
div
.detail
div
.thumb
a
{
display
:
block
;
}
#media__content
div
.detail
p
{
margin-bottom
:
0
;
}
/*____________ media search ____________*/
form
#dw__mediasearch
{
}
form
#dw__mediasearch
p
{
}
form
#dw__mediasearch
label
{
}
form
#dw__mediasearch
label
span
{
}
form
#dw__mediasearch
input
.edit
{
}
form
#dw__mediasearch
input
.button
{
}
/* meta edit form
********************************************************************/
#media__content
form
.meta
{
}
#media__content
form
.meta
div
.metafield
{
clear
:
left
;
margin-bottom
:
.5em
;
overflow
:
hidden
;
}
#media__content
form
.meta
label
{
display
:
block
;
width
:
25%
;
float
:
left
;
font-weight
:
bold
;
clear
:
left
;
}
#media__content
form
.meta
.edit
{
float
:
left
;
width
:
70%
;
margin
:
0
;
}
#media__content
form
.meta
textarea
.edit
{
/* needed because of IE8 hack in _edit.css for textarea.edit: */
max-width
:
70%
;
min-width
:
70%
;
}
#media__content
form
.meta
div
.buttons
{
clear
:
left
;
margin
:
.2em
0
0
25%
;
}
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