Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Peter Lundin
cmdb
Commits
a801d319
Commit
a801d319
authored
Dec 08, 2017
by
a001188
Browse files
Some functions work
parent
2a67e235
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/stylesheets/cmdbgui.css
View file @
a801d319
/*Mainmenu*/
/*Mainmenu*/
.cmdbguiSmallText
{
.cmdbguiSmallText
{
color
:
#
568
;
color
:
#
333
;
width
:
100%
;
width
:
100%
;
font-family
:
Helvetica
;
font-family
:
Helvetica
;
font-weight
:
bolder
;
font-weight
:
bolder
;
...
@@ -18,135 +18,123 @@
...
@@ -18,135 +18,123 @@
}
}
.cmdbguiBigText
{
.cmdbguiBigText
{
color
:
#
568
;
color
:
#
333
;
width
:
100%
;
width
:
100%
;
font-family
:
Helvetica
;
font-family
:
Helvetica
;
font-weight
:
500
;
font-weight
:
500
;
vertical-align
:
top
;
vertical-align
:
top
;
font-size
:
200%
;
font-size
:
100%
;
text-align
:
left
;
}
}
navigation
{
/* Menu */
font-family
:
Helvetica
;
nav
{
font-weight
:
100
;
display
:
block
;
text-align
:
left
;
}
nav
ul
{
margin
:
0
;
padding
:
0
;
list-style
:
none
;
}
.nav
a
{
display
:
block
;
background
:
#111
;
color
:
#fff
;
text-decoration
:
none
;
padding
:
0.8em
1.8em
;
text-transform
:
uppercase
;
font-size
:
80%
;
letter-spacing
:
2px
;
text-shadow
:
0
-1px
0
#000
;
position
:
relative
;
}
.nav
{
vertical-align
:
top
;
display
:
inline-block
;
box-shadow
:
1px
-1px
-1px
1px
#000
,
-1px
1px
-1px
1px
#fff
,
0
0
6px
3px
#fff
;
border-radius
:
6px
;
}
}
.nav
{
margin
:
0px
;
padding
:
0px
;
list-style
:
none
;
color
:
#417bb5
;
color
:
#333
;
text-align
:
left
;
font-family
:
arial
;
}
.nav
li
{
.nav
li
{
float
:
left
;
position
:
relative
;
width
:
20%
;
}
position
:
relative
;
.nav
>
li
{
}
float
:
left
;
border-bottom
:
4px
#aaa
solid
;
.nav
li
a
{
margin-right
:
1px
;
background-color
:
#568
;
}
color
:
#fff
;
.nav
>
li
>
a
{
display
:
block
;
margin-bottom
:
1px
;
padding
:
7px
8px
;
box-shadow
:
inset
0
2em
.33em
-0.5em
#555
;
text-decoration
:
none
;
}
border-top
:
1px
solid
#777
;
.nav
>
li
:hover
,
.nav
>
li
:hover
>
a
{
}
border-bottom-color
:
orange
;
}
.nav
li
a
:hover
{
.nav
li
:hover
>
a
{
color
:
YELLOW
;
color
:
orange
;
display
:
block
;
}
}
.nav
>
li
:first-child
{
border-radius
:
4px
0
0
4px
;
/*=== submenu ===*/
}
.nav
>
li
:first-child
>
a
{
border-radius
:
4px
0
0
0
;
}
.nav
>
li
:last-child
{
border-radius
:
0
0
4px
0
;
margin-right
:
0
;
}
.nav
>
li
:last-child
>
a
{
border-radius
:
0
4px
0
0
;
}
.nav
li
li
a
{
margin-top
:
1px
;
}
.nav
li
a
:first-child:nth-last-child
(
2
)
:before
{
content
:
""
;
position
:
absolute
;
height
:
0
;
width
:
0
;
border
:
5px
solid
transparent
;
top
:
50%
;
right
:
5px
;
}
/* submenu positioning*/
.nav
ul
{
.nav
ul
{
display
:
none
;
position
:
absolute
;
position
:
absolute
;
white-space
:
nowrap
;
margin-left
:
0px
;
border-bottom
:
5px
solid
orange
;
list-style
:
none
;
z-index
:
1
;
padding
:
0px
;
left
:
-99999em
;
z-index
:
1
;
}
}
.nav
>
li
:hover
>
ul
{
left
:
auto
;
.nav
ul
li
{
margin-top
:
5px
;
width
:
100%
;
min-width
:
100%
;
}
}
.nav
>
li
li
:hover
>
ul
{
left
:
100%
;
.nav
ul
a
{
margin-left
:
1px
;
display
:
block
;
top
:
-1px
;
height
:
15px
;
}
width
:
100%
;
/* arrow hover styling */
padding
:
7px
8px
;
.nav
>
li
>
a
:first-child:nth-last-child
(
2
)
:before
{
color
:
#fff
;
border-top-color
:
#aaa
;
text-decoration
:
none
;
}
border-bottom
:
0px
solid
#777
;
.nav
>
li
:hover
>
a
:first-child:nth-last-child
(
2
)
:before
{
}
border
:
5px
solid
transparent
;
border-bottom-color
:
orange
;
.nav
ul
li
a
:hover
{
margin-top
:
-5px
color
:
yellow
;
}
}
.nav
li
li
>
a
:first-child:nth-last-child
(
2
)
:before
{
border-left-color
:
#aaa
;
/*p.tablevalue .numericString .dateString .mailLink .keyvalue{*/
margin-top
:
-5px
p
.tablevalue
{
}
margin-top
:
0
;
.nav
li
li
:hover
>
a
:first-child:nth-last-child
(
2
)
:before
{
margin-right
:
0
;
border
:
5px
solid
transparent
;
margin-bottom
:
0
;
border-right-color
:
orange
;
margin-left
:
0
;
right
:
10px
;
text-align
:
left
;
}
.numericString
{
margin-top
:
0
;
margin-right
:
0
;
margin-bottom
:
0
;
margin-left
:
0
;
text-align
:
right
;
}
.dateString
{
margin-top
:
0
;
margin-right
:
0
;
margin-bottom
:
0
;
margin-left
:
0
;
text-align
:
right
;
}
.keyValue
{
margin-top
:
0
;
margin-right
:
0
;
margin-bottom
:
0
;
margin-left
:
0
;
font-weight
:
bold
;
}
.mailLink
{
margin-top
:
0
;
margin-right
:
0
;
margin-bottom
:
0
;
margin-left
:
0
;
}
.keyvalue
{
margin-top
:
0
;
margin-right
:
0
;
margin-bottom
:
0
;
margin-left
:
0
;
}
.people
{
margin-top
:
0
;
margin-right
:
0
;
margin-bottom
:
0
;
margin-left
:
0
;
}
.user
{
margin-top
:
0
;
margin-right
:
0
;
margin-bottom
:
0
;
margin-left
:
0
;
}
.jtable-data-row
{
vertical-align
:
top
;
}
}
\ No newline at end of file
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