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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
die_coolen_jungs
our_own_cloud_project
Commits
db30f94f
Commit
db30f94f
authored
12 years ago
by
Bernhard Posselt
Browse files
Options
Downloads
Plain Diff
Merge pull request #1697 from owncloud/navigation-details
Navigation details
parents
f4c9d4c0
3f09cc13
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
core/css/styles.css
+11
-2
11 additions, 2 deletions
core/css/styles.css
core/img/noise.png
+0
-0
0 additions, 0 deletions
core/img/noise.png
core/js/js.js
+2
-2
2 additions, 2 deletions
core/js/js.js
with
13 additions
and
4 deletions
core/css/styles.css
+
11
−
2
View file @
db30f94f
...
@@ -16,7 +16,10 @@ body { background:#fefefe; font:normal .8em/1.6em "Lucida Grande", Arial, Verdan
...
@@ -16,7 +16,10 @@ body { background:#fefefe; font:normal .8em/1.6em "Lucida Grande", Arial, Verdan
/* HEADERS */
/* HEADERS */
#body-user
#header
,
#body-settings
#header
{
position
:
fixed
;
top
:
0
;
left
:
0
;
right
:
0
;
z-index
:
100
;
height
:
45px
;
line-height
:
2.5em
;
background
:
#1d2d44
;
-moz-box-shadow
:
0
0
10px
rgba
(
0
,
0
,
0
,
.5
),
inset
0
-2px
10px
#222
;
-webkit-box-shadow
:
0
0
10px
rgba
(
0
,
0
,
0
,
.5
),
inset
0
-2px
10px
#222
;
box-shadow
:
0
0
10px
rgba
(
0
,
0
,
0
,
.5
),
inset
0
-2px
10px
#222
;
}
#body-user
#header
,
#body-settings
#header
{
position
:
fixed
;
top
:
0
;
left
:
0
;
right
:
0
;
z-index
:
100
;
height
:
45px
;
line-height
:
2.5em
;
background
:
#1d2d44
url
(
'../img/noise.png'
)
repeat
;
-moz-box-shadow
:
0
0
10px
rgba
(
0
,
0
,
0
,
.5
),
inset
0
-2px
10px
#222
;
-webkit-box-shadow
:
0
0
10px
rgba
(
0
,
0
,
0
,
.5
),
inset
0
-2px
10px
#222
;
box-shadow
:
0
0
10px
rgba
(
0
,
0
,
0
,
.5
),
inset
0
-2px
10px
#222
;
}
#body-login
#header
{
margin
:
-2em
auto
0
;
text-align
:
center
;
height
:
10em
;
padding
:
1em
0
.5em
;
#body-login
#header
{
margin
:
-2em
auto
0
;
text-align
:
center
;
height
:
10em
;
padding
:
1em
0
.5em
;
-moz-box-shadow
:
0
0
1em
rgba
(
0
,
0
,
0
,
.5
);
-webkit-box-shadow
:
0
0
1em
rgba
(
0
,
0
,
0
,
.5
);
box-shadow
:
0
0
1em
rgba
(
0
,
0
,
0
,
.5
);
-moz-box-shadow
:
0
0
1em
rgba
(
0
,
0
,
0
,
.5
);
-webkit-box-shadow
:
0
0
1em
rgba
(
0
,
0
,
0
,
.5
);
box-shadow
:
0
0
1em
rgba
(
0
,
0
,
0
,
.5
);
background
:
#1d2d44
;
/* Old browsers */
background
:
#1d2d44
;
/* Old browsers */
...
@@ -229,8 +232,9 @@ fieldset.warning a { color:#b94a48 !important; font-weight:bold; }
...
@@ -229,8 +232,9 @@ fieldset.warning a { color:#b94a48 !important; font-weight:bold; }
position
:
fixed
;
top
:
3.5em
;
float
:
left
;
width
:
64px
;
padding
:
0
;
z-index
:
75
;
height
:
100%
;
position
:
fixed
;
top
:
3.5em
;
float
:
left
;
width
:
64px
;
padding
:
0
;
z-index
:
75
;
height
:
100%
;
background
:
#383c43
url
(
'../img/noise.png'
)
repeat
;
border-right
:
1px
#333
solid
;
background
:
#383c43
url
(
'../img/noise.png'
)
repeat
;
border-right
:
1px
#333
solid
;
-moz-box-shadow
:
0
0
7px
#000
;
-webkit-box-shadow
:
0
0
7px
#000
;
box-shadow
:
0
0
7px
#000
;
-moz-box-shadow
:
0
0
7px
#000
;
-webkit-box-shadow
:
0
0
7px
#000
;
box-shadow
:
0
0
7px
#000
;
overflow
-x
:
scroll
;
overflow
:
hidden
;
}
}
#navigation
:hover
{
overflow-y
:
auto
;
}
#navigation
a
{
#navigation
a
{
display
:
block
;
padding
:
8px
0
4px
;
display
:
block
;
padding
:
8px
0
4px
;
text-decoration
:
none
;
font-size
:
10px
;
text-align
:
center
;
text-decoration
:
none
;
font-size
:
10px
;
text-align
:
center
;
...
@@ -241,6 +245,9 @@ fieldset.warning a { color:#b94a48 !important; font-weight:bold; }
...
@@ -241,6 +245,9 @@ fieldset.warning a { color:#b94a48 !important; font-weight:bold; }
#navigation
a
.active
{
opacity
:
1
;
}
#navigation
a
.active
{
opacity
:
1
;
}
#navigation
.icon
{
display
:
block
;
width
:
32px
;
height
:
32px
;
margin
:
0
16px
0
;
}
#navigation
.icon
{
display
:
block
;
width
:
32px
;
height
:
32px
;
margin
:
0
16px
0
;
}
#navigation
li
:first-child
a
{
padding-top
:
16px
;
}
#navigation
li
:first-child
a
{
padding-top
:
16px
;
}
/* USER MENU */
#settings
{
float
:
right
;
margin-top
:
7px
;
color
:
#bbb
;
text-shadow
:
0
-1px
0
#000
;
}
#settings
{
float
:
right
;
margin-top
:
7px
;
color
:
#bbb
;
text-shadow
:
0
-1px
0
#000
;
}
#expand
{
padding
:
15px
;
cursor
:
pointer
;
font-weight
:
bold
;
}
#expand
{
padding
:
15px
;
cursor
:
pointer
;
font-weight
:
bold
;
}
#expand
:hover
,
#expand
:focus
,
#expand
:active
{
color
:
#fff
;
}
#expand
:hover
,
#expand
:focus
,
#expand
:active
{
color
:
#fff
;
}
...
@@ -249,6 +256,8 @@ fieldset.warning a { color:#b94a48 !important; font-weight:bold; }
...
@@ -249,6 +256,8 @@ fieldset.warning a { color:#b94a48 !important; font-weight:bold; }
#expanddiv
{
#expanddiv
{
position
:
absolute
;
right
:
0
;
top
:
45px
;
z-index
:
76
;
display
:
none
;
position
:
absolute
;
right
:
0
;
top
:
45px
;
z-index
:
76
;
display
:
none
;
background-color
:
#444
;
border-bottom-left-radius
:
7px
;
box-shadow
:
0
0
20px
rgb
(
29
,
45
,
68
);
background-color
:
#444
;
border-bottom-left-radius
:
7px
;
box-shadow
:
0
0
20px
rgb
(
29
,
45
,
68
);
background
:
#383c43
url
(
'../img/noise.png'
)
repeat
;
border-bottom
:
1px
#333
solid
;
border-left
:
border-bottom
:
1px
#333
solid
;
-moz-box-shadow
:
0
0
7px
rgb
(
29
,
45
,
68
);
-webkit-box-shadow
:
0
0
7px
rgb
(
29
,
45
,
68
);
box-shadow
:
0
0
7px
rgb
(
29
,
45
,
68
);
}
}
#expanddiv
a
{
display
:
block
;
color
:
#fff
;
text-shadow
:
0
-1px
0
#000
;
padding
:
0
8px
;
opacity
:
.7
;
}
#expanddiv
a
{
display
:
block
;
color
:
#fff
;
text-shadow
:
0
-1px
0
#000
;
padding
:
0
8px
;
opacity
:
.7
;
}
#expanddiv
a
img
{
margin-bottom
:
-3px
;
}
#expanddiv
a
img
{
margin-bottom
:
-3px
;
}
...
...
This diff is collapsed.
Click to expand it.
core/img/noise.png
+
0
−
0
View replaced file @
f4c9d4c0
View file @
db30f94f
930 KiB
|
W:
|
H:
3.05 KiB
|
W:
|
H:
2-up
Swipe
Onion skin
This diff is collapsed.
Click to expand it.
core/js/js.js
+
2
−
2
View file @
db30f94f
...
@@ -663,14 +663,14 @@ $(document).ready(function(){
...
@@ -663,14 +663,14 @@ $(document).ready(function(){
}
}
});
});
$
(
'
#settings #expand
'
).
click
(
function
(
event
)
{
$
(
'
#settings #expand
'
).
click
(
function
(
event
)
{
$
(
'
#settings #expanddiv
'
).
slideToggle
();
$
(
'
#settings #expanddiv
'
).
slideToggle
(
200
);
event
.
stopPropagation
();
event
.
stopPropagation
();
});
});
$
(
'
#settings #expanddiv
'
).
click
(
function
(
event
){
$
(
'
#settings #expanddiv
'
).
click
(
function
(
event
){
event
.
stopPropagation
();
event
.
stopPropagation
();
});
});
$
(
window
).
click
(
function
(){
//hide the settings menu when clicking outside it
$
(
window
).
click
(
function
(){
//hide the settings menu when clicking outside it
$
(
'
#settings #expanddiv
'
).
slideUp
();
$
(
'
#settings #expanddiv
'
).
slideUp
(
200
);
});
});
// all the tipsy stuff needs to be here (in reverse order) to work
// all the tipsy stuff needs to be here (in reverse order) to work
...
...
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