Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Xavier Bachelot
lemonldap-ng
Commits
8f9170b8
Commit
8f9170b8
authored
Nov 28, 2018
by
Christophe Maudoux
🐛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Align force saving ckeck box
parent
beb385ff
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
lemonldap-ng-manager/site/htdocs/static/css/manager.css
lemonldap-ng-manager/site/htdocs/static/css/manager.css
+4
-1
lemonldap-ng-manager/site/htdocs/static/css/manager.min.css
lemonldap-ng-manager/site/htdocs/static/css/manager.min.css
+1
-1
lemonldap-ng-manager/site/templates/manager.tpl
lemonldap-ng-manager/site/templates/manager.tpl
+1
-1
No files found.
lemonldap-ng-manager/site/htdocs/static/css/manager.css
View file @
8f9170b8
...
...
@@ -252,4 +252,7 @@ dl,
.llcontainer
{
position
:
relative
;
margin-bottom
:
10px
;
}
\ No newline at end of file
}
.navbar-nav
li
{
line-height
:
50px
;
}
lemonldap-ng-manager/site/htdocs/static/css/manager.min.css
View file @
8f9170b8
.tree-node
{
border-width
:
1px
;
border-style
:
solid
;
border-radius
:
4px
;
margin-bottom
:
8px
}
.tree-node-default
{
background
:
#fff
}
.angular-ui-tree-handle
{
cursor
:
pointer
}
#pleaseWait
{
background-color
:
#fff
;
width
:
100%
;
min-height
:
9.9%
;
height
:
auto
;
z-index
:
5000
;
position
:
absolute
;
left
:
0
;
top
:
0
;
margin-left
:
auto
;
margin-right
:
auto
;
padding
:
30%
20%
;
text-align
:
center
;
opacity
:
.8
;
filter
:
alpha
(
opacity
=
80
)}
.panel
.table
th
{
width
:
10%
;
vertical-align
:
middle
}
ul
.cat-tree
{
list-style-type
:
square
}
p
.cat-tree-category
{
font-weight
:
bold
}
html
,
body
{
margin
:
0
;
padding
:
0
;
height
:
100vh
;
background
:
radial-gradient
(
circle
at
50%
0
,
#fff
0
,
#ddd
100%
)
no-repeat
scroll
0
0
#ddd
}
header
#navbar
{
height
:
9vh
;
margin-bottom
:
1vh
;
padding-bottom
:
0vh
}
#content
{
max-height
:
86vh
;
height
:
86vh
;
margin
:
0
;
padding
:
0
;
position
:
relative
}
header
#navbar
.navbar-brand
{
padding
:
10px
15px
}
header
#navbar
.navbar-brand
img
{
background
:
#fff
}
textarea
{
width
:
100%
}
textarea
#privateKey
,
textarea
#publicKey
,
textarea
#filetext
{
font-size
:
8pt
}
dl
,
.panel
{
margin-bottom
:
8px
}
.panel-body
{
padding
:
5px
}
.input-group-solid
{
border
:
1px
solid
#CCC
;
border-radius
:
4px
;
padding
:
6px
12px
}
.input-group
>
.input-group-solid
:last-child
{
border-bottom-left-radius
:
0
;
border-top-left-radius
:
0
}
#cfgnum
{
position
:
relative
}
#cfgnum
.label-warning
:hover:after
{
content
:
attr
(
comment
);
padding
:
4px
8px
;
color
:
rgba
(
0
,
0
,
0
,
0.5
);
position
:
absolute
;
left
:
100%
;
bottom
:
100%
;
white-space
:
nowrap
;
z-index
:
2
;
border-radius
:
5px
;
background
:
#f0ad4e
}
.link
{
cursor
:
pointer
}
#bottom
.panel
{
height
:
100%
;
margin-top
:
8px
}
#bottom
.panel-body
{
height
:
100%
}
#right
{
display
:
flex
;
flex-direction
:
column
}
#bottom
{
flex
:
1
}
@media
(
min-width
:
768px
){
.scrollable-sm
{
max-height
:
86vh
!important
;
overflow
:
auto
}
#right
,
#left
{
max-height
:
86vh
!important
;
height
:
86vh
}
#top
{
overflow-x
:
hidden
}
#bottom
{
height
:
43vh
;
overflow
:
hidden
}}
#top
,
#bottom
,
#right
,
#left
{
position
:
relative
}
@media
(
max-width
:
767px
){
#right
{
position
:
absolute
;
top
:
0
;
z-index
:
1000
}
.lmmenu
{
position
:
static
;
float
:
left
;
width
:
100%
;
min-height
:
200px
;
margin-top
:
0
;
border
:
1px
solid
#ccc
;
box-shadow
:
none
}
#content
{
position
:
relative
}}
.scrollable
{
overflow
:
auto
}
.container
{
padding-bottom
:
15px
}
.hresizer
{
position
:
absolute
;
width
:
6px
;
top
:
0
;
bottom
:
0
;
right
:
0
;
background-color
:
#EEE
;
cursor
:
e-resize
}
.vresizer
{
position
:
absolute
;
height
:
6px
;
left
:
0
;
right
:
0
;
top
:
0
;
background-color
:
#EEE
;
cursor
:
n-resize
}
.angular-ui-tree-empty
{
min-height
:
auto
;
border
:
0
}
.old
{
color
:
#A00
}
.new
{
color
:
#0A0
}
.maxw
{
width
:
100%
}
.center
{
text-align
:
center
}
.backgrounddiv
{
margin-top
:
10px
}
.llcontainer
{
position
:
relative
;
margin-bottom
:
10px
}
\ No newline at end of file
.tree-node
{
border-width
:
1px
;
border-style
:
solid
;
border-radius
:
4px
;
margin-bottom
:
8px
}
.tree-node-default
{
background
:
#fff
}
.angular-ui-tree-handle
{
cursor
:
pointer
}
#pleaseWait
{
background-color
:
#fff
;
width
:
100%
;
min-height
:
9.9%
;
height
:
auto
;
z-index
:
5000
;
position
:
absolute
;
left
:
0
;
top
:
0
;
margin-left
:
auto
;
margin-right
:
auto
;
padding
:
30%
20%
;
text-align
:
center
;
opacity
:
.8
;
filter
:
alpha
(
opacity
=
80
)}
.panel
.table
th
{
width
:
10%
;
vertical-align
:
middle
}
ul
.cat-tree
{
list-style-type
:
square
}
p
.cat-tree-category
{
font-weight
:
bold
}
html
,
body
{
margin
:
0
;
padding
:
0
;
height
:
100vh
;
background
:
radial-gradient
(
circle
at
50%
0
,
#fff
0
,
#ddd
100%
)
no-repeat
scroll
0
0
#ddd
}
header
#navbar
{
height
:
9vh
;
margin-bottom
:
1vh
;
padding-bottom
:
0vh
}
#content
{
max-height
:
86vh
;
height
:
86vh
;
margin
:
0
;
padding
:
0
;
position
:
relative
}
header
#navbar
.navbar-brand
{
padding
:
10px
15px
}
header
#navbar
.navbar-brand
img
{
background
:
#fff
}
textarea
{
width
:
100%
}
textarea
#privateKey
,
textarea
#publicKey
,
textarea
#filetext
{
font-size
:
8pt
}
dl
,
.panel
{
margin-bottom
:
8px
}
.panel-body
{
padding
:
5px
}
.input-group-solid
{
border
:
1px
solid
#CCC
;
border-radius
:
4px
;
padding
:
6px
12px
}
.input-group
>
.input-group-solid
:last-child
{
border-bottom-left-radius
:
0
;
border-top-left-radius
:
0
}
#cfgnum
{
position
:
relative
}
#cfgnum
.label-warning
:hover:after
{
content
:
attr
(
comment
);
padding
:
4px
8px
;
color
:
rgba
(
0
,
0
,
0
,
0.5
);
position
:
absolute
;
left
:
100%
;
bottom
:
100%
;
white-space
:
nowrap
;
z-index
:
2
;
border-radius
:
5px
;
background
:
#f0ad4e
}
.link
{
cursor
:
pointer
}
#bottom
.panel
{
height
:
100%
;
margin-top
:
8px
}
#bottom
.panel-body
{
height
:
100%
}
#right
{
display
:
flex
;
flex-direction
:
column
}
#bottom
{
flex
:
1
}
@media
(
min-width
:
768px
){
.scrollable-sm
{
max-height
:
86vh
!important
;
overflow
:
auto
}
#right
,
#left
{
max-height
:
86vh
!important
;
height
:
86vh
}
#top
{
overflow-x
:
hidden
}
#bottom
{
height
:
43vh
;
overflow
:
hidden
}}
#top
,
#bottom
,
#right
,
#left
{
position
:
relative
}
@media
(
max-width
:
767px
){
#right
{
position
:
absolute
;
top
:
0
;
z-index
:
1000
}
.lmmenu
{
position
:
static
;
float
:
left
;
width
:
100%
;
min-height
:
200px
;
margin-top
:
0
;
border
:
1px
solid
#ccc
;
box-shadow
:
none
}
#content
{
position
:
relative
}}
.scrollable
{
overflow
:
auto
}
.container
{
padding-bottom
:
15px
}
.hresizer
{
position
:
absolute
;
width
:
6px
;
top
:
0
;
bottom
:
0
;
right
:
0
;
background-color
:
#EEE
;
cursor
:
e-resize
}
.vresizer
{
position
:
absolute
;
height
:
6px
;
left
:
0
;
right
:
0
;
top
:
0
;
background-color
:
#EEE
;
cursor
:
n-resize
}
.angular-ui-tree-empty
{
min-height
:
auto
;
border
:
0
}
.old
{
color
:
#A00
}
.new
{
color
:
#0A0
}
.maxw
{
width
:
100%
}
.center
{
text-align
:
center
}
.backgrounddiv
{
margin-top
:
10px
}
.llcontainer
{
position
:
relative
;
margin-bottom
:
10px
}
.navbar-nav
li
{
line-height
:
50px
}
.vertical-align
{
align-items
:
center
}
\ No newline at end of file
lemonldap-ng-manager/site/templates/manager.tpl
View file @
8f9170b8
...
...
@@ -29,7 +29,7 @@
</a>
</li>
<li
>
<input
class=
"link"
id=
"forcesave"
type=
"checkbox"
ng-model=
"forceSave"
uib-tooltip=
"{
{
translate
(
'forceSave'
)
}
}"
tooltip-placement=
"right"
ng-show=
"confirmNeeded||currentCfg.next"
role=
"checkbox"
aria-label=
"Force save"
>
<input
id=
"forcesave"
type=
"checkbox"
ng-model=
"forceSave"
uib-tooltip=
"{
{
translate
(
'forceSave'
)
}
}"
tooltip-placement=
"right"
ng-show=
"confirmNeeded||currentCfg.next"
role=
"checkbox"
aria-label=
"Force save"
>
</li>
<li
uib-dropdown
>
<a
id=
"navmenu"
name=
"menu"
uib-dropdown-toggle
data-toggle=
"dropdown"
role=
"button"
aria-haspopup=
"true"
aria-expanded=
"false"
><i
class=
"glyphicon glyphicon-cog"
></i>
{
{
translate
(
'browse'
)
}
}
<span
class=
"caret"
></span></a>
...
...
Write
Preview
Markdown
is supported
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