Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yPhil
Pétrolette
Commits
e273046a
Commit
e273046a
authored
Sep 10, 2017
by
yPhil
Browse files
Layout: Phone mode button
parent
ed29d20f
Changes
2
Hide whitespace changes
Inline
Side-by-side
index.php
View file @
e273046a
...
...
@@ -425,7 +425,7 @@ $feeds = 'feeds.xml';
echo
'
<div id="tab-'
.
$tabName
.
'" class="nws-tab-feeds nws-tab-feeds-cols">
<span class="nws-button-col-wrapping" title="Change the column flowing style">🗎</span>
<span class="nws-button-col-wrapping-phone" title="Change the column flowing style">🖺</span>
<span class="nws-button-gallery-tab" title="View all images in the ['
.
$tabName
.
'] tab">►</span>
'
;
foreach
(
$tabGroups
[
$tabName
]
as
$tabUrl
)
...
...
nws-style.css
View file @
e273046a
...
...
@@ -200,6 +200,13 @@ div.nws-tab-feeds {
right
:
2em
;
}
.nws-button-col-wrapping-phone
{
font-size
:
150%
;
position
:
absolute
;
top
:
.4em
;
right
:
4em
;
}
.nws-button-gallery-tab
{
font-size
:
150%
;
position
:
absolute
;
...
...
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