Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
minerva
core
Commits
adea53c4
Commit
adea53c4
authored
Mar 28, 2018
by
Piotr Gawron
Browse files
more unused css styles removed
parent
9c12b515
Pipeline
#4374
passed with stage
in 1 minute and 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
web/src/main/webapp/resources/css/style.css
View file @
adea53c4
...
...
@@ -21,16 +21,6 @@ html,body {
margin
:
0
;
}
.smallIcon
{
width
:
18px
;
}
.footerDivClass
{
position
:
relative
;
top
:
0px
;
height
:
30px
;
}
.ui-widget
{
font-size
:
70%
;
}
...
...
@@ -42,29 +32,6 @@ html,body {
font-size
:
140%
;
}
.bulletList
,
.bulletList
tr
,
.bulletList
td
,
.bulletList
.ui-widget-content
{
border
:
none
;
padding
:
0
;
margin
:
0
;
}
.bulletList
{
position
:
absolute
;
top
:
30px
;
bottom
:
0
;
left
:
0
;
right
:
0
;
padding
:
0px
;}
.leftTab
{
height
:
100%
;
}
.leftTab.hide
{
display
:
none
}
.logDiv
{
width
:
450px
;
height
:
450px
;
position
:
absolute
;
top
:
100px
;
right
:
5px
;
background-color
:
#aaaaff
;
display
:
none
;
}
.imageButton
img
{
border
:
0
;
}
.ui-menubar
,
.ui-menu-child
,
.ui-menu
{
background
:
#66aede
!important
;
}
...
...
@@ -96,23 +63,6 @@ font-weight:normal;color:#ffffff;}
.ui-state-active
a
,
.ui-state-active
a
:link
,
.ui-state-active
a
:visited
{
color
:
#ffffff
;
text-decoration
:
none
;}
.ui-widget
:active
{
outline
:
none
;}
.tngContainer
{
position
:
relative
;
width
:
100%
;
height
:
0px
;
top
:
0
;
left
:
0
;
display
:
none
;}
.tngContainer
.tng
{
position
:
absolute
;
top
:
64px
;
left
:
calc
(
50%
-
8px
);
width
:
0
;
height
:
0
;
border-left
:
8px
solid
transparent
;
border-right
:
8px
solid
transparent
;
border-top
:
8px
solid
#0199CB
;
}
.ui-state-default
a
.tngContainer
{
display
:
none
;}
.ui-state-hover
a
.tngContainer
,
.ui-widget-content
.ui-state-hover
a
.tngContainer
,
.ui-widget-header
.ui-state-hover
a
.tngContainer
,
.ui-state-focus
a
.tngContainer
,
.ui-widget-content
.ui-state-focus
a
.tngContainer
,
.ui-widget-header
.ui-state-focus
a
.tngContainer
{
display
:
block
}
.active
>
a
.tngContainer
{
display
:
block
}
/* Interaction Cues----------------------------------*/
.ui-state-highlight
,
.ui-widget-content
.ui-state-highlight
,
.ui-widget-header
.ui-state-highlight
{
border
:
1px
solid
#0199CB
;
background
:
#21BDF1
!important
;
color
:
#ffffff
;}
...
...
@@ -1070,16 +1020,3 @@ input[type=file] {width:280px !important; top:15px !important;}
.ui-icon-document
{
background
:
url(images/icons/document.png.xhtml)
50%
50%
no-repeat
!important
;
}
.ui-icon-trash
{
background
:
url(images/icons/trash.png.xhtml)
50%
50%
no-repeat
!important
;
}
.ui-icon-close
{
background
:
url(images/icons/close.png.xhtml)
50%
50%
no-repeat
!important
;
}
.tabNavigation
{
width
:
0
;
position
:
relative
;
float
:
left
;
height
:
0
}
.tabNavigation
a
.naviLeft
{
text-decoration
:
none
;
position
:
absolute
;
width
:
17px
;
height
:
24px
;
text-align
:
center
;
color
:
#ffffff
;
top
:
17px
;
left
:
0px
;
z-index
:
10000
;}
.tabNavigation
a
.naviRight
{
text-decoration
:
none
;
position
:
absolute
;
width
:
17px
;
height
:
24px
;
text-align
:
center
;
color
:
#ffffff
;
top
:
17px
;
left
:
340px
;
z-index
:
10000
;}
.tabNavigation
a
i
{
padding-top
:
4px
;
font-size
:
13px
;
opacity
:
1
;
transition
:
opacity
0.4s
ease-in-out
0s
;}
.tabNavigation
a
:hover
i
{
opacity
:
0.5
;
transition
:
opacity
0.4s
ease-in-out
0s
;}
#content
p
span
{
font-weight
:
400
}
.labelTextBold
{
font-size
:
13px
;
font-weight
:
900
;}
.labelText
{
font-size
:
13px
;}
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