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
57b34425
Commit
57b34425
authored
12 years ago
by
Anika Henke
Browse files
Options
Downloads
Patches
Plain Diff
moved the mobile part of the rtl styles (including @media) into mobile.css
parent
6c47a78c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
lib/tpl/dokuwiki/css/mobile.css
+42
-0
42 additions, 0 deletions
lib/tpl/dokuwiki/css/mobile.css
lib/tpl/dokuwiki/css/rtl.css
+4
-64
4 additions, 64 deletions
lib/tpl/dokuwiki/css/rtl.css
with
46 additions
and
64 deletions
lib/tpl/dokuwiki/css/mobile.css
+
42
−
0
View file @
57b34425
...
...
@@ -27,6 +27,11 @@
margin-left
:
0
;
}
[
dir
=
rtl
]
.hasSidebar
#dokuwiki__content
,
[
dir
=
rtl
]
.hasSidebar
#dokuwiki__content
>
.pad
{
margin-right
:
0
;
}
/* toc */
.dokuwiki
div
.toc
{
float
:
none
;
...
...
@@ -35,6 +40,11 @@
border-left-width
:
0
;
border-bottom
:
1px
solid
__border__
;
}
[
dir
=
rtl
]
.dokuwiki
div
.toc
{
float
:
none
;
margin
:
0
0
1em
0
;
border-right-width
:
0
;
}
.dokuwiki
div
.tocheader
{
padding
:
0
0
.5em
;
}
...
...
@@ -68,6 +78,9 @@
.dokuwiki
form
.changes
ul
{
padding-left
:
0
;
}
[
dir
=
rtl
]
.dokuwiki
form
.changes
ul
{
padding-right
:
0
;
}
}
/* /@media */
...
...
@@ -102,10 +115,19 @@
padding-left
:
0
;
margin
:
0
;
}
[
dir
=
rtl
]
#dokuwiki__header
ul
.a11y.skip
{
left
:
auto
!important
;
right
:
0
!important
;
float
:
left
;
padding-right
:
0
;
}
#dokuwiki__header
ul
.a11y.skip
li
{
margin-left
:
.35em
;
display
:
inline
;
}
[
dir
=
rtl
]
#dokuwiki__header
ul
.a11y.skip
li
{
margin
:
0
.35em
0
0
;
}
#dokuwiki__header
.headings
,
#dokuwiki__header
.tools
{
...
...
@@ -114,9 +136,18 @@
width
:
auto
;
margin-bottom
:
.5em
;
}
[
dir
=
rtl
]
#dokuwiki__header
.headings
,
[
dir
=
rtl
]
#dokuwiki__header
.tools
{
float
:
none
;
text-align
:
right
;
width
:
auto
;
}
#dokuwiki__sitetools
{
text-align
:
left
;
}
[
dir
=
rtl
]
#dokuwiki__sitetools
{
text-align
:
right
;
}
#dokuwiki__usertools
,
#dokuwiki__sitetools
ul
,
#dokuwiki__sitetools
h3
,
...
...
@@ -132,6 +163,11 @@
margin
:
0
.2em
.2em
0
;
width
:
49%
;
}
[
dir
=
rtl
]
#dokuwiki__sitetools
form
.search
{
float
:
right
;
margin
:
0
0
.2em
.2em
;
}
#dokuwiki__sitetools
form
.search
input
.edit
{
width
:
100%
!important
;
}
...
...
@@ -147,6 +183,9 @@
float
:
right
;
width
:
49%
;
}
[
dir
=
rtl
]
#dokuwiki__header
.mobileTools
{
float
:
left
;
}
#dokuwiki__header
.mobileTools
select
{
padding
:
.3em
.1em
;
width
:
100%
!important
;
...
...
@@ -177,6 +216,9 @@
.dokuwiki
label
.block
{
text-align
:
left
;
}
[
dir
=
rtl
]
.dokuwiki
label
.block
{
text-align
:
right
;
}
.dokuwiki
label
.block
span
{
display
:
block
;
}
...
...
This diff is collapsed.
Click to expand it.
lib/tpl/dokuwiki/css/rtl.css
+
4
−
64
View file @
57b34425
...
...
@@ -255,6 +255,10 @@
float
:
left
;
text-align
:
left
;
}
[
dir
=
rtl
]
#dokuwiki__header
.tools
li
{
margin-right
:
1em
;
margin-left
:
0
;
}
[
dir
=
rtl
]
#dokuwiki__aside
{
float
:
right
;
...
...
@@ -525,67 +529,3 @@
[
dir
=
rtl
]
.JSpopup
ol
{
padding-right
:
0
;
}
/*____________ mobile ____________*/
@media
only
screen
and
(
max-width
:
768px
),
only
screen
and
(
max-device-width
:
960px
)
{
[
dir
=
rtl
]
.hasSidebar
#dokuwiki__content
,
[
dir
=
rtl
]
.hasSidebar
#dokuwiki__content
>
.pad
{
margin-right
:
0
;
}
[
dir
=
rtl
]
.dokuwiki
div
.toc
{
float
:
none
;
margin
:
0
0
1em
0
;
border-right-width
:
0
;
}
[
dir
=
rtl
]
.dokuwiki
form
.changes
ul
{
padding-right
:
0
;
}
}
/* /@media */
@media
only
screen
and
(
max-width
:
480px
),
only
screen
and
(
max-device-width
:
480px
)
{
[
dir
=
rtl
]
#dokuwiki__header
ul
.a11y.skip
{
left
:
auto
!important
;
right
:
0
!important
;
float
:
left
;
padding-right
:
0
;
}
[
dir
=
rtl
]
#dokuwiki__header
ul
.a11y.skip
li
{
margin
:
0
.35em
0
0
;
}
[
dir
=
rtl
]
#dokuwiki__header
.headings
,
[
dir
=
rtl
]
#dokuwiki__header
.tools
{
float
:
none
;
text-align
:
right
;
width
:
auto
;
}
[
dir
=
rtl
]
#dokuwiki__sitetools
{
text-align
:
right
;
}
[
dir
=
rtl
]
#dokuwiki__sitetools
form
.search
{
float
:
right
;
margin
:
0
0
.2em
.2em
;
}
[
dir
=
rtl
]
#dokuwiki__header
.mobileTools
{
float
:
left
;
}
[
dir
=
rtl
]
.dokuwiki
label
.block
{
text-align
:
right
;
}
}
/* /@media */
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