Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Nextcloud
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeDomum
Nextcloud
Commits
516517dc
Commit
516517dc
authored
13 years ago
by
Thomas Schmidt
Browse files
Options
Downloads
Patches
Plain Diff
add margin
parent
182333a7
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
core/css/styles.css
+2
-1
2 additions, 1 deletion
core/css/styles.css
with
2 additions
and
1 deletion
core/css/styles.css
+
2
−
1
View file @
516517dc
...
@@ -69,7 +69,7 @@ input[type="submit"].highlight{ background:#ffc100; border:1px solid #db0; text-
...
@@ -69,7 +69,7 @@ input[type="submit"].highlight{ background:#ffc100; border:1px solid #db0; text-
#login
form
fieldset
{
background
:
0
;
border
:
0
;
margin-bottom
:
2em
;
padding
:
0
;
}
#login
form
fieldset
{
background
:
0
;
border
:
0
;
margin-bottom
:
2em
;
padding
:
0
;
}
#login
form
fieldset
legend
{
font-weight
:
bold
;
}
#login
form
fieldset
legend
{
font-weight
:
bold
;
}
#login
form
label
{
position
:
absolute
;
margin
:
.8em
.8em
;
font-size
:
1.5em
;
color
:
#666
;
}
#login
form
label
{
position
:
absolute
;
margin
:
.8em
.8em
;
font-size
:
1.5em
;
color
:
#666
;
}
#login
#dbhostlabel
,
#login
#directorylabel
{
display
:
block
;
margin
:
.95em
0
.8em
-
7
em
;
}
#login
#dbhostlabel
,
#login
#directorylabel
{
display
:
block
;
margin
:
.95em
0
.8em
-
8
em
;
}
#login
form
input
[
type
=
"checkbox"
]+
label
{
position
:
relative
;
margin
:
0
;
font-size
:
1em
;
text-shadow
:
#fff
0
1px
0
;
}
#login
form
input
[
type
=
"checkbox"
]+
label
{
position
:
relative
;
margin
:
0
;
font-size
:
1em
;
text-shadow
:
#fff
0
1px
0
;
}
#login
form
ul
.errors
{
background
:
#fed7d7
;
border
:
1px
solid
#f00
;
list-style-indent
:
inside
;
margin
:
0
0
4em
0
;
padding
:
1em
1em
1em
5em
;
}
#login
form
ul
.errors
{
background
:
#fed7d7
;
border
:
1px
solid
#f00
;
list-style-indent
:
inside
;
margin
:
0
0
4em
0
;
padding
:
1em
1em
1em
5em
;
}
...
@@ -105,6 +105,7 @@ tbody tr:hover, tr:active { background-color:#f8f8f8; }
...
@@ -105,6 +105,7 @@ tbody tr:hover, tr:active { background-color:#f8f8f8; }
#body-settings
.personalblock
,
#body-settings
.helpblock
{
padding
:
.5em
1em
;
margin
:
1em
;
background
:
#f8f8f8
;
color
:
#555
;
text-shadow
:
#fff
0
1px
0
;
-moz-border-radius
:
.5em
;
-webkit-border-radius
:
.5em
;
border-radius
:
.5em
;
}
#body-settings
.personalblock
,
#body-settings
.helpblock
{
padding
:
.5em
1em
;
margin
:
1em
;
background
:
#f8f8f8
;
color
:
#555
;
text-shadow
:
#fff
0
1px
0
;
-moz-border-radius
:
.5em
;
-webkit-border-radius
:
.5em
;
border-radius
:
.5em
;
}
#body-settings
.personalblock
#quota
{
position
:
relative
;
margin-top
:
4.5em
;
padding
:
0
;
}
#body-settings
.personalblock
#quota
{
position
:
relative
;
margin-top
:
4.5em
;
padding
:
0
;
}
#body-settings
#controls
+
.helpblock
{
position
:
relative
;
margin-top
:
7.3em
;
}
#body-settings
#controls
+
.helpblock
{
position
:
relative
;
margin-top
:
7.3em
;
}
.personalblock
>
legend
{
margin-top
:
2em
;
}
#quota
div
,
div
.jp-play-bar
,
div
.jp-seek-bar
{
padding
:
0
;
background
:
#e6e6e6
;
font-weight
:
normal
;
white-space
:
nowrap
;
-moz-border-radius-bottomleft
:
.4em
;
-webkit-border-bottom-left-radius
:
.4em
;
border-bottom-left-radius
:
.4em
;
-moz-border-radius-topleft
:
.4em
;
-webkit-border-top-left-radius
:
.4em
;
border-top-left-radius
:
.4em
;
}
#quota
div
,
div
.jp-play-bar
,
div
.jp-seek-bar
{
padding
:
0
;
background
:
#e6e6e6
;
font-weight
:
normal
;
white-space
:
nowrap
;
-moz-border-radius-bottomleft
:
.4em
;
-webkit-border-bottom-left-radius
:
.4em
;
border-bottom-left-radius
:
.4em
;
-moz-border-radius-topleft
:
.4em
;
-webkit-border-top-left-radius
:
.4em
;
border-top-left-radius
:
.4em
;
}
#quotatext
{
padding
:
.6em
1em
;}
#quotatext
{
padding
:
.6em
1em
;}
...
...
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