Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fusiondirectory
fusiondirectory
Commits
4ca99280
Commit
4ca99280
authored
Mar 03, 2016
by
Côme Chilliet
Browse files
Fixes
#4565
Merged fixedbuttons in the default theme
parent
e6a2fba0
Changes
4
Hide whitespace changes
Inline
Side-by-side
html/themes/default/plugin.css
View file @
4ca99280
...
...
@@ -41,6 +41,20 @@ text-align:right;
font-family
:
arial
,
helvetica
,
sans-serif
;
clear
:
both
;
}
p
.plugbottom
{
position
:
fixed
;
bottom
:
0px
;
right
:
10px
;
margin
:
0
;
box-shadow
:
0px
0px
2px
black
;
border-radius
:
5px
5px
0
0
;
width
:
auto
;
padding-left
:
10px
;
padding-right
:
10px
;
padding-bottom
:
5px
;
padding-top
:
5px
;
background
:
#BC9
;
}
html
.rtl
.plugbottom
{
text-align
:
left
;
}
...
...
@@ -223,6 +237,10 @@ background-color:#DFEFFF;
padding-right
:
1px
;
border
:
none
;
}
p
.plugbottom
{
left
:
5px
;
right
:
5px
;
}
.plugbottom
input
[
type
=
submit
],
.plugbottom
input
[
type
=
button
]
{
border
:
1px
solid
#DDD
;
width
:
30%
!important
;
...
...
html/themes/default/style.css
View file @
4ca99280
...
...
@@ -222,6 +222,10 @@ text-align:right;
/********************** Template migration *********************/
form
#mainform
{
margin
:
0
;
}
table
.framework
{
height
:
auto
;
width
:
100%
;
...
...
@@ -243,6 +247,7 @@ table.framework td#maincell {
background-color
:
white
;
width
:
auto
;
vertical-align
:
top
;
padding-bottom
:
35px
;
}
/* cellpadding="0" */
...
...
@@ -748,4 +753,8 @@ color:#000;
width
:
100%
;
border-spacing
:
0
;
}
table
.framework
#maincell
{
padding-bottom
:
55px
;
}
}
html/themes/fixedbuttons/index.theme
deleted
100644 → 0
View file @
e6a2fba0
[Icon Theme]
Name=FusionDirectory fixed frame
Comment=FusionDirectory theme that changes the position of the bottom buttons to fixed
Inherits=default
html/themes/fixedbuttons/theme.css
deleted
100644 → 0
View file @
e6a2fba0
/* Themes can override this file to add some CSS */
table
.framework
#maincell
{
padding-bottom
:
35px
;
}
p
.plugbottom
{
position
:
fixed
;
bottom
:
0px
;
right
:
10px
;
margin
:
0
;
box-shadow
:
0px
0px
2px
black
;
border-radius
:
5px
5px
0
0
;
width
:
auto
;
padding-left
:
10px
;
padding-right
:
10px
;
padding-bottom
:
5px
;
padding-top
:
5px
;
background
:
#BC9
;
}
/* On small screens */
@media
(
max-width
:
640px
)
{
table
.framework
#maincell
{
padding-bottom
:
55px
;
}
p
.plugbottom
{
left
:
5px
;
right
:
5px
;
}
}
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