Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
our_own_cloud_project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
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
die_coolen_jungs
our_own_cloud_project
Commits
74be4644
Commit
74be4644
authored
13 years ago
by
Jan-Christoph Borchardt
Browse files
Options
Downloads
Patches
Plain Diff
fixed some styling again, the dirty way
parent
ec2dd5be
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
core/css/styles.css
+2
-1
2 additions, 1 deletion
core/css/styles.css
core/templates/installation.php
+1
-1
1 addition, 1 deletion
core/templates/installation.php
with
3 additions
and
2 deletions
core/css/styles.css
+
2
−
1
View file @
74be4644
...
...
@@ -73,7 +73,8 @@ legend { padding:.2em; font-size:1.2em; }
#login
form
{
width
:
18em
;
margin
:
2em
auto
5em
;
padding
:
0
;
}
#login
form
fieldset
{
background-color
:
transparent
;
border
:
0
;
margin-bottom
:
2em
;
padding
:
0
;
}
#login
form
fieldset
legend
{
font-weight
:
bold
;
}
#login
form
label
{
position
:
absolute
;
display
:
block
;
margin
:
.95em
0
.8em
-5.5em
;
font-size
:
1.5em
;
color
:
#666
;
}
#login
form
label
{
position
:
absolute
;
margin
:
.8em
.8em
;
font-size
:
1.5em
;
color
:
#666
;
}
#login
form
label
#directorylabel
{
display
:
block
;
margin
:
.95em
0
.8em
-5.5em
;
}
#login
form
input
[
type
=
"checkbox"
]+
label
{
position
:
relative
;
margin
:
0
;
font-size
:
1em
;
text-shadow
:
#fff
0
1px
0
;
}
...
...
This diff is collapsed.
Click to expand it.
core/templates/installation.php
+
1
−
1
View file @
74be4644
...
...
@@ -72,7 +72,7 @@
<input
type=
"text"
name=
"dbhost"
id=
"dbhost"
value=
"
<?php
print
OC_Helper
::
init_var
(
'dbhost'
,
'localhost'
);
?>
"
placeholder=
"
<?php
echo
$l
->
t
(
'Host'
);
?>
"
/>
<input
type=
"text"
name=
"dbtableprefix"
id=
"dbtableprefix"
value=
"
<?php
print
OC_Helper
::
init_var
(
'dbtableprefix'
,
'oc_'
);
?>
"
placeholder=
"
<?php
echo
$l
->
t
(
'Table prefix'
);
?>
"
/>
<label
for=
"directory"
>
<?php
echo
$l
->
t
(
'Data folder'
);
?>
</label><input
type=
"text"
name=
"directory"
id=
"directory"
value=
"
<?php
print
OC_Helper
::
init_var
(
'directory'
,
$_
[
'directory'
]);
?>
"
placeholder=
"
<?php
echo
$l
->
t
(
'Data folder'
);
?>
"
/>
<label
id=
"directorylabel"
for=
"directory"
>
<?php
echo
$l
->
t
(
'Data folder'
);
?>
</label><input
type=
"text"
name=
"directory"
id=
"directory"
value=
"
<?php
print
OC_Helper
::
init_var
(
'directory'
,
$_
[
'directory'
]);
?>
"
placeholder=
"
<?php
echo
$l
->
t
(
'Data folder'
);
?>
"
/>
</fieldset>
<input
type=
"submit"
value=
"
<?php
echo
$l
->
t
(
'Finish setup'
);
?>
"
/>
...
...
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